-
Notifications
You must be signed in to change notification settings - Fork 6
/
SHOPVERSIONS
63 lines (59 loc) · 1.55 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
[
{
"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"
]
}
]