File tree Expand file tree Collapse file tree 5 files changed +114
-650
lines changed Expand file tree Collapse file tree 5 files changed +114
-650
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
:major: 3
3
3
:minor: 8
4
- :patch: 52
4
+ :patch: 53
5
5
:special: ''
6
6
:metadata: ''
Original file line number Diff line number Diff line change 1
- # Version 3.8.53 -- comming soon --
1
+ # Version 3.8.53
2
2
3
3
## Known Issues
4
4
5
5
* Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used ** WITHOUT** single transaction)
6
6
7
7
## Bugfixes
8
8
9
- * import-attrbute-set: Fix fallback for attribute_group_sort_order when empty
9
+ * import-attribute-set: Fix fallback for attribute_group_sort_order when empty
10
+ * import-product-url-rewrite: Case sensitiv url request path
11
+ * import-product-url-rewrite: #33 Header categories is not available in file
10
12
11
13
## Features
12
14
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class RoboFile extends \Robo\Tasks
46
46
'target.dir ' => __DIR__ . '/target ' ,
47
47
'symfony.dir ' => __DIR__ . '/symfony ' ,
48
48
'webapp.name ' => 'import-cli-simple ' ,
49
- 'webapp.version ' => '3.8.52 '
49
+ 'webapp.version ' => '3.8.53 '
50
50
);
51
51
52
52
/**
Original file line number Diff line number Diff line change 18
18
"techdivision/import-product" : " 24.0.13" ,
19
19
"techdivision/import-product-msi" : " 19.0.1" ,
20
20
"techdivision/import-product-tier-price" : " 17.0.1" ,
21
- "techdivision/import-product-url-rewrite" : " 24.1.6 " ,
21
+ "techdivision/import-product-url-rewrite" : " 24.1.8 " ,
22
22
"techdivision/import-product-link" : " 24.0.1" ,
23
23
"techdivision/import-product-media" : " 26.0.4" ,
24
24
"techdivision/import-product-bundle" : " 24.0.1" ,
You can’t perform that action at this time.
0 commit comments