Skip to content

Commit

Permalink
3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 21, 2019
1 parent c2e6c2b commit 1456c80
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.13.0](https://github.com/sonata-project/SonataPageBundle/compare/3.12.0...3.13.0) - 2019-10-21
### Added
- Add missing translation for admin menu
- Added missing translation for blocks
- Add more `@method` annotation to propagate new methods of
`SnapshotManagerInterface`

### Fixed
- Fixed `DecoratorStrategy` compatibility with `symfony/http-foundation` >= 3.4.31
- Match PHPDoc with doctrine model

### Changed
- Add `internal` as default context for technical blocks
- Use correct translation domain for page blocks

### Removed
- Remove translation call for empty block descriptions
- Remove superfluous PHPDoc

## [3.12.0](https://github.com/sonata-project/SonataPageBundle/compare/3.11.1...3.12.0) - 2019-10-03
### Added
- Added missing German translation
Expand Down

0 comments on commit 1456c80

Please sign in to comment.