Skip to content

Commit 28287a6

Browse files
committed
[Release] 2.2.9
1 parent 56051aa commit 28287a6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG-2.2.x.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Within 2.2
22

3+
## 2.2.9
4+
- Bugs:
5+
- [ResourceBundle] fix compatibility with Doctrine EventSubscriber (https://github.com/coreshop/CoreShop/pull/1580)
6+
- [All] replace all usages of href with manyToOneRelation and multihref with manyToManyRelation (https://github.com/coreshop/CoreShop/pull/1576)
7+
- [OptimisticEntityLockBundle] fix version for Pimcore Extensions UI (https://github.com/coreshop/CoreShop/pull/1577)
8+
- [Models] strict defining of model trait methods (https://github.com/coreshop/CoreShop/pull/1578)
9+
- [ProductBundle] use full unit definition label in choice field (https://github.com/coreshop/CoreShop/pull/1569)
10+
- [ResourceBundle] check if instance is null before calling class_implements (https://github.com/coreshop/CoreShop/pull/1566)
11+
- [Admin] use form.Panel instead of form.FieldSet (panel supports isDirty) (https://github.com/coreshop/CoreShop/pull/1561)
12+
- [Resource] Provide Pimcore driver for Stack Repository (https://github.com/coreshop/CoreShop/pull/1567)
13+
- [StoreBundle] fix cached store context decoration (https://github.com/coreshop/CoreShop/pull/1565)
14+
- [Mailer] remove usages of PimcoreBundle\MailerInterface and fix interface deprecation (https://github.com/coreshop/CoreShop/pull/1568)
15+
316
## 2.2.8
417
- Bugs:
518
- [OptimisticEntityLockBundle] fix Version loading with Composer v3 (https://github.com/coreshop/CoreShop/pull/1558)

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class Version
1616
{
1717
const MAJOR_VERSION = '2';
1818
const MINOR_VERSION = '2';
19-
const RELEASE_VERSION = '8';
19+
const RELEASE_VERSION = '9';
2020
const EXTRA_VERSION = '';
2121

2222
/**

0 commit comments

Comments
 (0)