forked from cesarams/prestashop-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SHOPVERSIONS
150 lines (144 loc) · 3.68 KB
/
SHOPVERSIONS
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
[
{
"release": "2.4.0",
"shopsystem": "PrestaShop",
"tested": "1.7.6.1",
"compatibility": "1.7.2.4",
"changelog": [
"Implement new and improved credit card workflow for one-click checkout",
"Prevent orders from displaying duplicate payments",
"Add transaction IDs to failed orders"
]
},
{
"release": "2.3.0",
"shopsystem": "PrestaShop",
"tested": "1.7.6.0",
"compatibility": "1.7.2.4",
"changelog": [
"Improve wording for one-click checkout.",
"Fix test button not working in non-English languages",
"Fix failed credit card payments behaving unexpectedly",
"Fix SEPA Direct Debit payments trying to render non-existent template"
]
},
{
"release": "2.2.1",
"shopsystem": "PrestaShop",
"tested": "1.7.6.0",
"compatibility": "1.7.2.4",
"changelog": [
"Remove static order number"
]
},
{
"release": "2.2.0",
"shopsystem": "PrestaShop",
"tested": "1.7.6.0",
"compatibility": "1.7.2.4",
"changelog": [
"Implement Credit Card 3D Secure 2 parameters"
]
},
{
"release": "2.1.0",
"shopsystem": "PrestaShop",
"tested": "1.7.6.0",
"compatibility": "1.7.2.4",
"changelog": [
"Refactor the payment processing",
"Refactor the configuration loading",
"Ensure compatibility with PrestaShop 1.7.6.0",
"Improve design of checkout",
"Use new payment logos"
]
},
{
"release": "2.0.1",
"shopsystem": "PrestaShop",
"tested": "1.7.5.2",
"compatibility": "1.7.2.4",
"changelog": [
"Load paymentPage script unconditionally"
]
},
{
"release": "2.0.0",
"shopsystem": "PrestaShop",
"tested": "1.7.5.2",
"compatibility": "1.7.2.4",
"changelog": [
"Implement WPP v2 Credit Card UI",
"Add WPP v2 language support",
"Remove Unionpay International",
"Add identifying header information"
]
},
{
"release": "1.3.5",
"shopsystem": "PrestaShop",
"tested": "1.7.5.2",
"compatibility": "1.7.2.4",
"changelog": [
"Update one-click checkout",
"Compatibility update"
]
},
{
"release": "1.3.4",
"shopsystem": "PrestaShop",
"tested": "1.7.4.3",
"compatibility": "1.7.2.4",
"changelog": [
"Add phraseapp integration for translation updates",
"Add default language fallback en",
"Update SEPA mandate view",
"Add Guaranteed Invoice consent agreement check",
"Improve Credit Card user data processing",
"Improve notification handling for Payment on Invoice / Payment in Advance",
"Add french language package"
]
},
{
"release": "1.3.3",
"shopsystem": "PrestaShop",
"tested": "1.7.4.3",
"compatibility": "1.7.2.4",
"changelog": [
"Add seamless renderform language support",
"Add automatic release scripts",
"Update code quality tools"
]
},
{
"release": "1.3.2",
"shopsystem": "PrestaShop",
"tested": "1.7.4.3",
"compatibility": "1.7.2.4",
"changelog": [
"Update English language strings",
"Update handling of credit card expiration dates"
]
},
{
"release": "1.3.1",
"shopsystem": "PrestaShop",
"tested": "1.7.4.2",
"compatibility": "1.7.2.4",
"changelog": [
"Update paymentSDK version",
"Split SEPA into SEPA Direct Debit and SEPA Credit Transfer payment methods",
"Add state variable to PayPal",
"Implemented compatibility with PrestaShop 1.7.4.2"
]
},
{
"release": "1.2.5",
"shopsystem": "PrestaShop",
"tested": "1.7.3.4",
"compatibility": "1.7.2.4",
"changelog": [
"Update of plugin order identification"
]
}
]