Skip to content

Commit

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

## [2.5.0](https://github.com/sonata-project/SonataTranslationBundle/compare/2.4.2...2.5.0) - 2020-03-31
### Added
- Added a global option `default_filter_mode` to change every filter mode
- Added `filter_mode` option for `TranslationFieldFilter` to change the
filtering mode based on the provider (either `knplabs` or `gedmo`)

### Fixed
- Check if method `getLocale` exists before to use it in `UserLocaleListener`
- Fixed issue caused by always using the default entity manager

### Removed
- Removed `SonataCoreBundle`
- Support for Symfony < 3.4
- Support for Symfony >= 4, < 4.2

## [2.4.2](https://github.com/sonata-project/SonataTranslationBundle/compare/2.4.1...2.4.2) - 2019-07-05
### Fixed
- Admin without entity shouldn't be restricted
Expand Down

0 comments on commit 07c278f

Please sign in to comment.