diff --git a/.semver b/.semver index 980a4c56..be5ac935 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 4 :minor: 1 -:patch: 1 +:patch: 2 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index 251ce434..7f72f858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Version 4.1.2 + +* Min. PHP Version set to 7.3 +* Support PhpUnit 8.0 +* Please take a look at [UPGRADE-4.0.0](UPGRADE-4.0.0.md) + +## Features + +* none + +## Bugfixes +* import-product (hotfix) + * Fix crash on Strict Mode definition in FileUploadObserver + # Version 4.1.1 * Min. PHP Version set to 7.3 diff --git a/RoboFile.php b/RoboFile.php index 1a71d871..ed16d5f0 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -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.1' + 'webapp.version' => '4.1.2' ); /** diff --git a/composer.json b/composer.json index 2248162f..e522b6cc 100755 --- a/composer.json +++ b/composer.json @@ -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.4", + "techdivision/import-product": "^25.0.5", "techdivision/import-product-msi": "^20.0.0", "techdivision/import-product-tier-price": "^18.0.0", "techdivision/import-product-url-rewrite": "^25.0.0", diff --git a/composer.lock b/composer.lock index 23d5265b..eb746043 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "96d88b386caa43c5e5fdf0dfc0eb6a27", + "content-hash": "14289ac6a235b1b2624a089056dae2e3", "packages": [ { "name": "brick/math", @@ -3792,16 +3792,16 @@ }, { "name": "techdivision/import-product", - "version": "25.0.4", + "version": "25.0.5", "source": { "type": "git", "url": "https://github.com/techdivision/import-product.git", - "reference": "b0cdc6bd9370b8bbefe2ca812ebf1cbfc284b143" + "reference": "e10db5599b55b095b0c358d2d44ccc0d17b95ea8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product/zipball/b0cdc6bd9370b8bbefe2ca812ebf1cbfc284b143", - "reference": "b0cdc6bd9370b8bbefe2ca812ebf1cbfc284b143", + "url": "https://api.github.com/repos/techdivision/import-product/zipball/e10db5599b55b095b0c358d2d44ccc0d17b95ea8", + "reference": "e10db5599b55b095b0c358d2d44ccc0d17b95ea8", "shasum": "" }, "require": { @@ -3841,9 +3841,9 @@ "description": "Pacemaker library providing basic Magento 2 product import functionality", "support": { "issues": "https://github.com/techdivision/import-product/issues", - "source": "https://github.com/techdivision/import-product/tree/25.0.4" + "source": "https://github.com/techdivision/import-product/tree/25.0.5" }, - "time": "2022-07-11T16:52:43+00:00" + "time": "2022-07-12T16:10:26+00:00" }, { "name": "techdivision/import-product-bundle",