Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
314839d
Fix "Url Rewrite Step" data source pagination
therool Apr 18, 2019
6be6bde
MAGETWO-99323: [GitHub] Incorrect url rewrite record pagination #682
victor-v-rad Apr 22, 2019
c43e10f
Revert "MAGETWO-99323: [GitHub] Incorrect url rewrite record paginati…
victor-v-rad Apr 23, 2019
c0dbee5
Merge pull request #683 from therool/url-rewrite-pagination
victor-v-rad Apr 23, 2019
a280dc2
MAGETWO-99382: [GitHub] Payment method is not available error after m…
victor-v-rad May 3, 2019
c5d7b65
MAGETWO-95789: [GitHub] Error in system.log about migrated attribute …
victor-v-rad May 15, 2019
5706180
MAGETWO-99113: [GitHub] Data migration fails due to invalid regex in …
victor-v-rad May 15, 2019
98930c8
MAGETWO-99721: [GitHub] Volume check error during delta delivering wh…
victor-v-rad May 17, 2019
b22428d
MAGETWO-99891: M1 Super Product Attribute to M2 Configuration setting…
victor-v-rad Jun 4, 2019
a5b8a45
MAGETWO-99940: New table queue_poison_pill in Magento 2 stops migrati…
victor-v-rad Jun 18, 2019
930c72b
MAGETWO-99939: Two new fields in Magento 2 stops migration of Magento…
victor-v-rad Jun 18, 2019
b33c30b
MAGETWO-99940: New table queue_poison_pill in Magento 2 stops migrati…
victor-v-rad Jun 18, 2019
4c9787b
MAGETWO-99939: Two new fields in Magento 2 stops migration of Magento…
victor-v-rad Jun 18, 2019
0f847bd
MAGETWO-99944: Prepare and test Data Migration Tool for new Magento 1…
victor-v-rad Jun 19, 2019
c985b88
MAGETWO-99934: Make Bamboo tests green
victor-v-rad Jun 20, 2019
abea9bf
MAGETWO-99934: Make Bamboo tests green
victor-v-rad Jun 20, 2019
b582d4a
MAGETWO-99933: Data Migration Tool Release 2.3.2
victor-v-rad Jun 24, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.3.2
=============
* Added support for versions:

* Magento Open Source: 2.3.2, 1.9.4.2
* Magento Commerce: 2.3.2, 1.14.4.2

* Fixed bugs:

* M1 Super Product Attribute to M2 Configuration setting wrong Price
* [Issue #682](https://github.com/magento/data-migration-tool/issues/682): Incorrect url rewrite record pagination
* [Issue #685](https://github.com/magento/data-migration-tool/issues/685): Payment method is not available error after migration
* [Issue #598](https://github.com/magento/data-migration-tool/issues/598): Error in system.log about migrated attribute which is not included into attribute group
* [Issue #677](https://github.com/magento/data-migration-tool/issues/677): Data migration fails due to invalid regex in widget placeholder handler

2.3.1
=============
* 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.3.1",
"version": "2.3.2",
"require": {
"symfony/console": "~4.1.0",
"magento/framework": "*",
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.11.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2403,6 +2415,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3254,6 +3269,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.11.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2403,6 +2415,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3254,6 +3269,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.11.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2388,6 +2400,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3239,6 +3254,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.11.1.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2376,6 +2388,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3212,6 +3227,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.11.2.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2376,6 +2388,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3209,6 +3224,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.12.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2295,6 +2307,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3065,6 +3080,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.12.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2295,6 +2307,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3065,6 +3080,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
21 changes: 21 additions & 0 deletions etc/commerce-to-commerce/1.12.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,18 @@
<field>sales_flat_order_payment.additional_information</field>
<handler class="\Migration\Handler\SerializeToJson" />
</transform>
<transform>
<field>sales_flat_order_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_quote_payment.method</field>
<handler class="\Migration\Handler\Convert">
<param name="map" value="[paypal_direct:payflowpro;paypal_standard:paypal_express]" />
</handler>
</transform>
<transform>
<field>sales_flat_order_payment.cc_number_enc</field>
<handler class="\Migration\Handler\Encrypt" />
Expand Down Expand Up @@ -2295,6 +2307,9 @@
<ignore>
<document>msp_tfa_user_config</document>
</ignore>
<ignore>
<document>queue_poison_pill</document>
</ignore>
<ignore>
<document>support_backup</document>
</ignore>
Expand Down Expand Up @@ -3065,6 +3080,12 @@
<ignore>
<field>salesrule_coupon.generated_by_dotmailer</field>
</ignore>
<ignore>
<field>quote_address.validated_country_code</field>
</ignore>
<ignore>
<field>quote_address.validated_vat_number</field>
</ignore>
<ignore>
<field>cms_block.row_id</field>
</ignore>
Expand Down
Loading