Skip to content

Commit 6cc3a57

Browse files
committed
Prepare version 3.8.53
1 parent 02f48cb commit 6cc3a57

File tree

5 files changed

+114
-650
lines changed

5 files changed

+114
-650
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 3
33
:minor: 8
4-
:patch: 52
4+
:patch: 53
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Version 3.8.53 -- comming soon --
1+
# Version 3.8.53
22

33
## Known Issues
44

55
* 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)
66

77
## Bugfixes
88

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
1012

1113
## Features
1214

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class RoboFile extends \Robo\Tasks
4646
'target.dir' => __DIR__ . '/target',
4747
'symfony.dir' => __DIR__ . '/symfony',
4848
'webapp.name' => 'import-cli-simple',
49-
'webapp.version' => '3.8.52'
49+
'webapp.version' => '3.8.53'
5050
);
5151

5252
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"techdivision/import-product": "24.0.13",
1919
"techdivision/import-product-msi": "19.0.1",
2020
"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",
2222
"techdivision/import-product-link": "24.0.1",
2323
"techdivision/import-product-media": "26.0.4",
2424
"techdivision/import-product-bundle": "24.0.1",

0 commit comments

Comments
 (0)