Releases: rotexsoft/slim-skeleton-mvc-tools
Releases · rotexsoft/slim-skeleton-mvc-tools
Minor Release
- Prefixed the constants used as session keys in \SlimMvcTools\Controllers\BaseController with the '\SlimMvcTools\Controllers\BaseController_' prefix, to deconflict them from other apps or packages that maybe using the former un-prefixed keys.
Full Changelog: 5.3.2...5.3.3
Minor Release
- Updated startSession in BaseController to call session_name to set the name of the session if a name option was specified in the session_start_options app setting
Full Changelog: 5.3.1...5.3.2
Minor Release
- Updated startSession in BaseController to call session_name to set the name of the session if a name option was specified in the session_start_options app setting
Full Changelog: 5.3.0...5.3.1
Major Minor Release
- Updated \SlimMvcTools\Functions\CliHelpers\createController to return \SlimMvcTools\Functions\CliHelpers\CliExitCodes::SUCCESS_EXIT when the controller class or index view to be created already exist.
Full Changelog: 5.2.1...5.3.0
Minor Release
- Updated ./src/scripts/smvc-create-controller & ./src/scripts/smvc-create-controller-wizard to run composer dump-autoload -o upon successful completion
Full Changelog: 5.2.0...5.2.1
Major Minor Release
- Added code in BaseController to pull 'session_start_options' into all calls to session_start from an application's settings
Full Changelog: 5.1.2...5.2.0
Minor Release
- Updated the controller class template to include the declare(strict_types=1); declaration
Full Changelog: 5.1.1...5.1.2
Minor Release
- Updated vespula / locale to ^2.0
Full Changelog: 5.1.0...5.1.1
New Major Minor Release
- Now requires "vespula/log": "^3.0.0"
Full Changelog: 5.0.3...5.1.0
Minor Release
- Updated BaseController to always used the currently selected locale language stored in Session (if any) on each request
Full Changelog: 4.2.7...4.2.8