Skip to content

Releases: smartbooster/sonata-bundle

v2.12.0

16 Apr 13:45
5506cc8

Choose a tag to compare

Added

  • Allow orm v3 (@lfortunier)
  • Add composer require dev symfony/var-exporter to fix orm v3 qualimetry (@lfortunier)
  • Add orm v2.19 like new smartbooster/core-bundle minimum orm version and v3 matrix to github actions (@lfortunier)

Changed

  • HealthCheckController Use MYSQL_VERSION or MYSQL_ADDON_VERSION env variable for mysql version (@lfortunier)

Fixed

  • SecuritySubscriber Use $event->getRequest()->query->get() instead of $event->getRequest()->get( to remove deprecated method (@lfortunier)

v2.11.0

25 Feb 13:56
0c7bcd5

Choose a tag to compare

Added

v2.10.1

05 Feb 11:15
79421ee

Choose a tag to compare

Fixed

  • HealthCheckController Use minor version for status comparison instead of patch version + add missing target _blank in template (@mathieu-ducrot)
  • main.scss direct node_modules import path mention for bootstrap-sass (@mathieu-ducrot)

Added

  • .php-cs-fixer.dist.php config + phpstan lvl 8, 9, 10 ignoreErrors to review (@mathieu-ducrot)

v2.10.0

22 Dec 15:59
0f1efed

Choose a tag to compare

Added

  • HealthCheckController to check used versions on the project and if there are any CVE. (@mathieu-ducrot)

v2.9.1

30 Jul 07:05
43d7649

Choose a tag to compare

Added

  • show_history_field.html.twig add support for HTML rendering in history titles (@lfortunier)

Fixed

  • confid/doctrine.yaml add config to fix LogicException: 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

28 Jul 17:04
a1d1033

Choose a tag to compare

Added

  • composer.json Allow sentry/sentry-symfony ^5.1 for PHP 8.4 support (@mathieu-ducrot)

Changed

  • composer.json add 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

24 Sep 15:26
9fd7610

Choose a tag to compare

Added

  • list_api_call_route_url.html.twig template to reduce the size of the url on AbstractApiCallAdmin (@mathieu-ducrot)

Fixed

  • show_history_field.html.twig fix error "Impossible to access an attribute ("f") on a string variable ("label.empty")." on display empty collections history (@lfortunier)

v2.8.0

02 Sep 16:33
2f5c52c

Choose a tag to compare

Removed

  • Dropped support on Parameter::historyLegacy and also remove it from the ParameterAdmin (@mathieu-ducrot)

v2.7.0

28 Aug 16:16
a755d6b

Choose a tag to compare

Added

  • docs/tailwind.md documentation (@lfortunier and @mathieu-ducrot)
  • AbstractAdmin::getHistoryConfig new method to impact on show_history_field rendering (@mathieu-ducrot)
  • show_history_field.html.twig Add render_diff and render_diff_label block to ease template override (@mathieu-ducrot)
  • Add common translations used on ApiCallAdmin and CronAdmin + history.context.sso (@mathieu-ducrot)

Changed

  • show_history_field.html.twig Adjust the template to translate when history config fields has the enum_prefix_label option (@mathieu-ducrot)
  • docs/mailer.md update documentation on doc route import, documentation_help block, MailableInterface use and how to extend the BaseMailer (@mathieu-ducrot)

Fixed

  • _documentation.scss Fix tailwind sb-documentation style : max-width + table and image max-width/transform (@mathieu-ducrot)
  • BaseMailer::setRecipientToEmail recipients reset for successive calls on the send method (@mathieu-ducrot)

v2.6.0

11 Jul 09:21
fc1f1a7

Choose a tag to compare

Added