All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.6.0 - 2021-03-16
0.5.1 - 2021-02-15
0.5.0 - 2020-08-30
- [#240] Added support for "symfony/options-resolver:^5.1" (@phansys)
- [#240] Added support for "twig/twig:^3.0" (@phansys)
- [#208] Add missing symfony dependencies (@core23)
- [#225] SonataEasyExtendsBundle is not used anymore, use SonataDoctrineBundle (@jordisala1991)
- [#232] Remove
sonata-project/notification-bundle
dependency (@core23) - [#225] Support for Symfony < 4.4 (@jordisala1991)
0.4.0 - 2020-02-01
- Added Spanish translations.
- Added support for new
EditableBlockService
- Add missing translation for breadcrumbs
- Add missing translation for admin menu
- Remove
edited
property fromDashboard
entity
0.3.0 - 2018-03-12
- missing french translations
- Added all missing stuff, so you could finally use this bundle
- Changed fallback translation domain to
SonataBlockBundle
in composer - Calling internal controller methods instead of create new exception instances
- Removed usage of old form type aliases
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
- Throw exception if wrong element returned
- Replaced deprecated setDefaultSettings with configureSettings method
- Moved id property to model
- Fixed PHPDoc
- Fixed calling deprecated methods
- Fixed typo when calling method
rollBack
- It is now allowed to install Symfony 4
- Fixed wrong / missing PHPDoc
- Removed support for PHP 5
- Removed support for symfony <2.8 and 3.0
- Support for old versions of php
- classes to compile
0.2.0 - 2017-08-01
- Changed
BlockAdmin
andDashboardAdmin
extends to use recommendedAbstractAdmin
class.
- Removed duplicate tramslation of form groups
- Fixed duplicate translation in tab menu
- Fixed duplicate translation of form help
- Fixed hardcoded paths to classes in
.xml.skeleton
files of config
- Internal test classes are now excluded from the autoloader