Skip to content

Commit

Permalink
3.1.0 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jun 10, 2022
1 parent 61a462c commit 97030de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.1.0](https://github.com/sonata-project/SonataTranslationBundle/compare/3.0.1...3.1.0) - 2022-06-10
### Changed
- [[#636](https://github.com/sonata-project/SonataTranslationBundle/pull/636)] Sonata\TranslationBundle\Checker\TranslationChecker rely on 'is_a' instead of insteance of to fully support string parameter. ([@mpoiriert](https://github.com/mpoiriert))
- [[#637](https://github.com/sonata-project/SonataTranslationBundle/pull/637)] Locale block response is not rendered as private anymore to be compatible with SonataBlockBundle 5 ([@franmomu](https://github.com/franmomu))

### Removed
- [[#640](https://github.com/sonata-project/SonataTranslationBundle/pull/640)] Support of Symfony 5.3 ([@franmomu](https://github.com/franmomu))

## [3.0.1](https://github.com/sonata-project/SonataTranslationBundle/compare/3.0.0...3.0.1) - 2022-03-22
### Fixed
- [[#630](https://github.com/sonata-project/SonataTranslationBundle/pull/630)] Support of new admin declaration with `model_class` as attribute ([@fransweerts](https://github.com/fransweerts))
Expand Down

0 comments on commit 97030de

Please sign in to comment.