Skip to content

Commit

Permalink
Version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Dec 2, 2022
1 parent 48bea62 commit e8b2f8b
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 4
:minor: 2
:patch: 0
:patch: 1
:special: ''
:metadata: ''
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 4.2.1 (coming soon)
# Version 4.2.1

* Min. PHP Version set to 7.3
* Support PhpUnit 8.0
Expand All @@ -11,6 +11,9 @@

## Bugfixes

* import:
* Fix warning on validation.json output when `--clear-artefacts=true` (default behavior) is used

* import-product:
* Fix stock status in legacy mode since Magento 2.4.4
* Extend Interface `ProductBunchProcessorInterface` with method `persistStockItemStatus()`
Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
'target.dir' => __DIR__ . '/target',
'symfony.dir' => __DIR__ . '/symfony',
'webapp.name' => 'import-cli-simple',
'webapp.version' => '4.2.0'
'webapp.version' => '4.2.1'
);

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"php": ">=7.3.0",
"techdivision/import": "^17.3.0",
"techdivision/import": "^17.3.1",
"techdivision/import-cli": "^12.1.1",
"techdivision/import-app-simple": "^18.0.0",
"techdivision/import-configuration-jms": "^17.3.0",
Expand Down
110 changes: 55 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8b2f8b

Please sign in to comment.