From 3b919e53e1d0300675228c1bd0262eba8078a494 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 3 Aug 2023 11:25:34 +0200 Subject: [PATCH] [Release] 3.1.1 --- CHANGELOG-3.1.x.md | 10 ++++++++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.1.x.md b/CHANGELOG-3.1.x.md index 642e0bbde0..547e0b51b3 100644 --- a/CHANGELOG-3.1.x.md +++ b/CHANGELOG-3.1.x.md @@ -1,3 +1,13 @@ +# 3.1.1 + +## Bugs + - [PaymentRules] fix decoration of PaymentProviderResolver (https://github.com/coreshop/CoreShop/pull/2317) + - [Notes] fix note title translation (https://github.com/coreshop/CoreShop/pull/2335) + - [Menu] making it easer to have more independent bundles with the same main-menu (https://github.com/coreshop/CoreShop/pull/2344) + - [FrontendBundle] fix: don't require permissions to render partials (https://github.com/coreshop/CoreShop/pull/2329) + - [VariantBundle] fix null values in ValidAttributesValidator (https://github.com/coreshop/CoreShop/pull/2348) + - [OrderBundle] don't modify CartItem twice (https://github.com/coreshop/CoreShop/pull/2355) + # 3.1.0 ## BC Breaks: diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 58d93d9548..b4961a60b0 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 = '0'; + public const RELEASE_VERSION = '1'; public const EXTRA_VERSION = '';