Skip to content

Commit 07cf526

Browse files
3.10.0 (#615)
* 3.10.0 * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <phansys@gmail.com> Co-authored-by: Javier Spagnoletti <phansys@gmail.com>
1 parent 7d0a175 commit 07cf526

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.10.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.9.0...3.10.0) - 2021-07-20
6+
### Added
7+
- [[#610](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/610)] `global_search` option to the `StringFilter` ([@VincentLanglet](https://github.com/VincentLanglet))
8+
9+
### Deprecated
10+
- [[#599](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/599)] Deprecated `ProxyQuery::getSingleScalarResult()` method ([@franmomu](https://github.com/franmomu))
11+
12+
### Fixed
13+
- [[#607](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/607)] Compatibility with SonataAdminBundle 3.x ([@dmaicher](https://github.com/dmaicher))
14+
- [[#610](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/610)] Stop using `ChoiceTypeFilter` for global search ([@VincentLanglet](https://github.com/VincentLanglet))
15+
516
## [3.9.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.8.0...3.9.0) - 2021-05-19
617
### Added
718
- [[#589](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/589)] Added `IdFilter` to be able to filter by id in lists ([@franmomu](https://github.com/franmomu))

UPGRADE-3.x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
UPGRADE 3.x
22
===========
33

4-
UPGRADE FROM 3.x to 3.x
5-
=======================
4+
UPGRADE FROM 3.9 to 3.10
5+
========================
66

77
### Sonata\DoctrineMongoDBAdminBundle\Datagrid\ProxyQuery
88

src/Datagrid/ProxyQuery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ public function getSortOrder()
131131
/**
132132
* NEXT_MAJOR: Remove this method.
133133
*
134-
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x, to be removed in 4.0.
134+
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.10, to be removed in 4.0.
135135
*/
136136
public function getSingleScalarResult()
137137
{
138138
@trigger_error(sprintf(
139-
'The method "%s()" is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
139+
'The method "%s()" is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.10'
140140
.' and will be removed in version 4.0.',
141141
__METHOD__
142142
), \E_USER_DEPRECATED);

0 commit comments

Comments
 (0)