File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22:major: 4
33:minor: 1
4- :patch: 0
4+ :patch: 1
55:special: ''
66:metadata: ''
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments