From 1d804dc23b526fe82785087f53114a947b1328c4 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Tue, 6 Jun 2023 08:44:32 +0200 Subject: [PATCH] [Release] 3.0.6 --- CHANGELOG-3.0.x.md | 17 +++++++++++++++++ .../Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.0.x.md b/CHANGELOG-3.0.x.md index 5c28a7920d..1dc8112936 100644 --- a/CHANGELOG-3.0.x.md +++ b/CHANGELOG-3.0.x.md @@ -1,3 +1,20 @@ +# 3.0.6 + +## Bugs + - [StorageList] add default session based context resolver (https://github.com/coreshop/CoreShop/pull/2269) + - [Pimcore] Handle unknown class names in ClassUpdate (https://github.com/coreshop/CoreShop/pull/2271) + - [Guzzle] use ^1.0 for guzzle adapter (https://github.com/coreshop/CoreShop/pull/2274) + - [FrontendBundle] throw 404 when Reset-Token not found (https://github.com/coreshop/CoreShop/pull/2277) + - [IndexBundle] support 'zero' values for filtering (https://github.com/coreshop/CoreShop/pull/2282) + - [Pimcore] make compatible with Pimcore 10.6 (https://github.com/coreshop/CoreShop/pull/2285) + - [Order] fix voucher modifier calling findByCode with null (https://github.com/coreshop/CoreShop/pull/2289) + - [MenuBundle] fix Pimcore 10.6 compatibility issue (https://github.com/coreshop/CoreShop/pull/2292) + - [ResourceBundle] fix Pimcore 10.6 compatibility to find Admin User (https://github.com/coreshop/CoreShop/pull/2293) + - [OrderBundle] improve unlinking files in pdf generation (https://github.com/coreshop/CoreShop/pull/2294) + - [SerializedData] show data as string in version preview (https://github.com/coreshop/CoreShop/pull/2295) + - [Docs] Maintenance mode <-> Maintenance job (https://github.com/coreshop/CoreShop/pull/2299) + - [MessengerBundle] fix for standalone installation (https://github.com/coreshop/CoreShop/pull/2298) + # 3.0.5 ## Bugs diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 8c167b7666..8490a049a4 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 = '5'; + public const RELEASE_VERSION = '6'; public const EXTRA_VERSION = '';