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

Releases: sonata-project/SonataCacheBundle

3.4.0

09 Dec 15:34
4df94d7
Compare
Choose a tag to compare

Added

Fixed

  • [#403] Dependency injection for commands (@mremi)

Removed

3.3.1

04 Dec 12:28
Compare
Choose a tag to compare

Fixed

3.3.0

28 Mar 18:59
664d9dc
Compare
Choose a tag to compare

Added

3.2.1

28 Jan 18:24
3.2.1
ae1e499
Compare
Choose a tag to compare

Fixed

  • Changed return type declarations from void to int on the commands
    execute() methods

3.2.0

28 Jan 07:09
3.2.0
c0ee583
Compare
Choose a tag to compare

Added

  • Added symfony 5 components in composer.json

Removed

  • Removed support for symfony 3

3.1.0

03 Jun 17:41
3.1.0
cd4b8f5
Compare
Choose a tag to compare

Fixed

  • missing argument for SSI and ESI cache
  • Fix return code of flush command for symfony cache
  • crash when running sonata:cache:flush-all or sonata:cache:flush
  • Fix deprecation for symfony/config 4.2+

Deprecated

  • not providing a cache manager to commands extending
    Sonata\CacheBundle\Command\BaseCacheCommand

3.0.1

16 Dec 20:41
3.0.1
6f81b43
Compare
Choose a tag to compare

Fixed

  • Wrong namespace for sonata.cache.phpcr_odm.event_subscriber.default config
  • sonata.cache.phpcr_odm.event_subscriber.defaultis now public
  • definition pointing to a non existent class

3.0.0

27 Jun 20:34
3.0.0
adbebeb
Compare
Choose a tag to compare

Added

  • support for sonata/cache 2

Removed

  • support for sonata/cache 1
  • support for Twig 1
  • PHP 5.3 through 5.5 support was removed
  • Symfony 2.2 through 2.7 support was removed
  • removed deprecated twig template classes
  • removed calling deprecated twig classes in bundle boot

Fixed

  • Fixed sonata.cache.invalidation.simple service definition typo

Changed

  • Sonata\CacheBundle\Twig\TwigTemplate14 was renamed to Sonata\CacheBundle\Twig\TwigTemplate

2.4.2

12 Mar 10:12
2.4.2
359f9af
Compare
Choose a tag to compare

Fixed

  • Usage of twig service in SonataCacheBundle is optional now

2.4.1

23 Feb 16:22
2.4.1
e152082
Compare
Choose a tag to compare

Changed

  • made service public

Fixed

  • Symfony 4.0 for symfony/config
  • Commands not working on symfony4