Skip to content

Commit 06b396f

Browse files
committed
1 parent 273c96a commit 06b396f

File tree

5 files changed

+38
-21
lines changed

5 files changed

+38
-21
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
:major: 4
33
:minor: 0
44
:patch: 0
5-
:special: 'alpha8'
5+
:special: 'alpha9'
66
:metadata: ''

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 4.0.0-alpha9
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 techdivision/import-product#165
10+
11+
## Features
12+
13+
* Add techdivision/import#203
14+
115
# Version 4.0.0-alpha8
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' => '4.0.0-alpha8'
49+
'webapp.version' => '4.0.0-alpha9'
5050
);
5151

5252
/**

UPGRADE-4.0.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ generic implementation. The removed classes are listed below, grouped by their l
157157
* `TechDivision\Import\Category\Actions\Processors\CategoryVarcharCreateProcessor` has been replaced with `\TechDivision\Import\Actions\Processors\GenericProcessor`
158158
* `TechDivision\Import\Category\Actions\Processors\CategoryVarcharUpdateProcessor` has been replaced with `\TechDivision\Import\Actions\Processors\GenericProcessor`
159159
* `TechDivision\Import\Category\Actions\Processors\CategoryVarcharDeleteProcessor` has been replaced with `\TechDivision\Import\Actions\Processors\GenericProcessor`
160+
* `TechDivision\Import\Category\Filters\FilterInterface` has been removed without any replacement
161+
* `TechDivision\Import\Category\Filters\CategoryUpgradeFilter` has been removed without any replacement
160162

161163
### techdivision/import-category-ee
162164

@@ -296,7 +298,7 @@ generic implementation. The removed classes are listed below, grouped by their l
296298
### techdivision/import-converter-product-category
297299

298300
* `TechDivision\Import\Converter\Product\Category\Observers\Filters\FilterInterface` has been removed without any replacement
299-
* `TechDivision\Import\Converter\Product\Category\Observers\Filters\CategoryUpgradeFilter` has been replaced with `TechDivision\Import\Utils\CategoryPathUtil`
301+
* `TechDivision\Import\Converter\Product\Category\Observers\Filters\CategoryUpgradeFilter` has been removed without any replacement
300302

301303
## Moved Classes
302304

composer.lock

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

0 commit comments

Comments
 (0)