Skip to content

Commit

Permalink
3.29 (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Feb 8, 2021
1 parent 0a32db3 commit 6df5cec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.29.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.28.0...3.29.0) - 2021-02-08
### Deprecated
- [[#1292](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1292)] Extending `ProxyQuery` ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1292](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1292)] Extending `DataSource` ([@VincentLanglet](https://github.com/VincentLanglet))

### Fixed
- [[#1287](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1287)] Fixed `CountFilter` ([@VincentLanglet](https://github.com/VincentLanglet))

## [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))
Expand Down
2 changes: 1 addition & 1 deletion src/Datagrid/ProxyQuery.php
Expand Up @@ -22,7 +22,7 @@
/**
* This class try to unify the query usage with Doctrine.
*
* @final since sonata-project/doctrine-orm-admin-bundle 3.x
* @final since sonata-project/doctrine-orm-admin-bundle 3.29
*
* @method Query\Expr expr()
* @method QueryBuilder setCacheable($cacheable)
Expand Down
2 changes: 1 addition & 1 deletion src/Exporter/DataSource.php
Expand Up @@ -21,7 +21,7 @@
use Sonata\Exporter\Source\SourceIteratorInterface;

/**
* @final since sonata-project/doctrine-orm-admin-bundle 3.x
* @final since sonata-project/doctrine-orm-admin-bundle 3.29
*/
class DataSource implements DataSourceInterface
{
Expand Down

0 comments on commit 6df5cec

Please sign in to comment.