Skip to content

Commit d35eaaa

Browse files
committed
All changes for new version 4.1.1
1 parent bf1124a commit d35eaaa

5 files changed

Lines changed: 124 additions & 117 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: 1
4-
:patch: 0
4+
:patch: 1
55
:special: ''
66
:metadata: ''

CHANGELOG.md

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

33
* Min. PHP Version set to 7.3
44
* Support PhpUnit 8.0
@@ -9,9 +9,14 @@
99
* none
1010

1111
## Bugfixes
12-
* import-attribute: Fix import swatch attribute with `additional_data`
13-
* import-attribute: Fix import swatch attribute, calling the wrong sql-statements for the processor config
14-
12+
* import
13+
* Missing "copy" function in FilesystemTrait
14+
* import-attribute
15+
* Fix import swatch attribute with `additional_data`
16+
* Fix import swatch attribute, calling the wrong sql-statements for the processor config
17+
* import-product
18+
* Implement Strict Mode in FileUploadObserver on missing file
19+
1520
# Version 4.1.0
1621

1722
* Min. PHP Version set to 7.3

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.1.0'
43+
'webapp.version' => '4.1.1'
4444
);
4545

4646
/**

composer.json

Lines changed: 2 additions & 2 deletions
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.1.0",
7+
"techdivision/import": "^17.1.1",
88
"techdivision/import-cli": "^12.0.0",
99
"techdivision/import-app-simple": "^18.0.0",
1010
"techdivision/import-configuration-jms": "^17.1.0",
@@ -15,7 +15,7 @@
1515
"techdivision/import-customer-address": "^17.0.1",
1616
"techdivision/import-category": "^21.0.0",
1717
"techdivision/import-category-ee": "^22.0.0",
18-
"techdivision/import-product": "^25.0.3",
18+
"techdivision/import-product": "^25.0.4",
1919
"techdivision/import-product-msi": "^20.0.0",
2020
"techdivision/import-product-tier-price": "^18.0.0",
2121
"techdivision/import-product-url-rewrite": "^25.0.0",

0 commit comments

Comments
 (0)