From 8a4e0794c73dddba3bfb65b7c9471f9f7b36a193 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 18 Jul 2024 14:39:31 +0200 Subject: [PATCH] [Release] 4.0.8 --- CHANGELOG-4.0.x.md | 10 ++++++++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-4.0.x.md b/CHANGELOG-4.0.x.md index 8b9649141f..42eeb3556a 100644 --- a/CHANGELOG-4.0.x.md +++ b/CHANGELOG-4.0.x.md @@ -1,3 +1,13 @@ +# 4.0.8 +* [PaymentBundle] fix null title for payment provider by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2640 +* [ProductBundle] fix missing cascade merge by @benwalch in https://github.com/coreshop/CoreShop/pull/2647 +* [PaymentBundle/ShippingBundle] fix logo select form type by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2654 +* [OrderBundle] use user locale for transition and state translations by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2653 +* [Order] fixes for backend order creation by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2652 +* [Messenger] fix serialization of failed_at by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2658 +* [CoreBundle] fixes for Reports by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2659 +* [Pimcore] add conflict for Pimcore 11.3.1 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2664 + # 4.0.7 * [ProductBundle] fix missing cascade merge by @nehlsen in https://github.com/coreshop/CoreShop/pull/2636 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index fa53b72023..91750a278f 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -24,7 +24,7 @@ final class Version public const MINOR_VERSION = '0'; - public const RELEASE_VERSION = '7'; + public const RELEASE_VERSION = '8'; public const EXTRA_VERSION = '';