forked from BogdanBlindea/woocommerce-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSHOPVERSIONS
35 lines (35 loc) · 895 Bytes
/
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
[
{
"release": "1.3.1",
"shopsystem": "WooCommerce",
"tested": "3.5.0",
"compatibility": "3.3.4",
"changelog": [
"Remove stock reduction for follow-up operations"
]
},
{
"release": "1.3.0",
"shopsystem": "WooCommerce",
"tested": "3.5.0",
"compatibility": "3.3.4",
"changelog": [
"Update translation slugs",
"Use existing locale for creditcard formrenderer",
"Add WooCommerce Germanized compatibility",
"Implement stock reduction for responses and notifications"
]
},
{
"release": "1.2.0",
"shopsystem": "WooCommerce",
"tested": "3.4.5",
"compatibility": "3.3.4",
"changelog": [
"Update paymentSDK",
"Update response handling for awaiting transactions",
"SEPA split into SEPA Direct Debit and SEPA Credit Transfer",
"Add state variable to transactions"
]
}
]