-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.json
43 lines (43 loc) · 1.34 KB
/
changelog.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
[
{
"version": "1.2.2",
"downloadUrl": "https://github.com/focuslabllc/craftcms-cachebuster/archive/1.2.2.zip",
"date": "2016-11-16T12:00:00-05:00",
"notes": [
"[Added] Added new error logging for the query string cache busting method."
]
},
{
"version": "1.2.1",
"downloadUrl": "https://github.com/focuslabllc/craftcms-cachebuster/archive/1.2.1.zip",
"date": "2016-09-27T12:00:00-05:00",
"notes": [
"[Added] Added the ability to prefix an asset string globally or individually."
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/focuslabllc/craftcms-cachebuster/archive/1.1.1.zip",
"date": "2016-09-06T12:00:00-05:00",
"notes": [
"[Added] Added some smarter logic around handling asset manifest keys."
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/focuslabllc/craftcms-cachebuster/archive/1.1.0.zip",
"date": "2016-09-05T12:00:00-05:00",
"notes": [
"[Added] Added support for flat file manifests for those revving files. No query string needed with this approach.",
"[Added] Added support for using a consistent query string for all cache busting (like a git commit hash/substring)."
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/focuslabllc/craftcms-cachebuster/archive/1.0.0.zip",
"date": "2016-09-03T12:00:00-05:00",
"notes": [
"Initial Release"
]
}
]