forked from aelvan/VarnishPurge-Craft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
38 lines (38 loc) · 1.48 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
[
{
"version": "0.2.2",
"downloadUrl": "https://github.com/aelvan/VarnishPurge-Craft/archive/master.zip",
"date": "2017-01-04T11:55:12+00:00",
"notes": [
"[Added] Purge entry on deletion (by @miralize).",
]
},
{
"version": "0.2.1",
"downloadUrl": "https://github.com/aelvan/VarnishPurge-Craft/archive/master.zip",
"date": "2016-12-31T17:24:00+02:00",
"notes": [
"[Fixed] PHP 5.3 syntax fix (by @miralize).",
"[Fixed] Fixed case where 'Commerce_Product' Element Type does not exist (by @miralize).",
"[Fixed] Fixed incorrect config name in onSaveElement event (by @miralize)."
]
},
{
"version": "0.2.0",
"downloadUrl": "https://github.com/aelvan/VarnishPurge-Craft/archive/master.zip",
"date": "2016-12-20T20:44:00+02:00",
"notes": [
"[Added] Varnish Purge now uses its own config file. Breaks backward compability, make sure you update your config (by @timkelty).",
"[Added] Added varnishPurgeTransformElementUris hook (by @timkelty).",
"[Added] Add Commerce products to related purging, simplify element type conditionals (by @timkelty)."
]
},
{
"version": "0.1.0",
"downloadUrl": "https://github.com/aelvan/VarnishPurge-Craft/archive/master.zip",
"date": "2015-10-17T12:00:00+02:00",
"notes": [
"[Added] Initial release"
]
}
]