Skip to content

Commit

Permalink
3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 2, 2020
1 parent 93f5dec commit 0a16728
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.18.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.17.1...3.18.0) - 2020-06-02
### Added
- Added direct dependency against "twig/twig".
- Added `ModelManager::getDefaultPerPageOptions`
- `ArrayFilter` which supports `@ORM\Column(type="array")`

### Fixed
- Fixed usage of deprecated Twig syntax `for..if`.
- StringFilter now correctly takes the `case_sensitive` option into account
when the operator is `=`.

## [3.17.1](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.17.0...3.17.1) - 2020-04-21
### Fixed
Typo in AbstractDateFilter, `DateRangeOperatorType::TYPE_EQUAL` should have been
Expand Down
2 changes: 1 addition & 1 deletion src/Model/ModelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public function executeQuery($query)
/**
* NEXT_MAJOR: Remove this function.
*
* @deprecated since sonata-project/doctrine-orm-admin-bundle 3.x. To be removed in 4.0.
* @deprecated since sonata-project/doctrine-orm-admin-bundle 3.18. To be removed in 4.0.
*/
public function getModelIdentifier($class)
{
Expand Down

0 comments on commit 0a16728

Please sign in to comment.