forked from simplygoodwork/craft-donkeytail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
59 lines (59 loc) · 1.77 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
[
{
"version": "1.0.5",
"downloadUrl": "https://github.com/simplygoodwork/donkeytail-plugin/archive/master.zip",
"date": "2018-01-23T10:47:37+00:00",
"notes": [
"[Fixed] Fixed unrevved plugin semver."
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/simplygoodwork/donkeytail-plugin/archive/master.zip",
"date": "2018-01-15T10:47:37+00:00",
"notes": [
"[Fixed] Fixed undefined values for siblings."
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/simplygoodwork/donkeytail-plugin/archive/master.zip",
"date": "2016-09-30T10:00:00-00:00",
"notes": [
"[Fixed] Fixed releases feed."
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/simplygoodwork/donkeytail-plugin/archive/master.zip",
"date": "2016-09-22T10:00:00-00:00",
"notes": [
"[Added] Added JsonHelper.",
"[Fixed] Fixed JS binding and made dot absolute at all times.",
"[Fixed] Fixed responsive positioning bug.",
"[Fixed] Fixed click binding when using the field in Assets and Users.",
"[Fixed] Fixed the way defaults are set."
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/simplygoodwork/donkeytail-plugin/archive/master.zip",
"date": "2016-06-29T10:00:00-00:00",
"notes": [
"[Added] Added readme intro to match marketing page.",
"[Fixed] Fixed US spelling.",
"[Fixed] Fixed description for Craft plugins page.",
"[Fixed] Fixed Correct URLs for docs/releases etc.",
"[Improved] Removes potentially upcoming feature reveal.",
"[Improved] Improved tag ordering to make more sense."
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/simplygoodwork/donkeytail-plugin/archive/master.zip",
"date": "2016-06-29T10:00:00-00:00",
"notes": [
"[Added] Initial release."
]
}
]