Skip to content

Commit ed37349

Browse files
author
Oleksandr Rykh
authored
1.0.5 release (#39)
* 1.0.5 release * 1.0.5 release - fix code review * 1.0.5 release - fix patch name
1 parent 006be80 commit ed37349

18 files changed

+4625
-1
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.4",
5+
"version": "1.0.5",
66
"license": "proprietary",
77
"repositories": {
88
"repo": {

patches.json

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"Fixes the issue with layered navigation, where the 'No' value for boolean type product attributes was not included in layered navigation if Elasticsearch was used as a search engine.": {
4545
">=2.3.4 <2.3.6 || 2.4.0": {
4646
"file": "os/MDVA-30131__fix_storing_boolean_values_for_custom_attributes_in_Elastic_Search__2.3.4.patch"
47+
},
48+
">=2.3.3 <2.3.4": {
49+
"file": "os/MDVA-30841__fix_storing_boolean_values_for_custom_attributes_in_Elastic_Search__2.3.3.patch"
4750
}
4851
}
4952
}
@@ -225,5 +228,120 @@
225228
}
226229
}
227230
}
231+
},
232+
"MDVA-28191": {
233+
"magento/magento2-base": {
234+
"Fixes the issue where no payment methods are loaded during order creation via Magento Admin panel.": {
235+
">=2.3.3 <2.4.2": {
236+
"file": "os/MDVA-28191__fixes_no_payments_during_order_creation_in_admin_panel__2.3.5-p1.patch"
237+
}
238+
}
239+
}
240+
},
241+
"MDVA-29959": {
242+
"magento/magento2-b2b-base": {
243+
"Fixes the issue where restricted admin user with 'Companies' permissions is not allowed to delete company account.": {
244+
">=1.1.0 <=1.1.3-p1": {
245+
"file": "commerce/MDVA-29959__fixes_restricted_admin_permission_is_not_allowed_to_delete_company__2.3.3.patch"
246+
}
247+
}
248+
}
249+
},
250+
"MDVA-30265": {
251+
"magento/magento2-base": {
252+
"Fixes the issue where shipment tracking link stops working after Invoice creation.": {
253+
">=2.3.3 <2.4.2": {
254+
"file": "os/MDVA-30265__fixes_tracking_link_redirects_to_404__2.3.3.patch"
255+
}
256+
}
257+
}
258+
},
259+
"MDVA-28409": {
260+
"magento/magento2-base": {
261+
"Fixes the issue where the 'sales_clean_quotes' cron job fails with out-of-memory error when the number of expired quotes in the database is huge.": {
262+
">=2.3.4 <2.3.6 || 2.4.0": {
263+
"file": "os/MDVA-28409__cleaning_old_quotes_from_sales_clean_quotes_table__2.3.4.patch"
264+
}
265+
}
266+
}
267+
},
268+
"MDVA-30593": {
269+
"magento/magento2-base": {
270+
"Fixes the issue where quotes, that expired according to the Quote Lifetime setting, are not cleaned up.": {
271+
">=2.3.0 <2.3.4": {
272+
"file": "os/MDVA-30593__cleaning_expired_quotes_from_sales_clean_quotes_table__2.3.3.patch"
273+
}
274+
}
275+
}
276+
},
277+
"MDVA-30107": {
278+
"magento/magento2-base": {
279+
"Fixes the issue where store switcher doesn't work as expected if different base URLs are used for store views.": {
280+
">=2.3.0 <2.3.5": {
281+
"file": "os/MDVA-30107__fixes_store_switcher_for_different_base_url__2.3.3.patch"
282+
},
283+
">=2.3.5 <2.3.6": {
284+
"file": "os/MDVA-30623__fixes_store_switcher_for_different_base_url__2.3.5-p2.patch"
285+
}
286+
}
287+
}
288+
},
289+
"MDVA-28763": {
290+
"magento/magento2-base": {
291+
"Fixes the issue where product image is getting duplicated after updating product information using REST API more than once.": {
292+
">=2.3.2 <2.3.4": {
293+
"file": "os/MDVA-28763__fixes_product_image_is_getting_duplicate_using_REST_API__2.3.3.patch"
294+
}
295+
}
296+
}
297+
},
298+
"MDVA-30284": {
299+
"magento/magento2-base": {
300+
"Fixes the issue where Catalog Search indexer fails due to the following Elasticsearch error: `limit of total fields in index has been exceeded`.": {
301+
">=2.3.0 <2.4.2": {
302+
"file": "os/MDVA-30284__fixes_catalog_search_indexer_fail_due_to_elasticsearch_error__2.3.5-p2.patch"
303+
}
304+
}
305+
}
306+
},
307+
"MDVA-29042": {
308+
"magento/magento2-b2b-base": {
309+
"Fixes the issue where Catalog permissions were changed to `Allow` automatically after new product was added to the shared catalog.": {
310+
">=1.1.3 <=1.1.4-p2": {
311+
"file": "commerce/MDVA-29042__fixes_catalog_permission_changing_to_allow__2.3.4.patch"
312+
}
313+
}
314+
}
315+
},
316+
"MDVA-30428": {
317+
"magento/magento2-base": {
318+
"Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source.": {
319+
">=2.3.5 <2.4.2": {
320+
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.5-p1.patch"
321+
},
322+
">=2.3.3 <2.3.4": {
323+
"file": "os/MDVA-30445__fixes_add_a_product_with_custom_inventory_to_wishlist__2.3.3.patch"
324+
}
325+
}
326+
},
327+
"magento/inventory-metapackage": {
328+
"Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source.": {
329+
">=1.1.5 <1.2.2": {
330+
"file": "os/MDVA-30428__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.5.patch"
331+
},
332+
">=1.1.3 <1.1.4": {
333+
"file": "os/MDVA-30445__fixes_add_a_product_with_custom_inventory_to_wishlist__1.1.3.patch"
334+
}
335+
}
336+
}
337+
},
338+
"MDVA-28661": {
339+
"magento/magento2-b2b-base": {
340+
"Fixes the issue where an error is thrown in the `Company Users` company account section after company admin is changed.": {
341+
">=1.1.0 <1.2.2": {
342+
"file": "commerce/MDVA-28661__fixes_error_is_throwing_after_company_admin_changed__2.3.5-p1.patch"
343+
}
344+
}
345+
}
228346
}
229347
}

0 commit comments

Comments
 (0)