Skip to content

Commit 140210d

Browse files
Merge pull request #2871 from dpfaffenbauer/release/4.0.16
[Release] 4.0.16
2 parents 9eb7513 + 3e6124a commit 140210d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG-4.0.x.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 4.0.16
2+
* [MoneyBundle] add MutationType for coreShopMoney by @breakone in https://github.com/coreshop/CoreShop/pull/2836
3+
* [CoreBundle] fix backend-order-creation carrier selection by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2839
4+
* [OrderBundle] make order-creation action column wider to see delete button by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2842
5+
* Bugfix/Light Theme Icon by @torqdev in https://github.com/coreshop/CoreShop/pull/2838
6+
* [Messenger] wrap message details info modal data in `<pre>` tags by @jdreesen in https://github.com/coreshop/CoreShop/pull/2855
7+
* [Messenger] dispatch `MessageDetailsEvent` to allow customization of message details generation by @jdreesen in https://github.com/coreshop/CoreShop/pull/2854
8+
* [CORS-49] - CoreShop Improvements by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2845
9+
* [Core] show "hideFromCheckout" Carriers in Backend Order creation by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2856
10+
* [UPMERGE] 3.2 -> 4.0 by @github-actions in https://github.com/coreshop/CoreShop/pull/2860
11+
* [CS] Refactor by @github-actions in https://github.com/coreshop/CoreShop/pull/2864
12+
113
# 4.0.15
214
* See changes from 3.2.18
315

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 = '15';
27+
public const RELEASE_VERSION = '16';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)