Skip to content

Commit

Permalink
3.23.0 (#1344)
Browse files Browse the repository at this point in the history
* 3.23.0

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <[email protected]>

Co-authored-by: Javier Spagnoletti <[email protected]>
  • Loading branch information
VincentLanglet and phansys authored Aug 23, 2021
1 parent c8205cb commit 565f7b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.23.0](https://github.com/sonata-project/SonataPageBundle/compare/3.22.3...3.23.0) - 2021-08-22
### Added
- [[#1341](https://github.com/sonata-project/SonataPageBundle/pull/1341)] Support for `SonataCacheBundle` v3 ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1341](https://github.com/sonata-project/SonataPageBundle/pull/1341)] Support for PHP 8 ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1341](https://github.com/sonata-project/SonataPageBundle/pull/1341)] Some return type hint to `BlockEsiCache`, `BlockJsCache` and `BlockSsiCache` ([@VincentLanglet](https://github.com/VincentLanglet))

### Changed
- [[#1341](https://github.com/sonata-project/SonataPageBundle/pull/1341)] `BlockEsiCache::__construct()` signature ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1341](https://github.com/sonata-project/SonataPageBundle/pull/1341)] `BlockSsiCache::__construct` signature ([@VincentLanglet](https://github.com/VincentLanglet))

### Removed
- [[#1341](https://github.com/sonata-project/SonataPageBundle/pull/1341)] Support for `SonataCacheBundle` v2 ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1341](https://github.com/sonata-project/SonataPageBundle/pull/1341)] Support for `SonataCache` v1 ([@VincentLanglet](https://github.com/VincentLanglet))

## [3.22.3](https://github.com/sonata-project/SonataPageBundle/compare/3.22.2...3.22.3) - 2021-07-15
### Fixed
- [[#1323](https://github.com/sonata-project/SonataPageBundle/pull/1323)] Page composer block validation ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down

0 comments on commit 565f7b0

Please sign in to comment.