File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Within 2.2
2
2
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
+
3
16
## 2.2.8
4
17
- Bugs:
5
18
- [ OptimisticEntityLockBundle] fix Version loading with Composer v3 (https://github.com/coreshop/CoreShop/pull/1558 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ final class Version
16
16
{
17
17
const MAJOR_VERSION = '2 ' ;
18
18
const MINOR_VERSION = '2 ' ;
19
- const RELEASE_VERSION = '8 ' ;
19
+ const RELEASE_VERSION = '9 ' ;
20
20
const EXTRA_VERSION = '' ;
21
21
22
22
/**
You can’t perform that action at this time.
0 commit comments