File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
# 3.0.3
2
17
3
18
## Feature
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class Version
24
24
25
25
public const MINOR_VERSION = '0 ' ;
26
26
27
- public const RELEASE_VERSION = '3 ' ;
27
+ public const RELEASE_VERSION = '4 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments