-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
releases.json
47 lines (47 loc) · 1.57 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
[
{
"version": "1.0.4",
"downloadUrl": "https://github.com/khalwat/cookies/archive/master.zip",
"date": "2016-04-06T11:00:00-05:00",
"notes": [
"[Fixed] Saner default values for cookies",
"[Improved] Updated the README.md"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/khalwat/cookies/archive/master.zip",
"date": "2016-03-08T11:00:00-05:00",
"notes": [
"[Fixed] We now set the expiration date to the past if we're deleting a cookie, to force browsers to remove it",
"[Improved] Updated the README.md"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/khalwat/cookies/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.1",
"downloadUrl": "https://github.com/khalwat/cookies/archive/master.zip",
"date": "2015-04-25T11:00:00-05:00",
"notes": [
"[Added] Added Twig filters and functions for setting/getting cookies",
"[Added] Moved the core functionality to services",
"[Improved] Updated the documentation"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/khalwat/cookies/archive/master.zip",
"date": "2015-04-24T11:00:00-05:00",
"notes": [
"[Added] Initial release"
]
}
]