Skip to content

Releases: symfony/framework-bundle

v6.2.7

28 Feb 14:19
v6.2.7

Choose a tag to compare

Changelog (v6.2.6...v6.2.7)

  • bug #49493 Fix denyAccessUnlessGranted for mixed attributes (delbertooo)
  • bug #47946 Fix checkboxes check assertions (MatTheCat)

v5.4.21

28 Feb 13:26
v5.4.21

Choose a tag to compare

Changelog (v5.4.20...v5.4.21)

  • bug #49493 Fix denyAccessUnlessGranted for mixed attributes (delbertooo)
  • bug #47946 Fix checkboxes check assertions (MatTheCat)

v6.2.5

24 Jan 15:55
v6.2.5

Choose a tag to compare

Changelog (v6.2.4...v6.2.5)

  • bug #48943 Fix deprecation when accessing a "container.private" service from the test container (nicolas-grekas)
  • bug #48916 restore call to addGlobalIgnoredName (alexislefebvre)

v6.0.19

24 Jan 15:23
v6.0.19

Choose a tag to compare

Changelog (v6.0.18...v6.0.19)

  • bug #48943 Fix deprecation when accessing a "container.private" service from the test container (nicolas-grekas)
  • bug #48916 restore call to addGlobalIgnoredName (alexislefebvre)

v5.4.19

24 Jan 13:42
v5.4.19

Choose a tag to compare

Changelog (v5.4.18...v5.4.19)

  • bug #48943 Fix deprecation when accessing a "container.private" service from the test container (nicolas-grekas)
  • bug #48916 restore call to addGlobalIgnoredName (alexislefebvre)

v6.2.3

28 Dec 15:41
v6.2.3

Choose a tag to compare

Changelog (v6.2.2...v6.2.3)

  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
  • bug #48688 Add MailPace definition (skmedix)

v6.1.9

28 Dec 15:05
v6.1.9

Choose a tag to compare

Changelog (v6.1.8...v6.1.9)

  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
  • bug #48602 Fix HtmlSanitizer default configuration behavior for allowed schemes (Titouan Galopin)
  • bug #48259 Allow configuring framework.exceptions with a config builder (MatTheCat)
  • bug #48624 Fix reading the SYMFONY_IDE env var (nicolas-grekas)
  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
  • bug #48534 add kernel.locale_aware tag to LocaleSwitcher (kbond)

v6.0.17

28 Dec 15:00
v6.0.17

Choose a tag to compare

Changelog (v6.0.16...v6.0.17)

  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
  • bug #48259 Allow configuring framework.exceptions with a config builder (MatTheCat)
  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)

v5.4.17

28 Dec 14:55
v5.4.17

Choose a tag to compare

Changelog (v5.4.16...v5.4.17)

  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)
  • bug #48259 Allow configuring framework.exceptions with a config builder (MatTheCat)
  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)

v6.2.2

16 Dec 20:11
v6.2.2

Choose a tag to compare

Changelog (v6.2.1...v6.2.2)

  • bug #48606 container:debug CLI output improvements for excluded services (apfelbox)
  • bug #48602 Fix HtmlSanitizer default configuration behavior for allowed schemes (Titouan Galopin)
  • bug #48524 Fix CacheAttributeListener priority (HypeMC)
  • bug #48259 Allow configuring framework.exceptions with a config builder (MatTheCat)
  • bug #48624 Fix reading the SYMFONY_IDE env var (nicolas-grekas)
  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
  • bug #48534 add kernel.locale_aware tag to LocaleSwitcher (kbond)
  • bug #48521 fix removing commands if console not available (kbond)