From 388f633c021f1a68d4d4dcabbe4453117ece972c Mon Sep 17 00:00:00 2001 From: Victor Rad Date: Tue, 11 Oct 2016 13:51:01 +0300 Subject: [PATCH] MAGETWO-59247: DMT Publication --- CHANGELOG.md | 15 ++++++++++++++- composer.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0498f1e4..8d1866d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +2.1.2 +============= +* Added support for migration for the following versions: + + * Magento CE version 1.9.3.0, 2.1.2 + * Magento EE version 1.14.3.0, 2.1.2 + +* Fixed bugs: + * CMS pages with custom layout were not fully functional after migration + * Some pages in the Admin Panel could not be displayed due to incorrect redirects + * [Issue #96](https://github.com/magento/data-migration-tool/issues/96): Incorrect UTF-8 character conversion (? appeared instead of symbols) + * Issues [#115](https://github.com/magento/data-migration-tool/issues/115), [#159](https://github.com/magento/data-migration-tool/issues/159), [#134](https://github.com/magento/data-migration-tool/issues/134): EAV attributes can now be fully ignored by specifying their entity types + * [Issue #161](https://github.com/magento/data-migration-tool/issues/161): The advanced/modules_disable_output keys are now ignored by using wildcards (instead of specifying their full names) in the configuration file + 2.1.1 ============= * Improvements in migration of Magento 1 CE stores upgraded to 1.6 and later versions from versions earlier than 1.6 version @@ -58,4 +72,3 @@ * [Issue#46](https://github.com/magento/data-migration-tool-ce/issues/46) Improved URL rewrite validation * [Issue#33](https://github.com/magento/data-migration-tool-ce/issues/33) Resolved issue that resulted in the `inet_ntop(): Invalid in_addr value` error * [Issue#12](https://github.com/magento/data-migration-tool-ce/issues/12) Duplicate entries in the `catalogsearch_query` table are no longer migrated - diff --git a/composer.json b/composer.json index 90b7287c1..3955e1397 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "magento/data-migration-tool", "description": "Migration Tool", - "version": "2.1.1", + "version": "2.1.2", "require": { "symfony/console": "~2.3", "magento/framework": "~100.1",