Skip to content

Commit

Permalink
3.80 (#6587)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Nov 13, 2020
1 parent 22a541d commit d0cffae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.80.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.79.0...3.80.0) - 2020-11-13
### Added
- [[#6585](https://github.com/sonata-project/SonataAdminBundle/pull/6585)] `NOT_EQUAL` operator for `StringOperatorType` ([@VincentLanglet](https://github.com/VincentLanglet))

### Changed
- [[#6402](https://github.com/sonata-project/SonataAdminBundle/pull/6402)] Delegate filter query by empty value to filters ([@peter-gribanov](https://github.com/peter-gribanov))

### Deprecated
- [[#6568](https://github.com/sonata-project/SonataAdminBundle/pull/6568)] Deprecated `ModelManagerInterface::modelTransform()` method ([@franmomu](https://github.com/franmomu))

## [3.79.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.78.1...3.79.0) - 2020-11-09
### Added
- [[#6565](https://github.com/sonata-project/SonataAdminBundle/pull/6565)] Added `collection_by_reference` option for AdminType ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down
2 changes: 1 addition & 1 deletion src/Model/ModelManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function modelReverseTransform($class, array $array = []);
/**
* NEXT_MAJOR: Remove this method.
*
* @deprecated since sonata-admin/admin-bundle 3.x and will be removed in 4.0.
* @deprecated since sonata-admin/admin-bundle 3.80 and will be removed in 4.0.
*
* @param string $class
* @param object $instance
Expand Down

0 comments on commit d0cffae

Please sign in to comment.