From 28287a6083331b490d233a786ba0c09d3b6e93a2 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Fri, 29 Jan 2021 13:57:38 +0100 Subject: [PATCH] [Release] 2.2.9 --- CHANGELOG-2.2.x.md | 13 +++++++++++++ .../Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-2.2.x.md b/CHANGELOG-2.2.x.md index 2abe715582..295d50a44b 100644 --- a/CHANGELOG-2.2.x.md +++ b/CHANGELOG-2.2.x.md @@ -1,5 +1,18 @@ # Within 2.2 +## 2.2.9 + - Bugs: + - [ResourceBundle] fix compatibility with Doctrine EventSubscriber (https://github.com/coreshop/CoreShop/pull/1580) + - [All] replace all usages of href with manyToOneRelation and multihref with manyToManyRelation (https://github.com/coreshop/CoreShop/pull/1576) + - [OptimisticEntityLockBundle] fix version for Pimcore Extensions UI (https://github.com/coreshop/CoreShop/pull/1577) + - [Models] strict defining of model trait methods (https://github.com/coreshop/CoreShop/pull/1578) + - [ProductBundle] use full unit definition label in choice field (https://github.com/coreshop/CoreShop/pull/1569) + - [ResourceBundle] check if instance is null before calling class_implements (https://github.com/coreshop/CoreShop/pull/1566) + - [Admin] use form.Panel instead of form.FieldSet (panel supports isDirty) (https://github.com/coreshop/CoreShop/pull/1561) + - [Resource] Provide Pimcore driver for Stack Repository (https://github.com/coreshop/CoreShop/pull/1567) + - [StoreBundle] fix cached store context decoration (https://github.com/coreshop/CoreShop/pull/1565) + - [Mailer] remove usages of PimcoreBundle\MailerInterface and fix interface deprecation (https://github.com/coreshop/CoreShop/pull/1568) + ## 2.2.8 - Bugs: - [OptimisticEntityLockBundle] fix Version loading with Composer v3 (https://github.com/coreshop/CoreShop/pull/1558) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 81f2d03d72..19eaf2b2a7 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 = '8'; + const RELEASE_VERSION = '9'; const EXTRA_VERSION = ''; /**