Skip to content

Commit

Permalink
[Release] 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Apr 8, 2022
1 parent 08d451a commit d579315
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG-2.2.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Within 2.2

## 2.2.12
- Bugs:
- [FrontendBundle] Fix "Invoice Address is Shipping Address" in checkout address step (https://github.com/coreshop/CoreShop/pull/1823)
- [OrderBundle] cart context returns latest cart even if multiple found (https://github.com/coreshop/CoreShop/pull/1837)
- [FrontendBundle] Password reset: Clearer form labels (https://github.com/coreshop/CoreShop/pull/1855)
- [ResourceBundle] Fatal error when saving object with product-specific prices -> EntityMerger got object of wrong class (https://github.com/coreshop/CoreShop/pull/1864)
- [ProductBundle] Add isEqual() for product-specific price (https://github.com/coreshop/CoreShop/pull/1844)
- [Pimcore] Fix delete icons in Pimcore backend (https://github.com/coreshop/CoreShop/pull/1885)
-

## 2.2.11
- Bugs:
- [CoreExtensions] refactor how Doctrine Entities are cloned (https://github.com/coreshop/CoreShop/pull/1770)
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 = '11';
const RELEASE_VERSION = '12';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit d579315

Please sign in to comment.