-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
66 lines (66 loc) · 2.07 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
[
{
"version": "1.0.0",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2017-06-13T09:00:00.000000",
"notes": [
"[Added] First version. May need a little tidy up."
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2017-06-13T09:02:00.000000",
"notes": [
"[Fixed] Forgot to rename plugin extension name"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2017-06-13T09:40:00.000000",
"notes": [
"[Fixed] This fixes an issue that would occur if pages had no query string. This shouldn’t have made it into production in the first place!"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2017-06-13T10:40:00.000000",
"notes": [
"[Improved] Query Strings now has an icon!"
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2017-09-14T09:00:00.000000",
"notes": [
"[Fixed] Fixed a missing query value check that would cause the site to throw an error if no value was supplied but a key was found."
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2017-10-17T09:00:00.000000",
"notes": [
"[Improved] Updated developer details, and added a banner."
]
},
{
"version": "1.0.6",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2018-02-09T09:00:00.000000",
"notes": [
"[Added] Added release information and documentation url."
]
},
{
"version": "1.0.7",
"downloadUrl": "https://github.com/mrnebbi/craft-query-strings/archive/master.zip",
"date": "2018-02-09T09:10:00.000000",
"notes": [
"[Improved] Just a test release to check the updater"
]
}
]