forked from nystudio107/minify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
65 lines (65 loc) · 2.21 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
[
{
"version": "1.1.1",
"downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
"date": "2016-08-04T11:00:00-05:00",
"notes": [
"[Improved] Removing dev requirement from composer.json",
"[Improved] Updated the README.md"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
"date": "2016-03-12T11:00:00-05:00",
"notes": [
"[Added] The default minify tag now minifies all the things (html, css, js)",
"[Added] Added Composer support",
"[Improved] Updated the README.md"
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
"date": "2015-12-28T11:00:00-05:00",
"notes": [
"[Fixed] Fixed the releases.json feed URL",
"[Improved] Changed the Minify config settings from environmentalVariables to craft.config settings",
"[Improved] Updated the README.md"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
"date": "2015-11-23T11:00:00-05:00",
"notes": [
"[Added] Added support for Craft 2.5 new plugin features",
"[Improved] Updated the README.md"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
"date": "2015-11-22T12:00:00-05:00",
"notes": [
"[Added] Added `environmentVariables` to let you control Minify's behavior"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
"date": "2015-11-22T11:00:00-05:00",
"notes": [
"[Fixed] Fixed an issue with the minify submodule not being included in the git repo",
"[Improved] Updated the README.md"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
"date": "2015-11-21T11:00:00-05:00",
"notes": [
"[Added] Initial release"
]
}
]