From b1ce154e751eee9edcec94a212e29a1b833d2637 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Sun, 5 Nov 2023 08:01:01 +0100 Subject: [PATCH] [Release] 3.1.4 --- CHANGELOG-3.1.x.md | 7 +++++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.1.x.md b/CHANGELOG-3.1.x.md index 5f42c5a59e..9deb4bd747 100644 --- a/CHANGELOG-3.1.x.md +++ b/CHANGELOG-3.1.x.md @@ -1,3 +1,10 @@ +# 3.1.4 + +* cast trackingCode as string by @solverat in https://github.com/coreshop/CoreShop/pull/2412 +* fix comment delete request by @solverat in https://github.com/coreshop/CoreShop/pull/2407 +* [Core] add unit to GiftProductAction by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2422 +* [Cart] fix wrong decoration of cart-context by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2432 + # 3.1.3 * [Cart] fix using right context for performance increase by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2387 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 6bfe7b2f7b..6783b8018f 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 = '1'; - public const RELEASE_VERSION = '3'; + public const RELEASE_VERSION = '4'; public const EXTRA_VERSION = '';