Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Releases: PhpSlides/framework

v1.2.5

20 Aug 08:08
fdfc1f5

Choose a tag to compare

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 session method to PhpSlides\Http\Request class
  • Updated Application::$request_uri to contain only path
  • Updated all requests function in the Request methods parameters to be optional.

[Sat, 17-08-2024]

  • Updated env configuration to load the minor env configuration files
  • Added safe loading to FileLoader and ViewLoader class
  • 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 Render to render all registered routes.
  • Updated Route to only register routes.

[Mon, 19-08-2024]

  • Can now generate secret key with terminal php slide generate:secret-30.

[Tue, 20-08-2024]

  • Updated Api to only register api routes.
  • Completed version 1.2.5 from dev branch by @dconco in #15

Full Changelog: v1.2.4...v1.2.5

Updated console and fixes psr-4 autoload

04 Aug 15:20
50fa7bc

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

Added Custom PhpSlides Exception Error Message.

04 Aug 11:30
7cd4585

Choose a tag to compare

Merge pull request #9 from PhpSlides/dev

Updated Console namespace
Updated Erro message title

Updated first release - v1.0.0-alpha ✅

24 Jul 17:15
46b1630

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/PhpSlides/framework/commits/v1.0.0-alpha