Releases: sonata-project/SonataTranslationBundle
Releases · sonata-project/SonataTranslationBundle
2.3.1
2.3.0
Added
- Added Russian translations
- Compatibility with Symfony4
Changed
- Changed internal folder structure to
src
,tests
anddocs
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
- Removed usage of old form type aliases
Fixed
- Fix RuntimeException in sonata:admin:explain command
Removed
- support for old versions of php and Symfony
2.2.0
Added
- Support of Twig 2.0
- Added phpcr lists translations
2.1.1
Changed
- use
Sonata\BlockBundle\Block\Service\AbstractBlockService
instead of deprecatedSonata\BlockBundle\Block\BaseBlockService
inLocaleSwitcherBlockService
- renamed
service.xml
toservice_orm.xml
- only load
service_orm.xml
ifSonataDoctrineORMAdminBundle
is registered
Fixed
- Fixed typo in
SonataTranslationExtension
2.1.0
Added
- Added missing flag image
ja.png
Changed
- Use
AbstractAdminExtension
instead of deprecatedAdminExtension
Deprecated
- Deprecate
Translatable
in favor ofTranslatableTrait
- Deprecate
PersonalTranslatable
in favor ofPersonalTranslatableTrait
Fixed
- Fix missing locale annotation for Gedmo trait
- Display flags for locales with country code
2.0.2
Fixed
- Remove wrong
doctrine-orm-admin-bundle
anddoctrine-phpcr-admin-bundle
composer requirements
2.0.1
Fixed
- Fix wrong conflict rule for
doctrine-orm-admin-bundle
2.0.0
This release is a start of the new sonata version management.
Logs will appear on next releases.