|
1 | 1 | # Within 2.2
|
2 | 2 |
|
| 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 | + |
3 | 34 | ## 2.2.6
|
4 | 35 | - Bugs:
|
5 | 36 | - [Product] fix cloning of ProductUnitDefinitions and add test for it. (https://github.com/coreshop/CoreShop/pull/1502)
|
|
0 commit comments