Skip to content

Commit

Permalink
[2.2.0-RC.1] prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 20, 2020
1 parent 36bc7b7 commit 549fef8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG-2.2.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Within 2.2

## 2.2.0
- Features:
- [Core] Implement Username/Email Login Identifier @solverat (https://github.com/coreshop/CoreShop/issues/1290, https://github.com/coreshop/CoreShop/pull/1291)
- [Pimcore] require min Pimcore 6.5 (https://github.com/coreshop/CoreShop/pull/1286)
- [Core] Company - Customer Workflow @solverat (https://github.com/coreshop/CoreShop/issues/1266, https://github.com/coreshop/CoreShop/pull/1284)
- [Scrutinizer] remove unused-code (https://github.com/coreshop/CoreShop/pull/1226)
- [STAN] fixes (https://github.com/coreshop/CoreShop/pull/1239)
- [PHPStan] level-3 (https://github.com/coreshop/CoreShop/pull/1220)
- [Pimcore] remove pimcore bc layers (https://github.com/coreshop/CoreShop/pull/1221)
- [CoreBundle] support version marshall und unmarshall to merge with existing data (https://github.com/coreshop/CoreShop/pull/1145)
- Bugs:
- [CoreExtensions] fix issue with CoreShop CoreExtensions Recycle Bin (https://github.com/coreshop/CoreShop/pull/1254)
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 @@ -17,7 +17,7 @@ final class Version
const MAJOR_VERSION = '2';
const MINOR_VERSION = '2';
const RELEASE_VERSION = '0';
const EXTRA_VERSION = '';
const EXTRA_VERSION = 'RC.1';

/**
* @return string
Expand Down

0 comments on commit 549fef8

Please sign in to comment.