Releases: symfony/translation
Releases · symfony/translation
v6.3.7
Changelog (v6.3.6...v6.3.7)
- bug symfony/symfony#52343 [Intl] Update the ICU data to 74.1 (@jderusse)
v5.4.30
Changelog (v5.4.29...v5.4.30)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#52079 [HttpKernel] Add parameters
kernel.runtime_mode
andkernel.runtime_mode.*
, all set from env varAPP_RUNTIME_MODE
(@nicolas-grekas) - feature symfony/symfony#52032 [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes from FrameworkBundle to components (@fancyweb)
- feature symfony/symfony#52140 [Translation] Add argument
$buildDir
toDataCollectorTranslator::warmUp()
(@nicolas-grekas) - feature symfony/symfony#50391 [FrameworkBundle][HttpKernel] Introduce
$buildDir
argument toWarmableInterface::warmup
to warm read-only artefacts inbuild_dir
(@Okhoshi) - feature symfony/symfony#51153 [Translation] Add
--as-tree
option totranslation:pull
command (@syffer) - feature symfony/symfony#51684 [Translation] Give current locale to
LocaleSwitcher::runWithLocale()
's callback (@alexander-schranz) - feature symfony/symfony#49231 [Translation] Phrase translation provider (@wickedOne)
- feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
- feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#52079 [HttpKernel] Add parameters
kernel.runtime_mode
andkernel.runtime_mode.*
, all set from env varAPP_RUNTIME_MODE
(@nicolas-grekas) - feature symfony/symfony#52032 [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes from FrameworkBundle to components (@fancyweb)
- feature symfony/symfony#52140 [Translation] Add argument
$buildDir
toDataCollectorTranslator::warmUp()
(@nicolas-grekas) - feature symfony/symfony#50391 [FrameworkBundle][HttpKernel] Introduce
$buildDir
argument toWarmableInterface::warmup
to warm read-only artefacts inbuild_dir
(@Okhoshi) - feature symfony/symfony#51153 [Translation] Add
--as-tree
option totranslation:pull
command (@syffer) - feature symfony/symfony#51684 [Translation] Give current locale to
LocaleSwitcher::runWithLocale()
's callback (@alexander-schranz) - feature symfony/symfony#49231 [Translation] Phrase translation provider (@wickedOne)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
v6.3.6
Changelog (v6.3.5...v6.3.6)
- bug symfony/symfony#52005 [Translation] Prevent creating empty keys when key ends with a period (@javleds)
v6.3.3
Changelog (v6.3.2...v6.3.3)
- no significant changes
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
- no significant changes
v6.2.11
Changelog (v6.2.10...v6.2.11)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)
v5.4.24
Changelog (v5.4.23...v5.4.24)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- bug symfony/symfony#50349 [Notifier] Document Notifier options in README files (@alamirault)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)