-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathreleases.json
50 lines (50 loc) · 1.76 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.0.5",
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/1.0.5.zip",
"date": "2016-12-15T21:46:04.096Z",
"notes": [
"Improved functionality with cache duration and hook-before craft"
]
},
{
"version": "1.0.4.1",
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/1.0.4.1.zip",
"date": "2016-03-08T17:06:04.096Z",
"notes": [
"Improved functionality with cache duration and hook-before craft"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/1.0.3.zip",
"date": "2016-03-04T12:06:04.096Z",
"notes": [
"Fixed case-sensitivity bug in HtmlcachePlugin.php and Htmlcache_HtmlcacheService.php, causing an (in)visible error that did not enable the plugin"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/1.0.2.zip",
"date": "2016-03-03T22:19:04.096Z",
"notes": [
"Fixed case-sensitivity bug in HTMLCachePlugin.php, causing an invisible error that did not enable the plugin"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/1.0.1.zip",
"date": "2016-02-17T12:29:04.096Z",
"notes": [
"Moved functionality to services, default cache expires after one hour, disabled for DEV-mode, only caches non-cp GET requests"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/master.zip",
"date": "2016-02-17T12:29:04.096Z",
"notes": [
"[Added] Initial release"
]
}
]