Releases: symfony/framework-bundle
Releases · symfony/framework-bundle
v4.4.9
Changelog (v4.4.8...v4.4.9)
- bug #36505 Fix for translation:update command updating ICU messages (artemoliynyk)
v3.4.41
Changelog (v3.4.40...v3.4.41)
- no changes
v5.1.0-RC2
Changelog (v5.1.0-RC1...v5.1.0-RC2)
- bug #36943 Fix MicroKernelTrait for php 8 (derrabus)
- bug #36938 Don't call method_exists() with non-objects. (derrabus)
- bug #36936 don't use abstract methods in MicroKernelTrait, their semantics changed in PHP 8 (nicolas-grekas)
v5.1.0-RC1
Changelog (v5.1.0-BETA1...v5.1.0-RC1)
- bug #36721 remove getProjectDir method from MicroKernelTrait (garak)
v5.0.8
Changelog (v5.0.7...v5.0.8)
- bug #36519 debug:autowiring: Fix wrong display when using class_alias (weaverryan)
- bug #36506 Fix session.attribute_bag service definition (fancyweb)
- bug #36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)
- bug #36400 Allowing empty secrets to be set (weaverryan)
- bug #36377 Fix scoped client without query option configuration (X-Coder264)
- bug #36342 fix compat with Debug component (nicolas-grekas)
v4.4.8
Changelog (v4.4.7...v4.4.8)
- bug #36519 debug:autowiring: Fix wrong display when using class_alias (weaverryan)
- bug #36506 Fix session.attribute_bag service definition (fancyweb)
- bug #36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)
- bug #36400 Allowing empty secrets to be set (weaverryan)
- bug #36377 Fix scoped client without query option configuration (X-Coder264)
- bug #36342 fix compat with Debug component (nicolas-grekas)
v3.4.40
Changelog (v3.4.39...v3.4.40)
- bug #36506 Fix session.attribute_bag service definition (fancyweb)
- bug #36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)
- bug #36261 revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)
v5.0.7
Changelog (v5.0.6...v5.0.7)
- bug #36261 revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)
v4.4.7
Changelog (v4.4.6...v4.4.7)
- bug #36261 revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)
v3.4.39
Changelog (v3.4.38...v3.4.39)
- bug #36063 start session on flashbag injection (William Arslett)