forked from darksith666/magento2-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSHOPVERSIONS
More file actions
108 lines (106 loc) · 2.5 KB
/
SHOPVERSIONS
File metadata and controls
108 lines (106 loc) · 2.5 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
[
{
"release": "1.5.0",
"shopsystem": "Magento Community Edition",
"tested": "2.3.0",
"compatibility": "2.1.4",
"changelog": [
"Remove maestro payment method",
"Replace tokenize workflow for Credit Card with direct Authorization or Purchase"
]
},
{
"release": "1.4.3",
"shopsystem": "Magento Community Edition",
"tested": "2.3.0",
"compatibility": "2.1.4",
"changelog": [
"Add terms and conditions agreement check"
]
},
{
"release": "1.4.2",
"shopsystem": "Magento Community Edition",
"tested": "2.3.0",
"compatibility": "2.1.4",
"changelog": [
"Improve payment method mapping"
]
},
{
"release": "1.4.1",
"shopsystem": "Magento Community Edition",
"tested": "2.3.0",
"compatibility": "2.1.4",
"changelog": [
"Add fr-FR language support",
"Handle bundled products",
"Improve Credit Card checkout process",
"Adapt redirect URL parameters"
]
},
{
"release": "1.4.0",
"shopsystem": "Magento Community Edition",
"tested": "2.2.6",
"compatibility": "2.1.4",
"changelog": [
"Add Pay by Bank app"
]
},
{
"release": "1.3.13",
"shopsystem": "Magento Community Edition",
"tested": "2.2.6",
"compatibility": "2.1.4",
"changelog": [
"Use credit card owner as account holder"
]
},
{
"release": "1.3.12",
"shopsystem": "Magento Community Edition",
"tested": "2.2.6",
"compatibility": "2.1.4",
"changelog": [
"Update dependencies"
]
},
{
"release": "1.3.11",
"shopsystem": "Magento Community Edition",
"tested": "2.2.6",
"compatibility": "2.1.4",
"changelog": [
"Update handling of default currency in credit card",
"Update dependencies"
]
},
{
"release": "1.3.10",
"shopsystem": "Magento Community Edition",
"tested": "2.2.6",
"compatibility": "2.1.4",
"changelog": [
"Compatibility update for Magento 2.2.6 and Magento 2.1.15"
]
},
{
"release": "1.3.9",
"shopsystem": "Magento Community Edition",
"tested": "2.2.5",
"compatibility": "2.1.4",
"changelog": [
"Update paymentSDK-php dependency"
]
},
{
"release": "1.3.8",
"shopsystem": "Magento Community Edition",
"tested": "2.2.5",
"compatibility": "2.1.4",
"changelog": [
"Flatten expiration date in the additional info so that it isn't in an array as magento typeProcessor expect the values to be non arrays"
]
}
]