This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Releases: PhpSlides/framework
Releases · PhpSlides/framework
v1.2.5
Change Logs [v1.2.5]
[Sun, 04-08-2024]
- Updated Route & view to default Content-Type as text/html
- Updated request log according the APP_DEBUG in .env file.
[Tue, 06-08-2024]
- Added the use of
{{ }}for writing php in an html attributes - Added
sessionmethod toPhpSlides\Http\Requestclass - Updated
Application::$request_urito contain only path - Updated all requests function in the
Requestmethods parameters to be optional.
[Sat, 17-08-2024]
- Updated env configuration to load the minor env configuration files
- Added safe loading to
FileLoaderandViewLoaderclass - Updated Route Map
Route::map()to allow multiple request methods in string seperated with|, eg.'POST|GET' - Added JWT web tokens management.
[Sun, 18-08-2024]
- Written manual test code for JWT web token.
- Added
Renderto render all registered routes. - Updated
Routeto only register routes.
[Mon, 19-08-2024]
- Can now generate secret key with terminal
php slide generate:secret-30.
[Tue, 20-08-2024]
- Updated
Apito only register api routes.
Full Changelog: v1.2.4...v1.2.5
Updated console and fixes psr-4 autoload
Added Custom PhpSlides Exception Error Message.
Merge pull request #9 from PhpSlides/dev Updated Console namespace Updated Erro message title
Updated first release - v1.0.0-alpha ✅
What's Changed
Full Changelog: https://github.com/PhpSlides/framework/commits/v1.0.0-alpha