Releases: PhpSlides/phpslides
Releases · PhpSlides/phpslides
v1.4.4
v1.4.1
updated to the framework version - 1.3.7
v1.3.7 updated to version 1.3.7
v1.3.6
v1.3.5
Added Hot Reload - v1.3.4
What's Changed
- Added Live Hot Reload
- Updated hot reload to store in cache.
- Updated the rule of how configuration file works.
- Added import function to be able to import files.
- No more using bootstrap app and getting the absolute path.
- Arranged files and folders structure no more using bootstrap app and getting the absolute path.
Full Changelog: v1.3.3...v1.3.4
v1.3.3: Merge pull request #36 from PhpSlides/dev
updated to accept phpslides/cli
Completed Command for creating forge database & tables and styled ASCII command text
Merge pull request #35 from PhpSlides/dev Completed Command for creating forge database & tables and styled ASCII command text
Updated ConsoleL to CLI and made Forgery only works if the database is connected successfully
Merge pull request #28 from PhpSlides/dev Updated ConsoleL to CLI and made Forgery only works if the database is connected successfully
Invented a new unique database management feature called Forgery.
Change Logs
[v1.3.0]
- Added DB log
db.log
to log message into the file - Added creating of Database and Tables according for PhpSlides Forgery
- Implemented ORM according to Forge Class. Used the MeekroORM library and improve it in working with namespace according to PhpSlides Forgery