Skip to content

Commit 4df1fe9

Browse files
Merge pull request #1553 from dpfaffenbauer/release/2.2.7
[Release] 2.2.7
2 parents 4b3ef36 + 6fc5ed2 commit 4df1fe9

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG-2.2.x.md

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

3+
## 2.2.7
4+
- Features:
5+
- [OptimisticLock] allow to optimistically lock Pimcore DataObjects (https://github.com/coreshop/CoreShop/pull/1537)
6+
- [Pimcore] introduce DataObjectBatchListing (https://github.com/coreshop/CoreShop/pull/1519)
7+
8+
- Bugs:
9+
- [Payment] Concurrency issues (https://github.com/coreshop/CoreShop/issues/1536, https://github.com/coreshop/CoreShop/pull/1549)
10+
- [Frontend] fix addressAccessType check and improve view (https://github.com/coreshop/CoreShop/pull/1544)
11+
- [Payment] Payment Details can be null (https://github.com/coreshop/CoreShop/issues/1545)
12+
- [ProductBundle] fix UnitDefinition without id (https://github.com/coreshop/CoreShop/pull/1547)
13+
- [Order] fix payment provider (https://github.com/coreshop/CoreShop/pull/1548)
14+
- [Payment] ignore failed payments in total amount check (https://github.com/coreshop/CoreShop/pull/1543)
15+
- [Checkout] Fix checkout with addressAccessType COMPANY_ONLY (https://github.com/coreshop/CoreShop/pull/1526)
16+
- [CompilerPass] rework compiler passes (simplify) (https://github.com/coreshop/CoreShop/pull/1535)
17+
- [Admin Order detail] Carrier name not shown with legacy serialization of Orders (https://github.com/coreshop/CoreShop/issues/1540)
18+
- [composer2] make getVersion compatible (https://github.com/coreshop/CoreShop/pull/1539)
19+
- [DynmicDropdown] support class override and fix order by id (https://github.com/coreshop/CoreShop/pull/1538)
20+
- [DeepCopy] Order details are no longer working (https://github.com/coreshop/CoreShop/issues/1507, https://github.com/coreshop/CoreShop/pull/1534)
21+
- [OrderBundle] fix voucher code export (https://github.com/coreshop/CoreShop/pull/1530)
22+
- [Resources] Reset Id on __clone (https://github.com/coreshop/CoreShop/issues/1501, https://github.com/coreshop/CoreShop/pull/1502)
23+
- [Document] Document saving failed (https://github.com/coreshop/CoreShop/issues/1498, https://github.com/coreshop/CoreShop/pull/1518)
24+
- [Admin] fix payment details in backend order view (https://github.com/coreshop/CoreShop/pull/1525)
25+
- [Notification] fix return of store on notification rule (https://github.com/coreshop/CoreShop/pull/1520)
26+
- [Locale] Fix PSR-4 namespace (https://github.com/coreshop/CoreShop/pull/1509)
27+
28+
- Docs:
29+
- [Docs] add docu for product units (https://github.com/coreshop/CoreShop/pull/1551)
30+
31+
- Tests:
32+
- [Actions] add tests for packages (https://github.com/coreshop/CoreShop/pull/1542)
33+
334
## 2.2.6
435
- Bugs:
536
- [Product] fix cloning of ProductUnitDefinitions and add test for it. (https://github.com/coreshop/CoreShop/pull/1502)

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 = '6';
19+
const RELEASE_VERSION = '7';
2020
const EXTRA_VERSION = '';
2121

2222
/**

0 commit comments

Comments
 (0)