This repository was archived by the owner on Jul 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 3.0.0] ( https://github.com/sonata-project/SonataCacheBundle/compare/2.4.2...3.0.0 ) - 2018-06-27
6+
7+ ### Added
8+
9+ - support for sonata/cache 2
10+
11+ ### Removed
12+
13+ - support for sonata/cache 1
14+ - support for Twig 1
15+ - PHP 5.3 through 5.5 support was removed
16+ - Symfony 2.2 through 2.7 support was removed
17+ - removed deprecated twig template classes
18+ - removed calling deprecated twig classes in bundle boot
19+
20+ ### Fixed
21+
22+ - Fixed sonata.cache.invalidation.simple service definition typo
23+
24+ ### Changed
25+
26+ - ` Sonata\CacheBundle\Twig\TwigTemplate14 ` was renamed to ` Sonata\CacheBundle\Twig\TwigTemplate `
27+
528## [ 2.4.2] ( https://github.com/sonata-project/SonataCacheBundle/compare/2.4.1...2.4.2 ) - 2018-03-12
629### Fixed
730- Usage of twig service in SonataCacheBundle is optional now
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This bundle provides caching services
1212
1313Branch | Travis | Coveralls |
1414------ | ------ | --------- |
15- 2 .x | [ ![ Build Status] [ travis_stable_badge ]] [ travis_stable_link ] | [ ![ Coverage Status] [ coveralls_stable_badge ]] [ coveralls_stable_link ] |
15+ 3 .x | [ ![ Build Status] [ travis_stable_badge ]] [ travis_stable_link ] | [ ![ Coverage Status] [ coveralls_stable_badge ]] [ coveralls_stable_link ] |
1616master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_unstable_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
1717
1818## Documentation
Original file line number Diff line number Diff line change 1+ UPGRADE 3.x
2+ ===========
You can’t perform that action at this time.
0 commit comments