Skip to content

Releases: rotexsoft/slim-skeleton-mvc-tools

Minor Release

24 Jul 20:44
Compare
Choose a tag to compare
  • 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

24 Jul 20:39
Compare
Choose a tag to compare
  • 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

31 May 06:15
Compare
Choose a tag to compare
  • 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

26 May 00:20
Compare
Choose a tag to compare
  • 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

23 May 18:22
Compare
Choose a tag to compare
  • 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

15 May 04:14
Compare
Choose a tag to compare
  • Updated the controller class template to include the declare(strict_types=1); declaration

Full Changelog: 5.1.1...5.1.2

Minor Release

15 May 03:32
Compare
Choose a tag to compare
  • Updated vespula / locale to ^2.0

Full Changelog: 5.1.0...5.1.1

New Major Minor Release

14 May 18:52
Compare
Choose a tag to compare
  • Now requires "vespula/log": "^3.0.0"

Full Changelog: 5.0.3...5.1.0

Minor Release

09 May 16:52
Compare
Choose a tag to compare
  • 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

Minor Release

08 May 06:18
Compare
Choose a tag to compare
  • Tweaked BaseController's updateSelectedLanguage() method to reload current locale language stored in session on each request if a local parameter wasn't passed in the query string of a request

Full Changelog: 5.0.2...5.0.3