Skip to content

Commit 1d24752

Browse files
Merge pull request #2814 from dpfaffenbauer/release/4.0.14
[Release] 4.0.14
2 parents fd5dbde + be7d461 commit 1d24752

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG-4.0.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.0.14
2+
* [CoreBundle] add payment-provider carrier condition by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2788
3+
* [Store] fix admin site request resolver by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2793
4+
* fix reserved key query by @solverat in https://github.com/coreshop/CoreShop/pull/2803
5+
* [FrontendBundle] fix priority for frontend controller registration by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2807
6+
17
# 4.0.13
28
* [Resource] fallback locale could be null for newly created entities by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2756
39
* fix: CheckoutManager::getNextStep return type by @gander in https://github.com/coreshop/CoreShop/pull/2758

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Version
2424

2525
public const MINOR_VERSION = '0';
2626

27-
public const RELEASE_VERSION = '13';
27+
public const RELEASE_VERSION = '14';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)