Releases: Kick-In/exception-handler-bundle
Releases · Kick-In/exception-handler-bundle
4.0.1
What's Changed
- Fix generateHash signature to allow null as exception message by @tobias-93 in #9
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- Fix some deprecations and remove superfluous PHPDoc by @tobias-93 in #8
Full Changelog: 3.1.0...4.0.0
Add custom cookie name filter support
Full Changelog: 3.0.5...3.1.0
Allow Symfony 6
3.0.5 Allow Symfony 6
Add TreeBuilder return type
3.0.4 Add TreeBuilder return type
Check for session existence before using it
Check for session existence before retrieving it Calling "getSession()" when no session has been set is deprecated since Symfony 4.1 and will throw an exception in 5.0. Use "hasSession()" instead.
Handle missing session
The bundle no longer crashes on a missing session
Fix security dependency for Symfony 5
Merge pull request #7 from Kick-In/symfony/security-fix Change symfony/security definition in composer.json
Add support for Symfony Mailer
This release adds support for the Symfony mailer, and drops support for all Symfony versions before 4.4.
Take a look at the upgrade notes to see what you need to adjust for this new version to work for you!
Add support for Twig 3, remove support for Twig smaller than 2.7
2.1.0 Prepare 2.1.0 release