We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3437dc8 + f7e9907 commit 0469374Copy full SHA for 0469374
CHANGELOG-2.2.x.md
@@ -1,5 +1,9 @@
1
# Within 2.2
2
3
+## 2.2.8
4
+ - Bugs:
5
+ - [OptimisticEntityLockBundle] fix Version loading with Composer v3 (https://github.com/coreshop/CoreShop/pull/1558)
6
+
7
## 2.2.7
8
- Features:
9
- [OptimisticLock] allow to optimistically lock Pimcore DataObjects (https://github.com/coreshop/CoreShop/pull/1537)
src/CoreShop/Bundle/CoreBundle/Application/Version.php
@@ -16,7 +16,7 @@ final class Version
16
{
17
const MAJOR_VERSION = '2';
18
const MINOR_VERSION = '2';
19
- const RELEASE_VERSION = '7';
+ const RELEASE_VERSION = '8';
20
const EXTRA_VERSION = '';
21
22
/**
0 commit comments