Skip to content

Commit

Permalink
Prepare 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 28, 2021
1 parent 2f6213e commit a135e1c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.1.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.0.1...4.1.0) - 2021-10-27
### Added
- [[#7558](https://github.com/sonata-project/SonataAdminBundle/pull/7558)] Added more generic information ([@core23](https://github.com/core23))
- [[#7555](https://github.com/sonata-project/SonataAdminBundle/pull/7555)] Added support for Symfony 6 ([@jordisala1991](https://github.com/jordisala1991))

### Changed
- [[#7549](https://github.com/sonata-project/SonataAdminBundle/pull/7549)] Move appendParentObject call into createNewInstance ([@goetas](https://github.com/goetas))

### Deprecated
- [[#7519](https://github.com/sonata-project/SonataAdminBundle/pull/7519)] `Sonata\AdminBundle\Builder\BuilderInterface` ([@VincentLanglet](https://github.com/VincentLanglet))

### Fixed
- [[#7556](https://github.com/sonata-project/SonataAdminBundle/pull/7556)] Set subject of $associationAdmin when collection is append to childs collections. ([@Pasttaga](https://github.com/Pasttaga))
- [[#7537](https://github.com/sonata-project/SonataAdminBundle/pull/7537)] Made `getBatchActions()` return an empty array when the admin does not have a batch route ([@7ochem](https://github.com/7ochem))

## [4.0.1](https://github.com/sonata-project/SonataAdminBundle/compare/4.0.0...4.0.1) - 2021-10-01
### Changed
- [[#7506](https://github.com/sonata-project/SonataAdminBundle/pull/7506)] Improved error message when a required option is not passed to the FormType. ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/BuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* NEXT_MAJOR: Remove this interface
*
* @deprecated since sonata-project/admin-bundle version 4.x and will be removed in 5.0.
* @deprecated since sonata-project/admin-bundle version 4.1 and will be removed in 5.0.
*/
interface BuilderInterface
{
Expand Down

0 comments on commit a135e1c

Please sign in to comment.