Skip to content

Commit db11570

Browse files
authored
1.0.12 release (#16)
* 1.0.12 release * 1.0.12 release - Updated descriptions and fixed filename * 1.0.12 release - Added MDVA-31007 v3 * 1.0.12 release - Added MDVA-32739 - Updated typo in file name - Updated MDVA-30977-V2
1 parent e93d0e1 commit db11570

File tree

17 files changed

+3320
-7
lines changed

17 files changed

+3320
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/quality-patches",
33
"description": "Provides quality patches for Magento 2",
44
"type": "magento2-component",
5-
"version": "1.0.11",
5+
"version": "1.0.12",
66
"license": "proprietary",
77
"repositories": {
88
"repo": {

patches.json

Lines changed: 141 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,17 @@
302302
"magento/magento2-base": {
303303
"Fixes the issue where product image is getting duplicated after updating product information using REST API more than once.": {
304304
">=2.3.2 <2.3.4": {
305-
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3.patch"
305+
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3.patch",
306+
"replaced-with": "MDVA-28763-V2"
307+
}
308+
}
309+
}
310+
},
311+
"MDVA-28763-V2": {
312+
"magento/magento2-base": {
313+
"Fixes the issue where product image is getting duplicated after updating product information using REST API more than once.": {
314+
">=2.3.2 <2.3.4": {
315+
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3-p1_v3.patch"
306316
}
307317
}
308318
}
@@ -652,14 +662,32 @@
652662
"magento/magento2-base": {
653663
"Fixes the issue where custom address attributes are not correctly displayed in the order details page in the my account area and in the backend.": {
654664
">=2.3.5 <2.3.6 || >=2.4.0 <2.4.1": {
655-
"file": "os/MDVA-31007__fixes_issue_where_custom_address_attributes_are_not_displayed_correctly_in_the_order_details_page_in_my_account_area_and_in_the_backend__2.4.0_v2.patch"
665+
"file": "os/MDVA-31007__fixes_issue_where_custom_address_attributes_are_not_displayed_correctly_in_the_order_details_page_in_my_account_area_and_in_the_backend__2.4.0_v2.patch",
666+
"replaced-with": "MDVA-31007-V3"
656667
}
657668
}
658669
},
659670
"magento/magento2-ee-base": {
660671
"Fixes the issue where custom address attributes are not correctly displayed in the order details page in the my account area and in the backend.": {
661672
">=2.3.5 <2.3.6 || >=2.4.0 <2.4.1": {
662-
"file": "commerce/MDVA-31007__fixes_issue_where_custom_address_attributes_are_not_displayed_correctly_in_the_order_details_page_in_my_account_area_and_in_the_backend__2.4.0_v2.patch"
673+
"file": "commerce/MDVA-31007__fixes_issue_where_custom_address_attributes_are_not_displayed_correctly_in_the_order_details_page_in_my_account_area_and_in_the_backend__2.4.0_v2.patch",
674+
"replaced-with": "MDVA-31007-V3"
675+
}
676+
}
677+
}
678+
},
679+
"MDVA-31007-V3": {
680+
"magento/magento2-base": {
681+
"Fixes the issue where custom address attributes are not correctly displayed in the order details page in the my account area and in the backend.": {
682+
">=2.3.4 <2.3.6 || >=2.4.0 <2.4.1": {
683+
"file": "os/MDVA-31007__fixes_issue_where_custom_address_attributes_are_not_displayed_correctly_in_the_order_details_page_in_my_account_area_and_in_the_backend__2.4.0_v3.patch"
684+
}
685+
}
686+
},
687+
"magento/magento2-ee-base": {
688+
"Fixes the issue where custom address attributes are not correctly displayed in the order details page in the my account area and in the backend.": {
689+
">=2.3.4 <2.3.6 || >=2.4.0 <2.4.1": {
690+
"file": "commerce/MDVA-31007__fixes_issue_where_custom_address_attributes_are_not_displayed_correctly_in_the_order_details_page_in_my_account_area_and_in_the_backend__2.4.0_v3.patch"
663691
}
664692
}
665693
}
@@ -819,7 +847,21 @@
819847
"magento/magento2-base": {
820848
"Fixes the issue where the product export CSV file does not appear, and there is a memory allocation error.": {
821849
">=2.3.5 <2.4.2": {
822-
"file": "os/MDVA-31168__fixed_product_export_fails_with_memory_allocation_error__2.3.5-p2.patch"
850+
"file": "os/MDVA-31168__fixed_product_export_fails_with_memory_allocation_error__2.3.5-p2.patch",
851+
"replaced-with": "MDVA-31168-V2"
852+
},
853+
">=2.3.0 <2.3.5": {
854+
"file": "os/MDVA-31673__fixed_product_export_fails_with_memory_allocation_error__2.3.2.patch",
855+
"replaced-with": "MDVA-31168-V2"
856+
}
857+
}
858+
}
859+
},
860+
"MDVA-31168-V2": {
861+
"magento/magento2-base": {
862+
"Fixes the issue where the product export CSV file does not appear, and there is a memory allocation error.": {
863+
">=2.3.5 <2.4.2": {
864+
"file": "os/MDVA-30942__fixes_performance_when_exporting_100k_products_using_consumers__2.3.5-p2.patch"
823865
},
824866
">=2.3.0 <2.3.5": {
825867
"file": "os/MDVA-31673__fixed_product_export_fails_with_memory_allocation_error__2.3.2.patch"
@@ -867,14 +909,32 @@
867909
"magento/magento2-b2b-base": {
868910
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
869911
">=1.1.0 <1.1.6 || 1.2.0 || >=1.3.0 <1.3.1": {
870-
"file": "commerce/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch"
912+
"file": "commerce/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch",
913+
"replaced-with": "MDVA-28651-V2"
914+
}
915+
}
916+
},
917+
"magento/magento2-base": {
918+
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
919+
">=2.3.0 <2.3.6 || 2.4.0 || >=2.4.1 <2.4.2": {
920+
"file": "os/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch",
921+
"replaced-with": "MDVA-28651-V2"
922+
}
923+
}
924+
}
925+
},
926+
"MDVA-28651-V2": {
927+
"magento/magento2-b2b-base": {
928+
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
929+
">=1.1.0 <1.1.6 || 1.2.0 || >=1.3.0 <1.3.1": {
930+
"file": "commerce/MDVA-28651__performance_improvement_for_loading_quotes_via_REST__2.3.4_v2.patch"
871931
}
872932
}
873933
},
874934
"magento/magento2-base": {
875935
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
876936
">=2.3.0 <2.3.6 || 2.4.0 || >=2.4.1 <2.4.2": {
877-
"file": "os/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch"
937+
"file": "os/MDVA-28651__performance_improvement_for_loading_quotes_via_REST__2.3.4_v2.patch"
878938
}
879939
}
880940
}
@@ -887,5 +947,80 @@
887947
}
888948
}
889949
}
950+
},
951+
"MDVA-31399": {
952+
"magento/magento2-base": {
953+
"Adds the \"Subtotal (Incl. Tax)\" option to price rule conditions.": {
954+
">=2.3.2 <2.4.2": {
955+
"file": "os/MDVA-31399__adds_new_option_subtotal_including_tax_to_cart_price_rule_condition__2.3.5-p2_v1.patch"
956+
}
957+
}
958+
}
959+
},
960+
"MDVA-31236": {
961+
"magento/security-package": {
962+
"Fixes the issue where Magento Admins with custom resource access are not able to set up 2FA or log in.": {
963+
">=1.0.0 <1.2.0": {
964+
"file": "os/MDVA-31236__fixes_issue_when_administrators_with_custom_resource_access_cannot_setup_2fa_or_log_in__2.4.0.patch"
965+
}
966+
}
967+
}
968+
},
969+
"MDVA-30845": {
970+
"magento/magento2-base": {
971+
"Fixes the issue where the \"Sorry, no quotes are available for this order at this time\" error is displayed when failing to connect to UPS XML/USPS/DHL, and no other shipping method is available.": {
972+
">=2.3.5 <2.3.7": {
973+
"file": "os/MDVA-30845__fixes_error_when_failing_to_connect_to_ups_xml_usps_dhl_and_other_shipping_method_is_not_available__2.3.5-p2.patch"
974+
}
975+
}
976+
}
977+
},
978+
"MDVA-32133": {
979+
"magento/module-page-builder": {
980+
"Fixes the issue where media gallery is not loading from Page Builder in certain cases.": {
981+
">=1.4.0 <1.5.0": {
982+
"file": "commerce/MDVA-32133__fixes_issue_when_media_gallery_is_not_loaded_from_page_builder_in_certain_cases__2.4.0.patch"
983+
}
984+
}
985+
}
986+
},
987+
"MDVA-12304": {
988+
"magento/magento2-base": {
989+
"Increases the maximum number of cookies from 50 to 200.": {
990+
">=2.3.0 <2.4.2": {
991+
"file": "os/MDVA-12304__increases_maximum_number_of_cookies_from_50_to_200__2.2.5.patch"
992+
}
993+
}
994+
}
995+
},
996+
"MDVA-32632": {
997+
"magento/magento2-base": {
998+
"Fixes the issue where orders appear in the payment system, but not in Magento.": {
999+
">=2.3.2 <2.3.3": {
1000+
"file": "os/MDVA-32632__fixes_issue_when_orders_appeared_in_the_payment_system_but_not_in_Magento__2.3.2-p2.patch"
1001+
},
1002+
">=2.3.3 <2.3.5": {
1003+
"file": "os/MDVA-23773__fixes_issue_when_orders_appeared_in_the_payment_system_but_not_in_Magento__2.3.3.patch"
1004+
}
1005+
}
1006+
}
1007+
},
1008+
"MDVA-32449": {
1009+
"magento/magento2-b2b-base": {
1010+
"Fixes the issue where the order history loads very slowly or does not load at all.": {
1011+
">=1.1.0 <1.1.6 || 1.2.0 || >=1.3.0 <1.3.1": {
1012+
"file": "commerce/MDVA-32449__fixes_issue_where_order_history_loads_slow_or_does_not_load_at_all__2.4.1.patch"
1013+
}
1014+
}
1015+
}
1016+
},
1017+
"MDVA-32739": {
1018+
"magento/magento2-base": {
1019+
"Fixes the issue where enabling Asynchronous Email Notifications sends out old sales emails.": {
1020+
">=2.3.0 <2.4.2": {
1021+
"file": "os/MDVA-32739__fixes_issue_where_enabling_asynchronous_email_notifications_sends_out_old_sales_emails__2.3.5-p2.patch"
1022+
}
1023+
}
1024+
}
8901025
}
8911026
}

0 commit comments

Comments
 (0)