Skip to content

New Major Release

Compare
Choose a tag to compare
@rotexdegba rotexdegba released this 14 Mar 02:48
· 25 commits to 5.x since this 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