Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.22.5 #8037

Merged
merged 3 commits into from
Mar 30, 2023
Merged

4.22.5 #8037

Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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/).

## [4.22.5](https://github.com/sonata-project/SonataAdminBundle/compare/4.22.4...4.22.5) - 2023-03-30
### Changed
- [[#8029](https://github.com/sonata-project/SonataAdminBundle/pull/8029)] Use `symfony/string` instead of `doctrine/inflector` to convert words from "snake_case" to "camelCase" ([@jordisala1991](https://github.com/jordisala1991))

### Fixed
- [[#8026](https://github.com/sonata-project/SonataAdminBundle/pull/8026)] Fix errors not being displayed in modal ([@antoinemineau](https://github.com/antoinemineau))
- [[#8025](https://github.com/sonata-project/SonataAdminBundle/pull/8025)] Improve message when the admin class declared on the container does not exist. ([@jordisala1991](https://github.com/jordisala1991))
VincentLanglet marked this conversation as resolved.
Show resolved Hide resolved
VincentLanglet marked this conversation as resolved.
Show resolved Hide resolved

## [4.22.4](https://github.com/sonata-project/SonataAdminBundle/compare/4.22.3...4.22.4) - 2023-01-26
### Fixed
- [[#8009](https://github.com/sonata-project/SonataAdminBundle/pull/8009)] Fix response_item_callback option for `ModelAutocompleteType` form field. ([@aleksvaganoff](https://github.com/aleksvaganoff))
Expand Down