From f6c8d7a5fbb4fdfe0501a743d45532351fd05220 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 9 Jun 2022 14:47:10 +0200 Subject: [PATCH] [Release] 2.2.14 --- CHANGELOG-2.2.x.md | 4 ++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-2.2.x.md b/CHANGELOG-2.2.x.md index 3b1b16a907..ba09ecf40e 100644 --- a/CHANGELOG-2.2.x.md +++ b/CHANGELOG-2.2.x.md @@ -1,5 +1,9 @@ # Within 2.2 +## 2.2.14 + - Bugs: + - [ProductQuantityPriceRules] remove variable variables sign (https://github.com/coreshop/CoreShop/pull/1991) + ## 2.2.13 - Bugs: - [ResourceBundle] fix ResourceSettingsController getConfigAction (https://github.com/coreshop/CoreShop/pull/1981) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 8f5d99f5bd..9e030e2ea1 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -16,7 +16,7 @@ final class Version { const MAJOR_VERSION = '2'; const MINOR_VERSION = '2'; - const RELEASE_VERSION = '13'; + const RELEASE_VERSION = '14'; const EXTRA_VERSION = ''; /**