Skip to content

Commit ea944a2

Browse files
Merge pull request #2872 from dpfaffenbauer/release/4.1.3
[Release] 4.1.3
2 parents d2c551e + 0f3c7ff commit ea944a2

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG-4.1.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 4.1.3
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+
* [Composer] update dev dependencies by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2841
5+
* [OrderBundle] make order-creation action column wider to see delete button by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2842
6+
* Bugfix/Light Theme Icon by @torqdev in https://github.com/coreshop/CoreShop/pull/2838
7+
* [CS] Refactor by @github-actions in https://github.com/coreshop/CoreShop/pull/2835
8+
* Added cart events for modifying items in the cart by @aashan10 in https://github.com/coreshop/CoreShop/pull/2853
9+
* [Messenger] wrap message details info modal data in `<pre>` tags by @jdreesen in https://github.com/coreshop/CoreShop/pull/2855
10+
* [Messenger] dispatch `MessageDetailsEvent` to allow customization of message details generation by @jdreesen in https://github.com/coreshop/CoreShop/pull/2854
11+
* [CORS-49] - CoreShop Improvements by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2845
12+
* [Core] show "hideFromCheckout" Carriers in Backend Order creation by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2856
13+
* [IndexBundle] Add OpenSearch Index Worker by @aarongerig in https://github.com/coreshop/CoreShop/pull/2840
14+
115
## 4.1.2
216
* [Docs] update payum link by @cngJo in https://github.com/coreshop/CoreShop/pull/2819
317
* [FrontendBundle] install css/js (public) files too by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2818

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

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)