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

Commit adbebeb

Browse files
committed
3.x
1 parent 74e188c commit adbebeb

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
All notable changes to this project will be documented in this file.
33
This 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This bundle provides caching services
1212

1313
Branch | 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] |
1616
master | [![Build Status][travis_unstable_badge]][travis_unstable_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |
1717

1818
## Documentation

UPGRADE-3.x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
UPGRADE 3.x
2+
===========

0 commit comments

Comments
 (0)