Skip to content

Commit 09bfffc

Browse files
Merge pull request #2391 from dpfaffenbauer/release/4.0.0-beta.2
[Release] 4.0.0-beta.2
2 parents 0d95b7b + 35d5e3c commit 09bfffc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG-4.0.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 4.0.0-beta.2
2+
- CoreShop 4.0.0 is the same as 3.2.0 will be, it contains all bug-fixes and feature from 3.1 and 3.2
3+
14
# 4.0.0-beta.1
25

36
> CoreShop 4.0.0 is the same as 3.1.0, but with Pimcore 11 compatibility. Updating CoreShop therefore is quite easy. Since Symfony now doesn't have a full container anymore, we use Service Containers now for our Controllers. So your overwritten Controllers probably need changes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ final class Version
2424

2525
public const MINOR_VERSION = '0';
2626

27-
public const RELEASE_VERSION = '2';
27+
public const RELEASE_VERSION = '0';
2828

29-
public const EXTRA_VERSION = 'beta.1';
29+
public const EXTRA_VERSION = 'beta.2';
3030

3131
public static function getVersion(): string
3232
{

0 commit comments

Comments
 (0)