Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Oct 31, 2021
1 parent afc8456 commit faee9a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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/).

## [4.1.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.0.0...4.1.0) - 2021-10-29
### Added
- [[#1558](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1558)] Added support for Doctrine DBAL 3. ([@jordisala1991](https://github.com/jordisala1991))

### Changed
- [[#1545](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1545)] `field_options` are automatically passed to the Filter when an `EntityType` or a `ModelAutocompleteType` is used. ([@VincentLanglet](https://github.com/VincentLanglet))

### Deprecated
- [[#1545](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1545)] `ModelAutocompleteFilter` in favor of `ModelFilter` with a `field_type` `ModelAutocompleteType` ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1547](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1547)] Calling `ModelManager::getEntityManager()` ([@VincentLanglet](https://github.com/VincentLanglet))

### Removed
- [[#1559](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1559)] Removed support for Symfony 5.2 ([@jordisala1991](https://github.com/jordisala1991))

## [4.0.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.0.0-rc.2...4.0.0) - 2021-09-06
### Changed
- [[#1523](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1523)] Do not set a default route option to `FieldDescription` in `FieldDescriptionFactory` ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/ModelAutocompleteFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* NEXT_MAJOR: Remove this filter.
*
* @deprecated since sonata-project/doctrine-orm-admin-bundle version 4.x and will be removed in 5.0.
* @deprecated since sonata-project/doctrine-orm-admin-bundle version 4.1 and will be removed in 5.0.
* use the ModelFilter instead with the option `'field_type' => ModelAutocompleteType::class`
*/
final class ModelAutocompleteFilter extends Filter
Expand Down

0 comments on commit faee9a3

Please sign in to comment.