Skip to content

Commit 7948c57

Browse files
committed
Prepare the store view code for set url_key as unique on import-category
1 parent 6db09e9 commit 7948c57

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
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: 56
4+
:patch: 57
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 3.8.57
2+
3+
## Known Issues
4+
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+
7+
## Bugfixes
8+
9+
* import-category: Prepare the store view code for set url_key as unique
10+
111
# Version 3.8.56
212

313
## Known Issues

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.56'
49+
'webapp.version' => '3.8.57'
5050
);
5151

5252
/**

composer.lock

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)