forked from mmikkel/CacheFlag-Craft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
90 lines (90 loc) · 3.62 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
{
"version": "1.1.7",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2017-10-11T14:00:00-08:00",
"notes": [
"[Fixed] *Really* fixes the regression error introduced in CacheFlag 1.1.5",
]
},
{
"version": "1.1.6",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2017-10-10T14:00:00-08:00",
"notes": [
"[Fixed] Fixes a regression error introduced in CacheFlag 1.1.5 – thanks @aelvan!",
]
},
{
"version": "1.1.5",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2017-10-10T14:00:00-08:00",
"notes": [
"[Fixed] Fixes an issue where CacheFlag would potentially create a lot of database queries when a keyed, non-global template cache was made global",
]
},
{
"version": "1.1.4",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2017-06-23T14:00:00-08:00",
"notes": [
"[Fixed] Fixes an issue where clearing individual flags would fail when CSRF was enabled (thanks @aelvan)",
"[Fixed] Fixes an issue w/ Live Preview (thanks @mjatharvest)"
]
},
{
"version": "1.1.3",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2016-05-23T14:00:00-08:00",
"notes": [
"[Added] Added option to clear individual flagged caches from CP section"
]
},
{
"version": "1.1.2",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2016-05-23T10:00:00-08:00",
"notes": [
"[Improved] Caches are now cleared for elements that have their status changed via element indexes"
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2016-05-05T10:00:00-08:00",
"notes": [
"[Fixed] Fixed error where elementType flags was not being saved."
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2016-04-06T10:00:00-08:00",
"notes": [
"[Improved] The CP section now has a single Save button, and uses AJAX",
"[Improved] Empty flags are now deleted from the database",
"[Improved] Flagged caches using deleted flags are now cleared",
"[Fixed] Fixed an issue where Cache Flag would create duplicate caches",
"[Fixed] Fixed an issue where Cache Flag would not save flags where CSRF were enabled",
"[Fixed] Fixed issue #2, where caches would fail to clear due to a typo",
"[Fixed] Fixed issue #3, where Cache Flags CP section would choke on Craft Personal & Client"
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2015-12-11T10:00:00-08:00",
"notes": [
"[Fixed] Fixed an issue where saving a global set wouldnt break flagged caches"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/mmikkel/CacheFlag-Craft/archive/master.zip",
"date": "2015-12-08T10:00:00-08:00",
"notes": [
"[Fixed] Fixed a breaking bug resulting from a typo",
"[Added] Added Craft 2.5 features (schema version, release feed etc)"
]
}
]