Skip to content

Commit

Permalink
1.0.12 release (#16)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ilima-ebay authored Nov 25, 2020
1 parent e93d0e1 commit db11570
Show file tree
Hide file tree
Showing 17 changed files with 3,320 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/quality-patches",
"description": "Provides quality patches for Magento 2",
"type": "magento2-component",
"version": "1.0.11",
"version": "1.0.12",
"license": "proprietary",
"repositories": {
"repo": {
Expand Down
147 changes: 141 additions & 6 deletions patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,17 @@
"magento/magento2-base": {
"Fixes the issue where product image is getting duplicated after updating product information using REST API more than once.": {
">=2.3.2 <2.3.4": {
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3.patch"
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3.patch",
"replaced-with": "MDVA-28763-V2"
}
}
}
},
"MDVA-28763-V2": {
"magento/magento2-base": {
"Fixes the issue where product image is getting duplicated after updating product information using REST API more than once.": {
">=2.3.2 <2.3.4": {
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3-p1_v3.patch"
}
}
}
Expand Down Expand Up @@ -652,14 +662,32 @@
"magento/magento2-base": {
"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.": {
">=2.3.5 <2.3.6 || >=2.4.0 <2.4.1": {
"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"
"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",
"replaced-with": "MDVA-31007-V3"
}
}
},
"magento/magento2-ee-base": {
"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.": {
">=2.3.5 <2.3.6 || >=2.4.0 <2.4.1": {
"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"
"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",
"replaced-with": "MDVA-31007-V3"
}
}
}
},
"MDVA-31007-V3": {
"magento/magento2-base": {
"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.": {
">=2.3.4 <2.3.6 || >=2.4.0 <2.4.1": {
"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"
}
}
},
"magento/magento2-ee-base": {
"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.": {
">=2.3.4 <2.3.6 || >=2.4.0 <2.4.1": {
"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"
}
}
}
Expand Down Expand Up @@ -819,7 +847,21 @@
"magento/magento2-base": {
"Fixes the issue where the product export CSV file does not appear, and there is a memory allocation error.": {
">=2.3.5 <2.4.2": {
"file": "os/MDVA-31168__fixed_product_export_fails_with_memory_allocation_error__2.3.5-p2.patch"
"file": "os/MDVA-31168__fixed_product_export_fails_with_memory_allocation_error__2.3.5-p2.patch",
"replaced-with": "MDVA-31168-V2"
},
">=2.3.0 <2.3.5": {
"file": "os/MDVA-31673__fixed_product_export_fails_with_memory_allocation_error__2.3.2.patch",
"replaced-with": "MDVA-31168-V2"
}
}
}
},
"MDVA-31168-V2": {
"magento/magento2-base": {
"Fixes the issue where the product export CSV file does not appear, and there is a memory allocation error.": {
">=2.3.5 <2.4.2": {
"file": "os/MDVA-30942__fixes_performance_when_exporting_100k_products_using_consumers__2.3.5-p2.patch"
},
">=2.3.0 <2.3.5": {
"file": "os/MDVA-31673__fixed_product_export_fails_with_memory_allocation_error__2.3.2.patch"
Expand Down Expand Up @@ -867,14 +909,32 @@
"magento/magento2-b2b-base": {
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
">=1.1.0 <1.1.6 || 1.2.0 || >=1.3.0 <1.3.1": {
"file": "commerce/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch"
"file": "commerce/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch",
"replaced-with": "MDVA-28651-V2"
}
}
},
"magento/magento2-base": {
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
">=2.3.0 <2.3.6 || 2.4.0 || >=2.4.1 <2.4.2": {
"file": "os/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch",
"replaced-with": "MDVA-28651-V2"
}
}
}
},
"MDVA-28651-V2": {
"magento/magento2-b2b-base": {
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
">=1.1.0 <1.1.6 || 1.2.0 || >=1.3.0 <1.3.1": {
"file": "commerce/MDVA-28651__performance_improvement_for_loading_quotes_via_REST__2.3.4_v2.patch"
}
}
},
"magento/magento2-base": {
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
">=2.3.0 <2.3.6 || 2.4.0 || >=2.4.1 <2.4.2": {
"file": "os/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch"
"file": "os/MDVA-28651__performance_improvement_for_loading_quotes_via_REST__2.3.4_v2.patch"
}
}
}
Expand All @@ -887,5 +947,80 @@
}
}
}
},
"MDVA-31399": {
"magento/magento2-base": {
"Adds the \"Subtotal (Incl. Tax)\" option to price rule conditions.": {
">=2.3.2 <2.4.2": {
"file": "os/MDVA-31399__adds_new_option_subtotal_including_tax_to_cart_price_rule_condition__2.3.5-p2_v1.patch"
}
}
}
},
"MDVA-31236": {
"magento/security-package": {
"Fixes the issue where Magento Admins with custom resource access are not able to set up 2FA or log in.": {
">=1.0.0 <1.2.0": {
"file": "os/MDVA-31236__fixes_issue_when_administrators_with_custom_resource_access_cannot_setup_2fa_or_log_in__2.4.0.patch"
}
}
}
},
"MDVA-30845": {
"magento/magento2-base": {
"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.": {
">=2.3.5 <2.3.7": {
"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"
}
}
}
},
"MDVA-32133": {
"magento/module-page-builder": {
"Fixes the issue where media gallery is not loading from Page Builder in certain cases.": {
">=1.4.0 <1.5.0": {
"file": "commerce/MDVA-32133__fixes_issue_when_media_gallery_is_not_loaded_from_page_builder_in_certain_cases__2.4.0.patch"
}
}
}
},
"MDVA-12304": {
"magento/magento2-base": {
"Increases the maximum number of cookies from 50 to 200.": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-12304__increases_maximum_number_of_cookies_from_50_to_200__2.2.5.patch"
}
}
}
},
"MDVA-32632": {
"magento/magento2-base": {
"Fixes the issue where orders appear in the payment system, but not in Magento.": {
">=2.3.2 <2.3.3": {
"file": "os/MDVA-32632__fixes_issue_when_orders_appeared_in_the_payment_system_but_not_in_Magento__2.3.2-p2.patch"
},
">=2.3.3 <2.3.5": {
"file": "os/MDVA-23773__fixes_issue_when_orders_appeared_in_the_payment_system_but_not_in_Magento__2.3.3.patch"
}
}
}
},
"MDVA-32449": {
"magento/magento2-b2b-base": {
"Fixes the issue where the order history loads very slowly or does not load at all.": {
">=1.1.0 <1.1.6 || 1.2.0 || >=1.3.0 <1.3.1": {
"file": "commerce/MDVA-32449__fixes_issue_where_order_history_loads_slow_or_does_not_load_at_all__2.4.1.patch"
}
}
}
},
"MDVA-32739": {
"magento/magento2-base": {
"Fixes the issue where enabling Asynchronous Email Notifications sends out old sales emails.": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-32739__fixes_issue_where_enabling_asynchronous_email_notifications_sends_out_old_sales_emails__2.3.5-p2.patch"
}
}
}
}
}
Loading

0 comments on commit db11570

Please sign in to comment.