Releases: smartbooster/core-bundle
Releases · smartbooster/core-bundle
v1.18.0
Added
- Allow orm 3 (@lfortunier)
- Add composer require dev
symfony/var-exporterto fix orm v3 qualimetry (@lfortunier) - Add orm v2.19 and v3 matrix to github actions (@lfortunier)
Changed
- orm minimal version to 2.19 for use of new constant in
GroupConcat(@lfortunier)
Fixed
GroupConcatChange use of deprecated constant to use new (@lfortunier)
v1.17.1
Fixed
ProcessStatusEnum::addQbOrderBy: Switch to inline param to prevent nb binding param due to the BaseEntityProvider resetDQLPart on orderBy (@mathieu-ducrot)
v1.17.0
Added
- Allow Symfony 7.4 (@mathieu-ducrot)
v1.16.3
Fixed
- QA changes to match standard-bundle requirements related from version ^1.2 : .php-cs-fixer.dist + phpcs security + phpstan lvl10 (@mathieu-ducrot)
v1.16.2
Added
ProcessStatusEnum::addQbOrderByAdd method to add a qb order by on the enum (@mathieu-ducrot)
v1.16.1
Changed
- Update
phpunit.xml&phpstan.neonconfig according to standard-bundle v1.1.2 (@mathieu-ducrot) - Add use_savepoints on doctrine test config in case of future database tests in the bundle (@mathieu-ducrot)
- Use DataProvider attribut as PHPUnit version updated to 12.2 (@mathieu-ducrot)
Fixed
- Fix PHP 8.4 deprecations in
ArrayUtils&StringUtilswith trim & strlen functions (@mathieu-ducrot)
v1.16.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)
v1.15.1
Fixed
HistoryDoctrineListener::handleHistoryEnsure $this->historyLogger->log doesn't flush to prevent multiple flushes issue (detected when combine with the flush from the Mailer). (@lfortunier)
v1.15.0
Added
ProcessStatusEnumnew methods based on theEnumTraitfrom the platform-core-bundle : getBgColor, getBgColors, getTextColors, getTextColor, labels (@mathieu-ducrot)
v1.14.4
Added
FileUtils::slugifyFilenameSlugify and normalize filename + tests (@lfortunier)