Releases: leafsphp/mvc-core
Releases · leafsphp/mvc-core
👻 Phantasma
v1.10.0 - 12 Dec 2024
Added
- Added new initializer for MVC CLI
- Added default config for sensible defaults
- Added default paths
Fixed
- Fixed CSRF always on issue #22
Changed
- Moved controller namespace away from users
👻 Phantasm
v1.9.0 - 1 Dec 2024
Added
- Added default config to use if config is not defined
- Added new loader for console commands
Fixed
- Patched up CSRF autoloading
Changed
- Move namespaces to core
👻 Bodach
v1.8.0 - 29 Nov 2024
Fixed
- Added default paths to unify older and newer Leaf MVC versions
Changed
- Initialize packages only if module is installed and configuration file exists
👻 Wraith '2'
👻 Wraith
v1.7.0 - 12 Nov 2024
Added
- Added a hard toggle for CSRF in config
Changed
- CSRF is automatically turned on when session auth is in use but off for token auth
👻 Bogeyman
👻 Fiend
v1.5.4 - 17 Sep 2024
Fixed
- Patched up
PublicPath()
behaviour on windows
👻 Ghoul
v1.5.3 - 13 Sep 2024
Fixed
- Fixed unconfigured db issue when using multi-db setups with models (#9)
- Patched up Leaf\DB connection error when connecting from Eloquent model connections (#8, #16)
- Fixed up unreferenced assets after Vite Build (#15, #13)
- Patched up broken internal controller methods
Changed
- Synced all MVC config with
\Leaf\Config
withmvc.config.XXX
keys - Improved efficiency of loading application config
Leaf\Core::paths()
dropped support for application paths (Internal change)
👻 Spectre
v1.5.2 - 8 September 2024
Added
- Added default configuration for Leaf Vite
Fixed
- Patched up
assets()
issue - Fixed view layer inconsistencies
Changed
- Synced MVC config to
Leaf\Config
- Switched internals to new leaf config API
- Set assets directlry to use assets prefix
Removed
- Discontinued custom public and asset paths