Skip to content

Commit

Permalink
3.91 (#6898)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Mar 2, 2021
1 parent 43d6d3e commit 26a4061
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.91.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.90.0...3.91.0) - 2021-03-02
### Deprecated
- [[#6878](https://github.com/sonata-project/SonataAdminBundle/pull/6878)] Passing a fieldDescription option `name` ([@VincentLanglet](https://github.com/VincentLanglet))

### Fixed
- [[#6895](https://github.com/sonata-project/SonataAdminBundle/pull/6895)] Fix computing changed filter values ([@kirya-dev](https://github.com/kirya-dev))

## [3.90.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.89.1...3.90.0) - 2021-02-25
### Added
- [[#6877](https://github.com/sonata-project/SonataAdminBundle/pull/6877)] Added `AbstractAdmin::mergeParameters()` to merge parameters but replace them when it's a subarray. ([@willemverspyck](https://github.com/willemverspyck))
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
UPGRADE 3.x
===========

UPGRADE FROM 3.xx to 3.xx
UPGRADE FROM 3.89 to 3.90
=========================

### Deprecated `Sonata\AdminBundle\Model\ModelManagerInterface::getModelInstance()` method.
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/views/Form/form_admin_fields.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ file that was distributed with this source code.
<div{% with {attr: row_attr|merge({id: row_id, class: row_class})} %}{{ block('attributes') }}{% endwith %}>
{# NEXT_MAJOR: Remove this block #}
{% if sonata_admin.field_description.options.name is defined %}
{% deprecated 'The "name" option is deprecated in field description since sonata-project/admin-bundle 3.x, to be removed in 4.0.' %}
{% deprecated 'The "name" option is deprecated in field description since sonata-project/admin-bundle 3.91, to be removed in 4.0.' %}
{% set label = sonata_admin.field_description.options.name|default(label) %}
{% endif %}

Expand Down

0 comments on commit 26a4061

Please sign in to comment.