Skip to content

Commit ebc40ed

Browse files
author
Oleksandr Rykh
authored
Fixed incorrect supported version for patches (#12)
* Fixed supported version for MDVA-31168 and MDVA-32313 * Fixed supported version for MDVA-28651 * Release 1.0.10
1 parent 72cb638 commit ebc40ed

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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.9",
5+
"version": "1.0.10",
66
"license": "proprietary",
77
"repositories": {
88
"repo": {

patches.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,16 @@
774774
}
775775
},
776776
"MDVA-30889": {
777+
"magento/inventory-composer-metapackage": {
778+
"Fixes the issue where an error occurs after invoicing a bundle with virtual and simple products as options.": {
779+
">=1.0.2 <=1.1.6": {
780+
"file": "os/MDVA-30889__fixes_invoicing_a_bundle_with_virtual_and_simple_option__2.3.4.patch"
781+
}
782+
}
783+
},
777784
"magento/inventory-metapackage": {
778785
"Fixes the issue where an error occurs after invoicing a bundle with virtual and simple products as options.": {
779-
">=2.3.0 <2.4.2": {
786+
">=1.2.0 <1.2.2": {
780787
"file": "os/MDVA-30889__fixes_invoicing_a_bundle_with_virtual_and_simple_option__2.3.4.patch"
781788
}
782789
}
@@ -802,7 +809,7 @@
802809
}
803810
},
804811
"MDVA-31168": {
805-
"magento/inventory-metapackage": {
812+
"magento/magento2-base": {
806813
"Fixes the issue where the product export CSV file does not appear, and there is a memory allocation error.": {
807814
">=2.3.5 <2.4.2": {
808815
"file": "os/MDVA-31168__fixed_product_export_fails_with_memory_allocation_error__2.3.5-p2.patch"
@@ -814,7 +821,7 @@
814821
}
815822
},
816823
"MDVA-32313": {
817-
"magento/inventory-metapackage": {
824+
"magento/magento2-base": {
818825
"Fixes the issue where configurable products could be added to the wishlist with the wrong configuration options.": {
819826
">=2.3.0 <2.3.4": {
820827
"file": "os/MDVA-32313__fixes_wrong_configuration_option_added_to_whishlist__2.3.5-p2.patch"
@@ -852,14 +859,14 @@
852859
"MDVA-28651": {
853860
"magento/magento2-b2b-base": {
854861
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
855-
">=1.1.0 <1.1.6 || >1.2.0": {
862+
">=1.1.0 <1.1.6 || 1.2.0 || >=1.3.0 <1.3.1": {
856863
"file": "commerce/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch"
857864
}
858865
}
859866
},
860867
"magento/magento2-base": {
861868
"Fixes the issue where there are performance problems with loading negotiable quotes via REST API.": {
862-
">=2.3.0 <2.3.6 || >2.4.0": {
869+
">=2.3.0 <2.3.6 || 2.4.0 || >=2.4.1 <2.4.2 ": {
863870
"file": "os/MDVA-28651__performance_improvement_for_loadins_Quotes_via_REST__2.3.4.patch"
864871
}
865872
}

0 commit comments

Comments
 (0)