Skip to content

Releases: Kick-In/exception-handler-bundle

4.0.1

20 Aug 17:41
Compare
Choose a tag to compare

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

21 May 21:13
6df452f
Compare
Choose a tag to compare

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

24 Apr 10:15
8789394
Compare
Choose a tag to compare

Allow Symfony 6

04 Nov 18:05
23fa068
Compare
Choose a tag to compare
3.0.5

Allow Symfony 6

Add TreeBuilder return type

31 Oct 20:27
80c5983
Compare
Choose a tag to compare
3.0.4

Add TreeBuilder return type

Check for session existence before using it

05 Sep 10:22
Compare
Choose a tag to compare
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

17 Feb 12:34
Compare
Choose a tag to compare

The bundle no longer crashes on a missing session

Fix security dependency for Symfony 5

29 Jun 18:34
9c1f43a
Compare
Choose a tag to compare
Merge pull request #7 from Kick-In/symfony/security-fix

Change symfony/security definition in composer.json

Add support for Symfony Mailer

31 Mar 06:05
ef8812a
Compare
Choose a tag to compare

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

28 Mar 15:32
bdff8d6
Compare
Choose a tag to compare