Skip to content

Commit 3715788

Browse files
Merge pull request #2219 from dpfaffenbauer/release/3.0.4
[Release] 3.0.4
2 parents 00f3b53 + 83034c1 commit 3715788

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG-3.0.x.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 3.0.4
2+
3+
## Bugs
4+
- [PimcoreBundle] fix SluggableLinkGenerator DI Config (https://github.com/coreshop/CoreShop/pull/2218)
5+
- [CoreBundle] Fix Grid Column Config (https://github.com/coreshop/CoreShop/pull/2215)
6+
- [CoreBundle] Improve payment detail rendering (https://github.com/coreshop/CoreShop/pull/2207)
7+
- [CoreBundle] Move Cart Subtotal Calculation To Dedicated Cart Processor (https://github.com/coreshop/CoreShop/pull/2205)
8+
- [FrontendBundle] fix only showing customer orders and not cars too (https://github.com/coreshop/CoreShop/pull/2201)
9+
- [IndexBundle] check recursively child elements (https://github.com/coreshop/CoreShop/pull/2200)
10+
- [CoreBundle] set corret store value attributes (https://github.com/coreshop/CoreShop/pull/2197)
11+
- [Core] allow decoration of StackRepository (https://github.com/coreshop/CoreShop/pull/2196)
12+
- [CoreBundle] surcharge is possible to be more than item value (https://github.com/coreshop/CoreShop/pull/2192)
13+
- [ShippingBundle] allow min.amount from to be 0 (https://github.com/coreshop/CoreShop/pull/2195)
14+
- [Payum] don't use dev version (https://github.com/coreshop/CoreShop/pull/2193)
15+
116
# 3.0.3
217

318
## Feature

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

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)