Releases: symfony/framework-bundle
Releases · symfony/framework-bundle
v7.0.7
Changelog (v7.0.6...v7.0.7)
- bug symfony/symfony#52917 [Serializer] Fix unexpected allowed attributes (@mtarld)
- bug symfony/symfony#54063 [FrameworkBundle] Fix registration of the bundle path to translation (@FlyingDR)
- bug symfony/symfony#54484 [Serializer] reset backed_enum priority, and re-prioritise translatable (@GwendolenLynch)
- bug symfony/symfony#54403 [FrameworkBundle] [Command] Fix #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions (Jeldrik Geraedts)
v6.4.7
Changelog (v6.4.6...v6.4.7)
- bug symfony/symfony#52917 [Serializer] Fix unexpected allowed attributes (@mtarld)
- bug symfony/symfony#54063 [FrameworkBundle] Fix registration of the bundle path to translation (@FlyingDR)
- bug symfony/symfony#54484 [Serializer] reset backed_enum priority, and re-prioritise translatable (@GwendolenLynch)
- bug symfony/symfony#54403 [FrameworkBundle] [Command] Fix #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions (Jeldrik Geraedts)
v5.4.39
Changelog (v5.4.38...v5.4.39)
- bug symfony/symfony#52917 [Serializer] Fix unexpected allowed attributes (@mtarld)
- bug symfony/symfony#54063 [FrameworkBundle] Fix registration of the bundle path to translation (@FlyingDR)
- bug symfony/symfony#54403 [FrameworkBundle] [Command] Fix #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions (Jeldrik Geraedts)
v7.0.6
Changelog (v7.0.5...v7.0.6)
- bug symfony/symfony#54315 [Serializer] Fixed BackedEnumNormalizer priority for translatable enum (@IndraGunawan)
- bug symfony/symfony#54292 [FrameworkBundle] Fix mailer config with XML (@lyrixx)
- bug symfony/symfony#54187 [FrameworkBundle] Fix PHP 8.4 deprecation on
ReflectionMethod
(@alexandre-daubois)
v6.4.6
Changelog (v6.4.5...v6.4.6)
- bug symfony/symfony#54315 [Serializer] Fixed BackedEnumNormalizer priority for translatable enum (@IndraGunawan)
- bug symfony/symfony#54292 [FrameworkBundle] Fix mailer config with XML (@lyrixx)
- bug symfony/symfony#54187 [FrameworkBundle] Fix PHP 8.4 deprecation on
ReflectionMethod
(@alexandre-daubois)
v5.4.38
Changelog (v5.4.37...v5.4.38)
- bug symfony/symfony#54292 [FrameworkBundle] Fix mailer config with XML (@lyrixx)
- bug symfony/symfony#54187 [FrameworkBundle] Fix PHP 8.4 deprecation on
ReflectionMethod
(@alexandre-daubois)
v7.0.4
Changelog (v7.0.3...v7.0.4)
- bug symfony/symfony#53989 [FrameworkBundle] Fix config builder with extensions extended in
build()
(@HypeMC) - bug symfony/symfony#53913 [TwigBridge] Fix compat with Twig v3.9 (@nicolas-grekas)
- bug symfony/symfony#53924 [FrameworkBundle] Check if the _route attribute exists on the request (@xvilo)
- bug symfony/symfony#53817 [Scheduler] Fix messenger receiver with no alias (@HypeMC)
- bug symfony/symfony#53792 [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer (@nicolas-grekas)
- bug symfony/symfony#53785 [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists (@shyim)
- bug symfony/symfony#53751 [AssetMapper] Improve import_polyfill configuration error (@smnandre)
- bug symfony/symfony#53701 [AssetMapper] Fix exception if assets directory is missing in production (@rynhndrcksn)
v6.4.4
Changelog (v6.4.3...v6.4.4)
- bug symfony/symfony#53989 [FrameworkBundle] Fix config builder with extensions extended in
build()
(@HypeMC) - bug symfony/symfony#53913 [TwigBridge] Fix compat with Twig v3.9 (@nicolas-grekas)
- bug symfony/symfony#53924 [FrameworkBundle] Check if the _route attribute exists on the request (@xvilo)
- bug symfony/symfony#53817 [Scheduler] Fix messenger receiver with no alias (@HypeMC)
- bug symfony/symfony#53792 [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer (@nicolas-grekas)
- bug symfony/symfony#53785 [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists (@shyim)
- bug symfony/symfony#53751 [AssetMapper] Improve import_polyfill configuration error (@smnandre)
- bug symfony/symfony#53701 [AssetMapper] Fix exception if assets directory is missing in production (@rynhndrcksn)
v5.4.36
Changelog (v5.4.35...v5.4.36)
- bug symfony/symfony#53989 [FrameworkBundle] Fix config builder with extensions extended in
build()
(@HypeMC) - bug symfony/symfony#53913 [TwigBridge] Fix compat with Twig v3.9 (@nicolas-grekas)
- bug symfony/symfony#53924 [FrameworkBundle] Check if the _route attribute exists on the request (@xvilo)
- bug symfony/symfony#53792 [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer (@nicolas-grekas)
- bug symfony/symfony#53785 [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists (@shyim)
v7.0.3
Changelog (v7.0.2...v7.0.3)
- bug symfony/symfony#53672 [FrameworkBundle]
ConfigBuilderCacheWarmer
should be non-optional (@nicolas-grekas) - bug symfony/symfony#53631 [DependencyInjection] Fix loading all env vars from secrets when only a subset is needed (@nicolas-grekas)
- bug symfony/symfony#53572 [FrameworkBundle] grab a service from the container only if it exists (@xabbuh)
- bug symfony/symfony#53418 [FrameworkBundle][Notifier] Fix service registration (MessageBird + TurboSms) (@smnandre)
- bug symfony/symfony#52874 [Scheduler] Separate id and description in message providers (@valtzu)
- bug symfony/symfony#53341 [FrameworkBundle] append instead of replacing potentially non-existent named-arguments (@xabbuh)