-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreleases.json
88 lines (88 loc) · 3.3 KB
/
releases.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[
{
"version": "0.2.1",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.2.1.zip",
"date": "2017-10-18T00:00:00+10:00",
"notes": [
"[Added] Verbb marketing (new plugin icon, readme, etc).",
"[Added] Added coupon support to actionUpdateCart method.",
"[Improved] `actionUpdateCart` - check for found lineItem before adjusting qty. Can produce `Creating default object from empty value` error.",
"[Improved] Update for latest Commerce which deprecates CommerceDbHelper.",
"[Improved] Update Cart Action - allow options to be updated."
]
},
{
"version": "0.1.9",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.9.zip",
"date": "2016-10-21T11:17:28+10:00",
"notes": [
"[Added] Twig tags for adding item(s) to cart, removing a line item, and clearing the cart",
]
},
{
"version": "0.1.8",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.8.zip",
"date": "2016-08-24T11:17:28+10:00",
"notes": [
"[Fixed] Better logging support",
]
},
{
"version": "0.1.7",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.7.zip",
"date": "2016-08-24T11:17:28+10:00",
"notes": [
"[Fixed] Added more logging/rollback of transactions if various errors occur - help with possible rare race condition?",
"[Added] Debugging swtich now controls log of all log messages, debug POST offers previous debugging behaviour"
]
},
{
"version": "0.1.6",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.6.zip",
"date": "2016-08-16T11:17:28+10:00",
"notes": [
"[Added] updateCart endpoint to update multiple line items in one go, e.g. via na Update Cart button",
"[Fixed] fix for missing descriptions variable in plugin settings"
]
},
{
"version": "0.1.5",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.5.zip",
"date": "2016-04-27T11:17:28+10:00",
"notes": [
"[Fixed] Fix releases.json so no errors in Craft Logs"
]
},
{
"version": "0.1.4",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.4.zip",
"date": "2016-04-27T11:17:28+10:00",
"notes": [
"[Fixed] Fix for error reporting"
]
},
{
"version": "0.1.3",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.3.zip",
"date": "2016-04-27T11:17:28+10:00",
"notes": [
"[Fixed] Updates for addToCart changes in Commerce 1.1.1207"
]
},
{
"version": "0.1.0",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.0.zip",
"date": "2016-04-27T11:17:28+10:00",
"notes": [
"[Improved] Error Handling"
]
},
{
"version": "0.0.9",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.0.9.zip",
"date": "2016-04-26T11:17:28+10:00",
"notes": [
"[Added] Add releases.json for updates"
]
}
]