-
Notifications
You must be signed in to change notification settings - Fork 61
/
community-patches.json
69 lines (69 loc) · 2.01 KB
/
community-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
{
"magento2-33723": {
"categories": [
"Performance",
"Shopping Cart"
],
"title": "Optimizes QuoteIdToMaskedQuoteId model. Author: @ihor-sviziev.",
"packages": {
"magento/magento2-base": {
"2.3.7": {
"file": "community/magento_magento2_33723.patch"
}
}
}
},
"magento2-34228": {
"categories": [
"Payments"
],
"title": "Fixes upgrade issue from 2.4.2 to 2.4.3 for PayPal data patch. Author: @konarshankar07. ",
"packages": {
"magento/magento2-base": {
"2.4.3": {
"file": "community/magento_magento2_34228.patch"
}
}
}
},
"magento2-34170": {
"categories": [
"Cache"
],
"title": "Fixes issue with Varnish 6 when 503 error was returned and VCL error Too many restarts in logs. Author: @jonashrem",
"packages": {
"magento/magento2-base": {
"2.3.7": {
"file": "community/magento_magento2_34170.patch"
}
}
}
},
"magento/magento2/34529": {
"categories": [
"Customer"
],
"title": "MC-41887: Validation Messages - CustomerData messages not showing up. Author: @Den4ik",
"packages": {
"magento/magento2-base": {
"2.3.7": {
"file": "community/magento_magento2_34529.patch"
}
}
}
},
"magento/magento2/34528": {
"categories": [
"Performance",
"Shopping Cart"
],
"title": "Optimize QuoteIdToMaskedQuoteId model and fix infinite loop. Author: @ihor-sviziev",
"packages": {
"magento/magento2-base": {
"2.4.3": {
"file": "community/magento_magento2_34528.patch"
}
}
}
}
}