From 23651623d495ef1f0af2d33cc96647428a0f6b42 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 26 Jan 2021 01:28:30 +0100 Subject: [PATCH] 3.28 --- CHANGELOG.md | 14 ++++++++++++++ src/Datagrid/Pager.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd78095f..d652d884b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## [3.28.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.27.0...3.28.0) - 2021-01-26 +### Added +- [[#1280](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1280)] Added `CountFilter`. ([@rgrassian](https://github.com/rgrassian)) + +### Changed +- [[#1268](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1268)] Use Doctrine ORM Paginator to count in Pager. ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Deprecated +- [[#1268](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1268)] `Pager::CONCAT_SEPARATOR` ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Fixed +- [[#1265](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1265)] Do not provide a default `null` `field_type` option for Filter ([@VincentLanglet](https://github.com/VincentLanglet)) +- [[#1268](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1268)] Support of composite key for computeNbResult ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [3.27.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.26.0...3.27.0) - 2021-01-17 ### Added - [[#1262](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1262)] Added Pager::getCurrentPageResults() ([@VincentLanglet](https://github.com/VincentLanglet)) diff --git a/src/Datagrid/Pager.php b/src/Datagrid/Pager.php index 1c89db87a..4f4f26428 100644 --- a/src/Datagrid/Pager.php +++ b/src/Datagrid/Pager.php @@ -31,7 +31,7 @@ class Pager extends BasePager /** * NEXT_MAJOR: remove this property. * - * @deprecated since sonata-project/doctrine-orm-admin-bundle 3.x and will be removed in 4.0 + * @deprecated since sonata-project/doctrine-orm-admin-bundle 3.28 and will be removed in 4.0 * * Use separator in CONCAT() function for correct determinate similar records. */