Releases: smartbooster/sonata-bundle
Releases · smartbooster/sonata-bundle
v2.12.0
Added
- Allow orm v3 (@lfortunier)
- Add composer require dev
symfony/var-exporterto fix orm v3 qualimetry (@lfortunier) - Add orm v2.19 like new
smartbooster/core-bundleminimum orm version and v3 matrix to github actions (@lfortunier)
Changed
HealthCheckControllerUseMYSQL_VERSIONorMYSQL_ADDON_VERSIONenv variable for mysql version (@lfortunier)
Fixed
SecuritySubscriberUse$event->getRequest()->query->get()instead of$event->getRequest()->get(to remove deprecated method (@lfortunier)
v2.11.0
Added
- Allow Symfony 7.4 (@mathieu-ducrot)
v2.10.1
Fixed
HealthCheckControllerUse minor version for status comparison instead of patch version + add missing target _blank in template (@mathieu-ducrot)main.scssdirect node_modules import path mention for bootstrap-sass (@mathieu-ducrot)
Added
.php-cs-fixer.dist.phpconfig + phpstan lvl 8, 9, 10 ignoreErrors to review (@mathieu-ducrot)
v2.10.0
Added
HealthCheckControllerto check used versions on the project and if there are any CVE. (@mathieu-ducrot)
v2.9.1
Added
show_history_field.html.twigadd support for HTML rendering in history titles (@lfortunier)
Fixed
confid/doctrine.yamladd config to fixLogicException: This bundle relies on savepoints for nested database transactions. You need to enable "use_savepoints" on the Doctrine DBAL config for connection "default".(@lfortunier)
v2.9.0
Added
composer.jsonAllow sentry/sentry-symfony ^5.1 for PHP 8.4 support (@mathieu-ducrot)
Changed
composer.jsonadd symfony/phpunit-bridge ^7.0 needed to properly pass CI since php 8.4 update (@mathieu-ducrot)
Fixed
- Fixed deprecated on implicitly nullable param for PHP 8.4 support (@mathieu-ducrot)
- Add static to all provider method in tests folder (@mathieu-ducrot)
v2.8.1
Added
list_api_call_route_url.html.twigtemplate to reduce the size of the url onAbstractApiCallAdmin(@mathieu-ducrot)
Fixed
show_history_field.html.twigfix error "Impossible to access an attribute ("f") on a string variable ("label.empty")." on display empty collections history (@lfortunier)
v2.8.0
Removed
- Dropped support on
Parameter::historyLegacyand also remove it from theParameterAdmin(@mathieu-ducrot)
v2.7.0
Added
docs/tailwind.mddocumentation (@lfortunier and @mathieu-ducrot)AbstractAdmin::getHistoryConfignew method to impact on show_history_field rendering (@mathieu-ducrot)show_history_field.html.twigAddrender_diffandrender_diff_labelblock to ease template override (@mathieu-ducrot)- Add common translations used on ApiCallAdmin and CronAdmin + history.context.sso (@mathieu-ducrot)
Changed
show_history_field.html.twigAdjust the template to translate when history config fields has the enum_prefix_label option (@mathieu-ducrot)docs/mailer.mdupdate documentation on doc route import, documentation_help block, MailableInterface use and how to extend the BaseMailer (@mathieu-ducrot)
Fixed
_documentation.scssFix tailwind sb-documentation style : max-width + table and image max-width/transform (@mathieu-ducrot)BaseMailer::setRecipientToEmailrecipients reset for successive calls on the send method (@mathieu-ducrot)
v2.6.0
Added
- add vich_uploader translations (@mathieu-ducrot)
- add sonata templates for logo and vich download file (@mathieu-ducrot)
sonata_helper.html.twigmacro to centralize crud action rendering (@mathieu-ducrot)