Skip to content

v5.0.4

Latest

Choose a tag to compare

@niden niden released this 15 Jul 01:57
78d57f6

Added

  • A ControllerBase::flashForward() helper that flashes a message and forwards to another action, replacing the repeated flash-and-forward blocks in the controllers.
  • The LoggerProvider now registers the adapter from debugbar offering logging display directly in the debugbar

Changed

  • Typed properties, method parameters, and return values across the controllers, forms, models, providers, and plugins, and raised PHPStan analysis from level 1 to level 7.

Removed

  • Removed exceptions from the debugbar panel - handled separately now