forked from mister-bk/craft-mix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
50 lines (50 loc) · 1.52 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
[
{
"version": "1.1.4",
"downloadUrl": "https://github.com/mister-bk/craft-mix/archive/v1.1.4.zip",
"date": "2018-03-14T00:00:00Z",
"notes": [
"[Fixed] Make the manifest file key check more safe"
]
},
{
"version": "1.1.3",
"downloadUrl": "https://github.com/mister-bk/craft-mix/archive/v1.1.3.zip",
"date": "2018-01-17T00:00:00Z",
"notes": [
"[Fixed] Handle empty `publicPath` and `assetPath` settings properly"
]
},
{
"version": "1.1.2",
"downloadUrl": "https://github.com/mister-bk/craft-mix/archive/v1.1.2.zip",
"date": "2017-07-19T09:00:00Z",
"notes": [
"[Fixed] The release feed URL gives now a valid JSON response"
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/mister-bk/craft-mix/archive/v1.1.1.zip",
"date": "2017-06-30T09:45:00Z",
"notes": [
"[Fixed] The version number is now correct"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/mister-bk/craft-mix/archive/v1.1.0.zip",
"date": "2017-06-30T09:30:00Z",
"notes": [
"[Fixed] The file extension detection works now as expected"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/mister-bk/craft-mix/archive/v1.0.0.zip",
"date": "2017-06-30T08:00:00Z",
"notes": [
"[Added] Initial release"
]
}
]