-
Notifications
You must be signed in to change notification settings - Fork 6
/
releases.json
62 lines (62 loc) · 2.17 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
[
{
"version": "1.0.6",
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/craft-2.zip",
"date": "2018-03-08T17:03:00+00:00",
"notes": [
"[Added] Added 'All' to TotalRevenueOrdersWidget",
"[Improved] Moved Craft 2 version to seperate branch (Craft 3 version coming soon...)"
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip",
"date": "2017-02-09T17:03:00+00:00",
"notes": [
"[Fixed] Incorrect limit on Cart Abadonment widget (Thanks terryupton! [Again!])",
"[Improved] Removed left over debugging in JS",
"[Improved] Changed colour of Cart Abanadoment widget chart"
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip",
"date": "2017-02-09T17:03:00+00:00",
"notes": [
"[Fixed] Incorrect year on Total Revenue widget (Thanks terryupton!)"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip",
"date": "2016-09-19T17:03:00+00:00",
"notes": [
"[Added] Top Customers widget"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip",
"date": "2016-09-19T11:57:00+00:00",
"notes": [
"[Improved] Cart Abanadonment widget graph now has a 'No Results' state"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip",
"date": "2016-09-19T11:42:00+00:00",
"notes": [
"[Fixed] Fixed Cart Abandonment widget numbers",
"[Improved] Cart Abandonment widget colours. Now easier to see which value is completed"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip",
"date": "2016-09-02T19:42:00+00:00",
"notes": [
"[Added] Initial release"
]
}
]