diff --git a/.semver b/.semver index 9a8bfca7..0030b232 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 3 :minor: 6 -:patch: 2 +:patch: 3 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f67e0f..d3ea1194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Version 3.6.3 + +## Known Issues + +* Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used **WITHOUT** single transaction) + +## Bugfixes + +* Fixed invalid comparision for Magento Edition + Version in SimpleConfigurationLoader + +## Features + +* None + # Version 3.6.2 ## Known Issues diff --git a/RoboFile.php b/RoboFile.php index 9a2a2803..1a74ee0a 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -46,7 +46,7 @@ class RoboFile extends \Robo\Tasks 'target.dir' => __DIR__ . '/target', 'symfony.dir' => __DIR__ . '/symfony', 'webapp.name' => 'import-cli-simple', - 'webapp.version' => '3.6.2' + 'webapp.version' => '3.6.3' ); /** diff --git a/UPGRADE-3.6.3.md b/UPGRADE-3.6.3.md new file mode 100644 index 00000000..05d5aa6b --- /dev/null +++ b/UPGRADE-3.6.3.md @@ -0,0 +1,4 @@ +# Upgrade from 3.6.2 to 3.6.3 + +Updating from 3.6.2 to 3.6.3 doesn't have any impacts. Please read the apropriate UPGRADE-3.6.x files for updates lower as [3.6.2](UPGRADE-3.6.2.md) to this version. + diff --git a/composer.lock b/composer.lock index 54e743e7..3d40ad08 100644 --- a/composer.lock +++ b/composer.lock @@ -2641,16 +2641,16 @@ }, { "name": "techdivision/import-cli", - "version": "4.0.1", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/techdivision/import-cli.git", - "reference": "cd2c7ed150a2cb5df31bb9435c550397b649845c" + "reference": "6644752106cc71e4cf8ac6d73b933ade62efa134" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cli/zipball/cd2c7ed150a2cb5df31bb9435c550397b649845c", - "reference": "cd2c7ed150a2cb5df31bb9435c550397b649845c", + "url": "https://api.github.com/repos/techdivision/import-cli/zipball/6644752106cc71e4cf8ac6d73b933ade62efa134", + "reference": "6644752106cc71e4cf8ac6d73b933ade62efa134", "shasum": "" }, "require": { @@ -2695,7 +2695,7 @@ } ], "description": "Commands and Helpers to implement a CLI providing single-threaded Magento 2 importing functionality based on M2IF", - "time": "2019-07-25T17:45:08+00:00" + "time": "2019-07-26T14:28:47+00:00" }, { "name": "techdivision/import-configuration-jms",