Skip to content

Commit d24cd90

Browse files
Merge pull request #1504 from dpfaffenbauer/release/2.2.6
[2.2.6] prepare release
2 parents 5352665 + 595f2a3 commit d24cd90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-2.2.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Within 2.2
22

3+
## 2.2.6
4+
- Bugs:
5+
- [Product] fix cloning of ProductUnitDefinitions and add test for it. (https://github.com/coreshop/CoreShop/pull/1502)
6+
- [CoreBundle] interactive login: cart might not be available for several reasons, ignore exception and don't assign a cart (https://github.com/coreshop/CoreShop/pull/1500)
7+
38
## 2.2.5
49
- Bugs:
510
- [OrderBundle] fix permission keys for order-creation (https://github.com/coreshop/CoreShop/pull/1474)

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class Version
1616
{
1717
const MAJOR_VERSION = '2';
1818
const MINOR_VERSION = '2';
19-
const RELEASE_VERSION = '5';
19+
const RELEASE_VERSION = '6';
2020
const EXTRA_VERSION = '';
2121

2222
/**

0 commit comments

Comments
 (0)