Skip to content

Commit

Permalink
Merge pull request #1423 from dpfaffenbauer/release/2.2.2
Browse files Browse the repository at this point in the history
[2.2.2] prepare release
  • Loading branch information
dpfaffenbauer authored Jun 5, 2020
2 parents 756f347 + 23bb1ef commit 644d321
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG-2.2.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Within 2.2

## 2.2.2
- Bugs:
- [IndexBundle] fix range filter condition (https://github.com/coreshop/CoreShop/pull/1416, https://github.com/coreshop/CoreShop/issues/1387)
- [OrderBundle] Fix currency formatting in sale detail related components (https://github.com/coreshop/CoreShop/pull/1421)
- [OrderBundle] Fix order expire command (https://github.com/coreshop/CoreShop/pull/1422)
- [Product] re-add id reset on entity clone (https://github.com/coreshop/CoreShop/pull/1419)
- [ProductBundle] fix quantity price rule condition (https://github.com/coreshop/CoreShop/pull/1412)
- [Installer] fix output of thumbnail installer (https://github.com/coreshop/CoreShop/pull/1413)
- [IndexBundle] fix saving of nested filters (https://github.com/coreshop/CoreShop/pull/1415, https://github.com/coreshop/CoreShop/issues/1414)
- [CoreBundle] fix typo in query condition to fetch product variants (https://github.com/coreshop/CoreShop/pull/1418)
- [FrontendBundle] Fixed issue with saving address changes (https://github.com/coreshop/CoreShop/pull/1408)
- [RuleBundle] improve dirty detection (https://github.com/coreshop/CoreShop/pull/1410)
- [CurrencyBundle] fix cache issue with money-currency type (https://github.com/coreshop/CoreShop/pull/1406)
- [QuantityPriceRules] fix decimal precision display (https://github.com/coreshop/CoreShop/pull/1398, https://github.com/coreshop/CoreShop/issues/1395)

- Features:
- [FrontendBundle] add italian translations (https://github.com/coreshop/CoreShop/pull/1417) big thanks to @ramundomario

## 2.2.1
- Bugs:
- [CoreBundle] fix registration service (https://github.com/coreshop/CoreShop/pull/1391)
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 = '1';
const RELEASE_VERSION = '2';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit 644d321

Please sign in to comment.