From 5b0da634a9bc1cad0c669111dd46549cb2052512 Mon Sep 17 00:00:00 2001 From: Victor Rad Date: Thu, 10 Aug 2017 15:18:22 +0300 Subject: [PATCH] MAGETWO-71421: DMT 2.1.8 Publication --- CHANGELOG.md | 15 +++++++++++++++ composer.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e92d3e71..0ee778c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +2.1.8 +============= +* Added support for versions: + + * Magento CE: 1.9.3.4, 2.1.8 + * Magento EE: 1.14.3.4, 2.1.8 + +* Fixed bugs: + + * Volume checks were missing when migrating data to EE + * Delta did not work on archived sales order grid + * Urlrewrites added unwanted extra dot to url suffix + * [Issue #306](https://github.com/magento/data-migration-tool/issues/306): Tables prefix was not added to the table `customer_entity` which triggered error + * [Issue #279](https://github.com/magento/data-migration-tool/issues/279): No warnings appeared when delta tables could not be created + 2.1.7 ============= * Added support for versions: diff --git a/composer.json b/composer.json index 8a9f6cc9d..447d3b0a8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "magento/data-migration-tool", "description": "Migration Tool", - "version": "2.1.7", + "version": "2.1.8", "require": { "symfony/console": "~2.3", "magento/framework": "~100.1",