Skip to content

Commit

Permalink
All changes for new version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Jul 11, 2022
1 parent bf1124a commit d35eaaa
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 117 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: 1
:patch: 0
:patch: 1
:special: ''
:metadata: ''
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 4.1.1 (coming soon)
# Version 4.1.1

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

## Bugfixes
* import-attribute: Fix import swatch attribute with `additional_data`
* import-attribute: Fix import swatch attribute, calling the wrong sql-statements for the processor config

* import
* Missing "copy" function in FilesystemTrait
* import-attribute
* Fix import swatch attribute with `additional_data`
* Fix import swatch attribute, calling the wrong sql-statements for the processor config
* import-product
* Implement Strict Mode in FileUploadObserver on missing file

# Version 4.1.0

* Min. PHP Version set to 7.3
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.1.0'
'webapp.version' => '4.1.1'
);

/**
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"techdivision/import": "^17.1.1",
"techdivision/import-cli": "^12.0.0",
"techdivision/import-app-simple": "^18.0.0",
"techdivision/import-configuration-jms": "^17.1.0",
Expand All @@ -15,7 +15,7 @@
"techdivision/import-customer-address": "^17.0.1",
"techdivision/import-category": "^21.0.0",
"techdivision/import-category-ee": "^22.0.0",
"techdivision/import-product": "^25.0.3",
"techdivision/import-product": "^25.0.4",
"techdivision/import-product-msi": "^20.0.0",
"techdivision/import-product-tier-price": "^18.0.0",
"techdivision/import-product-url-rewrite": "^25.0.0",
Expand Down
Loading

0 comments on commit d35eaaa

Please sign in to comment.