Skip to content

Commit 0469374

Browse files
Merge pull request #1559 from dpfaffenbauer/release/2.2.8
[Release] 2.2.8
2 parents 3437dc8 + f7e9907 commit 0469374

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG-2.2.x.md

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

3+
## 2.2.8
4+
- Bugs:
5+
- [OptimisticEntityLockBundle] fix Version loading with Composer v3 (https://github.com/coreshop/CoreShop/pull/1558)
6+
37
## 2.2.7
48
- Features:
59
- [OptimisticLock] allow to optimistically lock Pimcore DataObjects (https://github.com/coreshop/CoreShop/pull/1537)

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

2222
/**

0 commit comments

Comments
 (0)