From 4ea356f1b942b1d498d095ac30b4f3de53d88878 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 12 Aug 2024 11:48:40 +0200 Subject: [PATCH] [Release] 4.0.9 --- CHANGELOG-4.0.x.md | 4 ++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-4.0.x.md b/CHANGELOG-4.0.x.md index 42eeb3556a..47d329a08a 100644 --- a/CHANGELOG-4.0.x.md +++ b/CHANGELOG-4.0.x.md @@ -1,3 +1,7 @@ +# 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 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 91750a278f..39b068d710 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 = '8'; + public const RELEASE_VERSION = '9'; public const EXTRA_VERSION = '';