Skip to content

Commit e8b2f8b

Browse files
committed
Version 4.2.1
1 parent 48bea62 commit e8b2f8b

5 files changed

Lines changed: 62 additions & 59 deletions

File tree

.semver

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

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 4.2.1 (coming soon)
1+
# Version 4.2.1
22

33
* Min. PHP Version set to 7.3
44
* Support PhpUnit 8.0
@@ -11,6 +11,9 @@
1111

1212
## Bugfixes
1313

14+
* import:
15+
* Fix warning on validation.json output when `--clear-artefacts=true` (default behavior) is used
16+
1417
* import-product:
1518
* Fix stock status in legacy mode since Magento 2.4.4
1619
* Extend Interface `ProductBunchProcessorInterface` with method `persistStockItemStatus()`

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
4040
'target.dir' => __DIR__ . '/target',
4141
'symfony.dir' => __DIR__ . '/symfony',
4242
'webapp.name' => 'import-cli-simple',
43-
'webapp.version' => '4.2.0'
43+
'webapp.version' => '4.2.1'
4444
);
4545

4646
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"require": {
66
"php": ">=7.3.0",
7-
"techdivision/import": "^17.3.0",
7+
"techdivision/import": "^17.3.1",
88
"techdivision/import-cli": "^12.1.1",
99
"techdivision/import-app-simple": "^18.0.0",
1010
"techdivision/import-configuration-jms": "^17.3.0",

composer.lock

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

0 commit comments

Comments
 (0)