File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments