Skip to content

Commit 9621912

Browse files
committed
* Fixed invalid behaviour of #PAC-307: Add fallback for URL key to value of default store view when initial import has been done without store view rows
1 parent ed2f05f commit 9621912

File tree

6 files changed

+44
-27
lines changed

6 files changed

+44
-27
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: 35
4+
:patch: 36
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 3.8.36
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+
* Fixed invalid behaviour of #PAC-307: Add fallback for URL key to value of default store view when initial import has been done without store view rows
10+
11+
## Features
12+
13+
* Noe
14+
115
# Version 3.8.35
216

317
## 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.35'
49+
'webapp.version' => '3.8.36'
5050
);
5151

5252
/**

UPGRADE-3.8.36.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Upgrade from 3.8.35 to 3.8.36
2+
3+
Updating from 3.8.35 to 3.8.36 doesn't have any impacts. Please read the apropriate UPGRADE-3.8.x files for updates lower as [3.8.35](UPGRADE-3.8.35.md) to this version.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"techdivision/import-attribute-set": "16.0.0",
1414
"techdivision/import-customer": "16.0.1",
1515
"techdivision/import-customer-address": "16.0.1",
16-
"techdivision/import-category": "20.0.6",
17-
"techdivision/import-category-ee": "21.0.2",
18-
"techdivision/import-product": "24.0.5",
16+
"techdivision/import-category": "20.0.7",
17+
"techdivision/import-category-ee": "21.0.3",
18+
"techdivision/import-product": "24.0.6",
1919
"techdivision/import-product-msi": "19.0.0",
2020
"techdivision/import-product-tier-price": "17.0.0",
2121
"techdivision/import-product-url-rewrite": "24.1.2",
@@ -24,7 +24,7 @@
2424
"techdivision/import-product-bundle": "24.0.0",
2525
"techdivision/import-product-variant": "24.0.0",
2626
"techdivision/import-product-grouped": "18.0.0",
27-
"techdivision/import-product-ee": "25.0.4",
27+
"techdivision/import-product-ee": "25.0.5",
2828
"techdivision/import-product-link-ee": "26.0.0",
2929
"techdivision/import-product-media-ee": "27.0.0",
3030
"techdivision/import-product-bundle-ee": "26.0.0",

composer.lock

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

0 commit comments

Comments
 (0)