From 70ebe4e611db456d9a1024e5709fb17cd77201be Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Tue, 10 Sep 2024 08:32:06 +0200 Subject: [PATCH] [Release] 4.0.10 --- CHANGELOG-4.0.x.md | 8 ++++++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-4.0.x.md b/CHANGELOG-4.0.x.md index 2ca62f7e08..9e2557cb68 100644 --- a/CHANGELOG-4.0.x.md +++ b/CHANGELOG-4.0.x.md @@ -1,8 +1,16 @@ +## 4.0.10 + +* [PimcoreBundle] respect user language for grid filter labels (#2694) by @benwalch in https://github.com/coreshop/CoreShop/pull/2695 +* [Product] fix regression of price rules for products with default unit by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2698 +* [NotificationBundle] Mail Processor: Fix adding recipient twice by @benwalch in https://github.com/coreshop/CoreShop/pull/2701 + ## 4.0.9 + * [OrderBundle] use context language for OrderState Operator by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2677 * [VariantBundle] Variant Creator by @breakone in https://github.com/coreshop/CoreShop/pull/2679 ## 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 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 39b068d710..10a09966da 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 = '9'; + public const RELEASE_VERSION = '10'; public const EXTRA_VERSION = '';