Skip to content

Commit

Permalink
Merge pull request #1581 from dpfaffenbauer/release/2.2.9
Browse files Browse the repository at this point in the history
[Release] 2.2.9
  • Loading branch information
dpfaffenbauer authored Jan 29, 2021
2 parents 56051aa + 28287a6 commit f3ab73b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG-2.2.x.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';

/**
Expand Down

0 comments on commit f3ab73b

Please sign in to comment.