Skip to content

🌸 Enchanted Sunrise

Compare
Choose a tag to compare
@mychidarko mychidarko released this 02 Oct 13:06
· 11 commits to v3.x since this release
362352f

v3.7 - 2 Oct 2024

Added

  • Added extensive support for CSRF module
  • Merged Leaf Router into Core by @mychidarko

Fixed

  • Fixed optional route params by @tomvb
  • Load csrf configs before initializing @ibnsultan

Changed

  • Removed all middleware in favour of middleware functions
  • Synced app mode to APP_ENV
  • Rewrote router registrar (no new API)

Removed

  • Removed deprecated Leaf\View class
  • Removed Router::before() middleware
  • Moved Leaf\Middleware class to Leaf MVC