Skip to content

Releases: smartbooster/core-bundle

v1.18.0

16 Apr 13:30
b93534e

Choose a tag to compare

Added

  • Allow orm 3 (@lfortunier)
  • Add composer require dev symfony/var-exporter to 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

  • GroupConcat Change use of deprecated constant to use new (@lfortunier)

v1.17.1

16 Apr 10:38
842e2f1

Choose a tag to compare

Fixed

  • ProcessStatusEnum::addQbOrderBy : Switch to inline param to prevent nb binding param due to the BaseEntityProvider resetDQLPart on orderBy (@mathieu-ducrot)

v1.17.0

25 Feb 11:35
9ff2738

Choose a tag to compare

Added

v1.16.3

25 Feb 09:02
c38553b

Choose a tag to compare

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

25 Sep 16:19
d511735

Choose a tag to compare

Added

  • ProcessStatusEnum::addQbOrderBy Add method to add a qb order by on the enum (@mathieu-ducrot)

v1.16.1

30 Jul 11:31
8402162

Choose a tag to compare

Changed

  • Update phpunit.xml & phpstan.neon config 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 & StringUtils with trim & strlen functions (@mathieu-ducrot)

v1.16.0

28 Jul 15:09
12a3999

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)

v1.15.1

24 Jul 08:54
317d479

Choose a tag to compare

Fixed

  • HistoryDoctrineListener::handleHistory Ensure $this->historyLogger->log doesn't flush to prevent multiple flushes issue (detected when combine with the flush from the Mailer). (@lfortunier)

v1.15.0

27 Jun 16:13
0f1bc2d

Choose a tag to compare

Added

  • ProcessStatusEnum new methods based on the EnumTrait from the platform-core-bundle : getBgColor, getBgColors, getTextColors, getTextColor, labels (@mathieu-ducrot)

v1.14.4

25 Jun 06:56
d633ff8

Choose a tag to compare

Added

  • FileUtils::slugifyFilename Slugify and normalize filename + tests (@lfortunier)