All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.4.2 - 2019-07-05
- Admin without entity shouldn't be restricted
2.4.1 - 2019-02-28
- Feature flag to either keep using country flags or show locale names in language switcher
- Fix deprecation for symfony/config 4.2+
- Replace country flags with locale names in language switcher
- support for php 5 and php 7.0
2.4.0 - 2018-12-03
- Added global locale switcher
- Global search on translatable fields
2.3.1 - 2018-06-21
- Added check if translatable checker service exists
- language switcher does not have the same style in modal
2.3.0 - 2018-02-02
- Added Russian translations
- Compatibility with Symfony4
- 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
- Fix RuntimeException in sonata:admin:explain command
- support for old versions of php and Symfony
2.2.0 - 2017-09-26
- Support of Twig 2.0
- Added phpcr lists translations
2.1.1 - 2017-04-04
- 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 typo in
SonataTranslationExtension
2.1.0 - 2017-01-17
- Added missing flag image
ja.png
- Use
AbstractAdminExtension
instead of deprecatedAdminExtension
- Deprecate
Translatable
in favor ofTranslatableTrait
- Deprecate
PersonalTranslatable
in favor ofPersonalTranslatableTrait
- Fix missing locale annotation for Gedmo trait
- Display flags for locales with country code
2.0.2 - 2016-06-15
- Remove wrong
doctrine-orm-admin-bundle
anddoctrine-phpcr-admin-bundle
composer requirements
2.0.1 - 2016-06-07
- Fix wrong conflict rule for
doctrine-orm-admin-bundle