2.1.1
版本发布时间: 2020-10-06 16:15:56
doctrine/DoctrinePHPCRBundle最新发布版本:3.0.2(2024-08-02 22:17:48)
- [fix] Allow rfc5646 compatible locales like
en-gb
When using yaml configuration, Symfony converted locales defined underdoctrine_phpcr.odm.locales
to underscore, e.g.en_gb
. With this fix, the locales are kept literal. CAUTION: If you previously used the workaround of defining bothen-gb
anden_gb
, this will now break. See this github pull request for more details: https://github.com/doctrine/DoctrinePHPCRBundle/pull/347.