New Major Release
- Bumped minimum PHP version to 8.1
- Updated rotexsoft/file-renderer to 6.0.0+
- BaseController->actionIndex now explicitly returns ResponseInterface|string
- BaseController->actionRoutes now explicitly returns ResponseInterface|string
- BaseController->actionLogin now explicitly returns ResponseInterface|string
- BaseController->getResponseObjForLoginRedirectionIfNotLoggedIn now explicitly returns bool|ResponseInterface
- Changed
- BaseController->actionLogout($show_status_on_completion = false): ResponseInterface
- to
- BaseController->actionLogout(mixed $show_status_on_completion = false): ResponseInterface
- Changed
- sMVC_GetSuperGlobal(string $global_name='', string $key='', $default_val='')
- to
- sMVC_GetSuperGlobal(string $global_name='', string $key='', mixed $default_val='')
Full Changelog: 4.2.6...5.0.0