Skip to content

Commit 75748e2

Browse files
committed
[Release] 4.1.4
1 parent 3b71c09 commit 75748e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG-4.1.x.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.1.4
2+
* [Pimcore] DynamicDropdown - check if null by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2874
3+
* [Messenger] Fix `MessageRepository` service registration by @jdreesen in https://github.com/coreshop/CoreShop/pull/2876
4+
* [UPMERGE] 3.2 -> 4.0 by @github-actions[bot] in https://github.com/coreshop/CoreShop/pull/2878
5+
* [UPMERGE] 4.0 -> 4.1 by @github-actions[bot] in https://github.com/coreshop/CoreShop/pull/2879
6+
* [UPMERGE] 4.0 -> 4.1 by @github-actions[bot] in https://github.com/coreshop/CoreShop/pull/2875
7+
* [Index] CoreShop Index Command with Opensearch by @aarongerig in https://github.com/coreshop/CoreShop/pull/2880
8+
* [Resource Bundle] Add specific settings for Multiselect Datatype by @aarongerig in https://github.com/coreshop/CoreShop/pull/2881
9+
110
## 4.1.3
211
* [MoneyBundle] add MutationType for coreShopMoney by @breakone in https://github.com/coreshop/CoreShop/pull/2836
312
* [CoreBundle] fix backend-order-creation carrier selection by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2839

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 = '1';
2626

27-
public const RELEASE_VERSION = '3';
27+
public const RELEASE_VERSION = '4';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)