forked from magento/quality-patches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatches.json
96 lines (96 loc) · 4.61 KB
/
patches.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"MDVA-25602": {
"magento/magento2-base": {
"Fixes issue with PayPal Payflow Pro payment method and treating cookies as SameSite=Lax by default in the Chrome 80 browser and API response redirect to customer login page": {
">=2.3.3 <2.3.5": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.4.patch"
},
">=2.3.0 <2.3.2": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.0.patch"
},
">=2.3.2 <2.3.3": {
"file": "os/MDVA-25602__PayflowPro_checkout_broken_with_SameSite_Cookie__2.3.2.patch"
}
}
},
"magento/magento2-ee-base": {
"Fixes issue with PayPal Payflow Pro payment method and treating cookies as SameSite=Lax by default in the Chrome 80 browser and API response redirect to customer login page": {
">=2.3.0 <2.3.5": {
"file": "commerce/MDVA-25602__PayflowPro_API_response_302_redirect_to_login_page__2.3.4.patch"
}
}
}
},
"MDVA-30052": {
"magento/magento2-base": {
"Customer data section invalidation logic has been improved. This release introduces a new way of invalidating all customer sections data that avoids a known issue with local storage when custom `sections.xml` invalidations are active. (Previously, private content (local storage) was not correctly populated when you had a custom *etc/frontend/sections.xml* with action invalidations).": {
">=2.3.2-p2 <2.3.5": {
"file": "os/MDVA-30052__customer_data_section_invalidation_logic_improvement__2.3.4-p2.patch"
}
}
}
},
"MDVA-26694": {
"magento/magento2-base": {
"Product and catalog caches will expire as scheduled. Previously, caches expire daily, as сron runs the 'catalogrule_apply_all' task once a day which re-indexes all the catalog rules and its dependent indexers and clears the cache for all products and categories.": {
">=2.3.0 <=2.3.5-p2 || 2.4.0": {
"file": "os/MDVA-26694__fix_product_and_catalog_cache_expiration_daily__2.3.1.patch"
}
}
}
},
"MDVA-30131": {
"magento/magento2-base": {
"Code was not storing false values for custom attributes in Elastic Search, so filter was possible using 'No' for boolean attributes using layered navigation. To address that, some boolean checks have been replaces for null checks, and an array_filter call has been erased completely as no callback function was provided in it, thus always returning false as 'all entries of array equal to FALSE (see converting to boolean) will be removed'.": {
">=2.3.4 <=2.3.5-p2 || 2.4.0": {
"file": "os/MDVA-30131__fix_storing_boolean_values_for_custom_attributes_in_Elastic_Search__2.3.4.patch"
}
}
}
},
"MDVA-27825": {
"magento/magento2-base": {
"Big data customer export issue. Memory leak prevented by adding clearing of Customer objects in \\Magento\\Framework\\Model\\ResourceModel\\Db\\VersionControl\\Snapshot class": {
">=2.3.0 <=2.3.5-p2 || 2.4.0": {
"file": "os/MDVA-27825__fix_memory_leak_prevent_customer_export__2.3.3.patch"
}
}
}
},
"MDVA-29085": {
"magento/magento2-b2b-base": {
"After the company has been created through the API, the intended plugin will check if the company is created and dispatch the two emails accordingly.": {
">=2.3.0 <=2.3.5-p1": {
"file": "commerce/MDVA-29085__fix_email_confirmation_after_company_created_via_API__2.3.5-p1.patch"
}
}
}
},
"MDVA-29835": {
"magento/magento2-ee-base": {
"Issue fixed: Two gift card codes can be seen for the order.\nRoot Cause: cron jobs called \\Magento\\GiftCard\\Observer\\GenerateGiftCardAccountsInvoice::execute() and this method did not check if giftcard codes already were generated during invoice creation.": {
">2.3.1 <=2.3.5-p2 || 2.4.0": {
"file": "commerce/MDVA-29835__two_gift_card_codes_can_be_seen_for_the_order__2.3.4-p2.patch"
}
}
}
},
"MDVA-29344": {
"magento/module-page-builder": {
"Page builder hangs after copying text from a header element to a text element.": {
">=2.3.5 <=2.3.5-p2 || 2.4.0": {
"file": "commerce/MDVA-29344__fix_page_builder_hangs_after_text_copying__2.3.5-p1.patch"
}
}
}
},
"MC-35514": {
"magento/magento2-base": {
"Fixes issue with creating a shipping label and adding ordered products to a package in the Create Packages modal window.": {
"2.4.0": {
"file": "os/MC-35514__fixes_issue_with_shipping_label_creation__2.4.0.patch"
}
}
}
}
}