All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.7.0 - 2021-02-15
- [#306] Updates dutch translations (@zghosts)
- [#260] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)
- [#260] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)
3.6.0 - 2020-06-29
- [#255] Remove SonataCoreBundle dependencies (@wbloszyk)
- [#227]
Remove
sonata-project/intl-bundle
dependency (@franmomu) - [#247] Support for Symfony < 4.3 (@franmomu)
3.5.0 - 2020-01-12
- Added DoctrineBundle dependency in the
composer.json
- Changed
Sonata\TimelineBundle\Spread\AdminSpread::__construct
signature to useDoctrine\Common\Persistence\ManagerRegistry
instead ofSymfony\Bridge\Doctrine\RegistryInterface
3.4.0 - 2019-06-16
- Add missing package
twig/twig
with versions^1.35 || ^2.4
- deprecation notice about using namespaced classes from
\Twig\
- Fix deprecation for symfony/config 4.2+
- support for php 5 and php 7.0
3.3.1 - 2018-05-08
- Fix the subject generated link.
- Fix the
subject_text
when data is empty.
- Added support for
timeline-bundle
3.0
3.3.0 - 2018-02-08
- added block title translation domain option
- added block class option
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
- changed block icon configuration to icon class instead of html code
- replaced box with bootstrap panel layout in TimelineBlock
- Removed default title from blocks
- remove some unused divs from
timeline.html.twig
block
3.2.0 - 2017-11-30
- Removed usage of old form type aliases
- added Russian translations
- It is now allowed to install Symfony 4
- support for old versions of php and Symfony
3.1.1 - 2017-06-14
- Deprecated
security.context
usage - Deprecated block service usage
- Fixed wrong argument replacement. There is no 5th parameter for
sonata.timeline.block.timeline
- Fixed hardcoded paths to classes in
.xml.skeleton
files of config
3.1.0 - 2016-11-25
- Removed deprecation warning for
AdminExtension
usage
- Internal test classes are now excluded from the autoloader