Skip to content

Commit

Permalink
MAGETWO-71421: DMT 2.1.8 Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-v-rad committed Aug 10, 2017
1 parent 2617b03 commit 5b0da63
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5b0da63

Please sign in to comment.