Skip to content

Commit

Permalink
1.0.7 release (#5)
Browse files Browse the repository at this point in the history
* 1.0.7 release

* 1.0.7 release
  - Fixed conflict MDVA-25028 with MDVA-31006
  - Fixed conflicts MDVA-31321 with MAGECLOUD-4847

* 1.0.7 release
  - Added descriptions and renamed some patches

* 1.0.7 release
  - Fixed version constraints MDVA-31007 and MDVA-30428
  - Fixed conflicts MDVA-30815 with MCLOUD-5684 and MAGECLOUD-4847

* 1.0.7 release
  - Added descriptions and renamed some patches

* 1.0.7 release
  - Fixed conflicts MDVA-30815

* 1.0.7 release
  - Fixed conflicts MDVA-30815

* 1.0.7 release
  - Fixed conflicts MDVA-30815

* - increasing php memory limit for travis (#6)

* 1.0.7 release
  - Fixed conflicts MDVA-30815

* 1.0.7 release
  - Fixed patch

Co-authored-by: Viktor Tymchynskyi <[email protected]>
  • Loading branch information
ilima-ebay and viktym authored Oct 14, 2020
1 parent f7e5947 commit 319808a
Show file tree
Hide file tree
Showing 25 changed files with 4,166 additions and 8 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.6",
"version": "1.0.7",
"license": "proprietary",
"repositories": {
"repo": {
Expand Down
180 changes: 173 additions & 7 deletions patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,14 @@
"MDVA-30428": {
"magento/magento2-base": {
"Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source.": {
">=2.3.5 <2.3.6 || >=2.4.0 <2.4.1": {
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.5-p1.patch"
},
">=2.3.3 <2.3.4": {
"file": "os/MDVA-30445__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.3.patch"
},
">=2.3.4 <2.3.5": {
"file": "os/MDVA-31024__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.4-p2.patch"
},
">=2.3.5 <2.3.6 || >=2.4.0 <2.4.1": {
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.5-p1.patch"
}
}
},
Expand All @@ -333,11 +336,14 @@
},
"magento/inventory-composer-metapackage": {
"Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source.": {
">=1.1.5 <1.1.6": {
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.5.patch"
},
">=1.1.3 <1.1.4": {
"file": "os/MDVA-30445__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.3.patch"
},
">=1.1.4 <1.1.5": {
"file": "os/MDVA-31024__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.4.patch"
},
">=1.1.5 <1.1.6": {
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.5.patch"
}
}
}
Expand Down Expand Up @@ -402,7 +408,7 @@
},
"MDVA-30565": {
"magento/magento2-base": {
"Fixes the issue where \"No such entity with cartid = 0\" error is displayed for guest customer on storefront checkout if persistent shopping cart is enabled.\n": {
"Fixes the issue where \"No such entity with cartid = 0\" error is displayed for guest customer on storefront checkout if persistent shopping cart is enabled.": {
">=2.3.2 <=2.3.3-p1": {
"file": "os/MDVA-30565__fixes_no_such_entity_with_cartid_error_for_guest_customers_when_persistent_shopping_cart_is_enabled__2.3.3-p1.patch"
}
Expand Down Expand Up @@ -477,5 +483,165 @@
}
}
}
},
"MDVA-30972": {
"magento/magento2-base": {
"Fixes the issue where custom order status was changed to Processing after partial shipment creation using WebApi.": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-30972__fixes_issue_where_custom_order_status_is_changed_to_processing_after_partial_shipment_creation_via_webapi__2.3.5-p2.patch"
}
}
}
},
"MDVA-30594": {
"magento/magento2-base": {
"Fixes the issue where an order with multiple addresses could not be saved during checkout when FPT is configured.": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-30594__fixes_issue_where_order_with_multiple_addresses_is_not_saved_during_checkout_when_fpt_is_configured__2.3.3.patch"
}
}
}
},
"MDVA-29148": {
"magento/magento2-base": {
"Fixes the issue when creating a product via an API call, the product custom attribute of \"\\Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\ArrayBackend\" (like Multiselect) type does not use its default value if no value was provided in the payload.": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-29148__fixes_issue_with_product_custom_attribute_arraybackend_not_using_default_value_if_value_is_not_provided_in_api_payload__2.3.3-p1.patch"
}
}
}
},
"MDVA-30837": {
"magento/magento2-base": {
"Added a configuration setting \"Include Tax to Amount\": Yes/No in Free Shipping method configuration. When \"Include Tax to Amount\" is set to Yes Minimum Order Amount is calculated as = Subtotal + Tax. When \"Include Tax to Amount\" is set to No Minimum Order Amount is calculated as = Subtotal": {
">=2.3.1 <2.3.5": {
"file": "os/MDVA-30837__added_configuration_setting_include_tax_to_amount_in_free_shipping_method_configuration__2.3.4-p2.patch"
}
}
}
},
"MDVA-25028": {
"magento/magento2-base": {
"Fixes the issue when orders that are placed using PayPal Payflow Pro are not set to Suspected Fraud status when fraud filters are triggered.": {
">=2.3.2 <2.3.3": {
"file": "os/MDVA-25028__sets_paypal_payflow_pro_orders_to_suspected_fraud_status_when_fraud_filters_are_triggered__2.3.2.patch",
"require": ["MDVA-31006"]
},
">=2.3.5 <2.3.6": {
"file": "os/MDVA-31282__sets_paypal_payflow_pro_orders_to_suspected_fraud_status_when_fraud_filters_are_triggered__2.3.5-p2.patch"
}
}
}
},
"MDVA-31224": {
"magento/magento2-base": {
"Improves the performance of the `catalog_product_price` re-index operation for bundle products.": {
">=2.3.3 <2.3.5": {
"file": "os/MDVA-31224__improves_performance_of_catalog_product_price_reindex_operation_for_bundle_products__2.3.3.patch"
}
}
}
},
"MDVA-31321": {
"magento/magento2-base": {
"Fixes a blank page (error) when \"Show All\" is selected. Elasticsearch returns large list of product ids. In this scenario the order by clause gets converted to an incorrect SQL format.": {
">=2.3.2 <2.3.3 || 2.3.3-p1": {
"file": "os/MDVA-31321__fixes_issue_with_wrong_sql_format_that_causes_blank_page_when_selecting_show_all_and_when_using_elasticsearch__2.3.2.patch"
},
"2.3.3": {
"file": "os/MDVA-31321__fixes_issue_with_wrong_sql_format_that_causes_blank_page_when_selecting_show_all_and_when_using_elasticsearch__2.3.3.patch",
"require": ["MAGECLOUD-4847"]
},
">=2.3.4 <2.3.5": {
"file": "os/MDVA-29968_fixes_issue_with_wrong_sql_format_that_causes_blank_page_when_selecting_show_all_and_when_using_elasticsearch__2.3.4-p2.patch"
}
}
}
},
"MDVA-30815": {
"magento/magento2-base": {
"Fixes the issue where when you changed how many search results should be displayed on the search results page, Magento displayed a blank page. Elasticsearch now correctly displays results from category pages when you change the number of search results viewed per page.": {
">=2.3.2 <2.3.3": {
"file": "os/MDVA-24444__fixes_issue_with_elasticsearch_where_blank_page_is_displayed_when_changing_the_number_of_search_results_viewed_per_page__2.3.2-p2.patch",
"require": ["MCLOUD-5684","MDVA-31321"]
},
"2.3.3": {
"file": "os/MDVA-30815__fixes_issue_with_elasticsearch_where_blank_page_is_displayed_when_changing_the_number_of_search_results_viewed_per_page__2.3.3.patch",
"require": ["MAGECLOUD-4847","MCLOUD-5684"]
},
"2.3.3-p1": {
"file": "os/MDVA-30815__fixes_issue_with_elasticsearch_where_blank_page_is_displayed_when_changing_the_number_of_search_results_viewed_per_page__2.3.3-p1.patch",
"require": ["MCLOUD-5684","MDVA-31321"]
}
}
}
},
"MDVA-30782": {
"magento/magento2-ee-base": {
"Fixes the issue when Dynamic Block was displayed regardless of cart rule.": {
">=2.3.5 <2.4.2": {
"file": "commerce/MDVA-30782__fixes_issue_where_dynamic_block_was_displayed_regardless_or_the_cart_rule__2.3.5-p1.patch"
}
}
}
},
"MDVA-31021": {
"magento/magento2-base": {
"Fixes the issue where performance issues exists in module-catalog-import-export/Model/Import/Product/Option.php. If there are more than ~100k records in catalog_product_option table, a new CSV with single product takes less than 10 sec to validate.": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-31021__fixes_performance_issue_during_product_import_when_having_a_large_amount_of_options_in_catalog_product_option_table__2.3.1.patch"
}
}
}
},
"MDVA-31007": {
"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.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.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.patch"
}
}
}
},
"MDVA-29389": {
"magento/magento2-base": {
"Fixes the issue with Advanced Reporting where the analytics_collect_data cronjob says: \"Port must be configured within host parameter (like localhost:3306)\".": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-29389__fixes_error_port_must_be_configured_within_host_parameter_for_advance_reporting__2.3.4_v1.composer.patch"
}
}
}
},
"MDVA-31343": {
"magento/magento2-base": {
"Fixes the issue with the removed body class \"page-layout-category-full-width\" when a category is scheduled.": {
">=2.3.4 <2.3.6": {
"file": "os/MDVA-31343__fixes_issue_with_removed_body_class_page-layout-category-full-width_when_a_category_is_scheduled__2.3.5-p2.patch"
}
}
},
"magento/magento2-ee-base": {
"Fixes the issue with the removed body class \"page-layout-category-full-width\" when a category is scheduled.": {
">=2.3.4 <2.3.6": {
"file": "commerce/MDVA-31343__fixes_issue_with_removed_body_class_page-layout-category-full-width_when_a_category_is_scheduled__2.3.5-p2.patch"
}
}
}
},
"MDVA-30945": {
"magento/magento2-base": {
"Fixes the issue where you receive a fatal error message when updating carts \"Call to a member function getValue() on null in module-configurable-product CartItemProcessor.php\".": {
">=2.3.0 <2.4.2": {
"file": "os/MDVA-30945__fixes_fatal_error_in_module-configurable-product_cartitemprocessor__2.3.3.patch"
}
}
}
}
}
Loading

0 comments on commit 319808a

Please sign in to comment.