Skip to content

Commit

Permalink
Merge pull request #1982 from dpfaffenbauer/release/2.2.13
Browse files Browse the repository at this point in the history
[Release] 2.2.13
  • Loading branch information
dpfaffenbauer authored May 3, 2022
2 parents ecff908 + cba7804 commit db13991
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG-2.2.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Within 2.2

## 2.2.13
- Bugs:
- [ResourceBundle] fix ResourceSettingsController getConfigAction (https://github.com/coreshop/CoreShop/pull/1981)

## 2.2.12
- Bugs:
- [FrontendBundle] Fix "Invoice Address is Shipping Address" in checkout address step (https://github.com/coreshop/CoreShop/pull/1823)
Expand All @@ -8,7 +12,6 @@
- [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:
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 = '12';
const RELEASE_VERSION = '13';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit db13991

Please sign in to comment.