Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Releases: sonata-project/SonataTimelineBundle

3.7.0

15 Feb 21:36
d1cfef2
Compare
Choose a tag to compare

Changed

  • [#306] Updates dutch translations (@zghosts)
  • [#260] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

  • [#260] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)

Removed

3.6.0

29 Jun 19:25
3.6.0
6916885
Compare
Choose a tag to compare

Added

Removed

3.5.0

12 Jan 15:32
3.5.0
1012b58
Compare
Choose a tag to compare

Added

  • Added DoctrineBundle dependency in the composer.json

Changed

  • Changed Sonata\TimelineBundle\Spread\AdminSpread::__construct signature
    to use Doctrine\Common\Persistence\ManagerRegistry
    instead of Symfony\Bridge\Doctrine\RegistryInterface

3.4.0

16 Jun 17:55
3.4.0
308e3fb
Compare
Choose a tag to compare

Added

  • Add missing package twig/twig with versions ^1.35 || ^2.4

Fixed

  • deprecation notice about using namespaced classes from \Twig\
  • Fix deprecation for symfony/config 4.2+

Removed

  • support for php 5 and php 7.0

3.3.1

08 May 09:50
3.3.1
d23b5d5
Compare
Choose a tag to compare

Fixed

  • Fix the subject generated link.
  • Fix the subject_text when data is empty.

Added

  • Added support for timeline-bundle 3.0

3.3.0

08 Feb 10:15
3.3.0
1ad8abf
Compare
Choose a tag to compare

Added

  • added block title translation domain option
  • added block class option

Changed

  • 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

  • Removed default title from blocks
  • remove some unused divs from timeline.html.twig block

3.2.0

30 Nov 14:18
3.2.0
737f4c6
Compare
Choose a tag to compare

Changed

  • Removed usage of old form type aliases

Added

  • added Russian translations

Fixed

  • It is now allowed to install Symfony 4

Removed

  • support for old versions of php and Symfony

3.1.1

13 Jun 22:12
3.1.1
0812595
Compare
Choose a tag to compare

Fixed

  • 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

25 Nov 14:30
3.1.0
314767e
Compare
Choose a tag to compare

Fixed

  • Removed deprecation warning for AdminExtension usage

Removed

  • Internal test classes are now excluded from the autoloader