Skip to content

Commit

Permalink
4.0.0-rc.1 (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Aug 10, 2021
1 parent 4d7049d commit dd7c11c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0-rc.1](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.0.0-alpha-2...4.0.0-rc.1) - 2021-08-10
### Added
- [[#1458](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1458)] `EmptyFilter` ([@VincentLanglet](https://github.com/VincentLanglet))

### Changed
- [[#1480](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1480)] `Pager::getCurrentPageResults()` does not return `Paginator` anymore. ([@VincentLanglet](https://github.com/VincentLanglet))

## [4.0.0-alpha-2](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.0.0-alpha-1...4.0.0-alpha-2) - 2021-05-14
### Added
- [[#1412](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1412)] Add compatiblity with all SonataAdmin 4.0 versions ([@jordisala1991](https://github.com/jordisala1991))

### Changed
- [[#1421](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1421)] Use `FilterData` instead of `array` in filters. ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1438](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1438)] Add final to abstract classes method. ([@VincentLanglet](https://github.com/VincentLanglet))

### Fixed
- [[#1435](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1435)] BatchDelete method. ([@VincentLanglet](https://github.com/VincentLanglet))

## [4.0.0-alpha-1](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.35.0...4.0.0-alpha-1) - 2021-04-11
See Changelog

## [3.35.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.34.3...3.35.0) - 2021-07-20
### Added
- [[#1470](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1470)] `global_search` option to the `StringFilter` ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"doctrine/doctrine-bundle": "^2.3",
"doctrine/orm": "^2.8",
"doctrine/persistence": "^2.1",
"sonata-project/admin-bundle": "^4.0@dev",
"sonata-project/admin-bundle": "^4.0@rc",
"sonata-project/exporter": "^2.0",
"sonata-project/form-extensions": "^1.4",
"symfony/config": "^4.4 || ^5.2",
Expand All @@ -47,9 +47,8 @@
"twig/twig": "^2.10 || ^3.0"
},
"conflict": {
"simplethings/entity-audit-bundle": ">=2.0",
"sonata-project/admin-bundle": "<=4.0.0-alpha-2",
"sonata-project/block-bundle": "<4.2"
"sonata-project/block-bundle": "<4.2",
"sonata-project/entity-audit-bundle": ">=2.0"
},
"provide": {
"sonata-project/admin-bundle-persistency-layer": "1.0.0"
Expand Down

0 comments on commit dd7c11c

Please sign in to comment.