forked from bymayo/craft-points
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
executable file
·36 lines (36 loc) · 1.16 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
[
{
"version": "1.0.3",
"downloadUrl": "https://github.com/bymayo/points/archive/master.zip",
"date": "2016-07-12T10:00:00-08:00",
"notes": [
"[Added] Event By Handle and Entries By User"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/bymayo/points/archive/master.zip",
"date": "2016-07-12T10:00:00-08:00",
"notes": [
"[Added] .totalEntries option",
"[Improved] Renamed .totalEntries to .sumEntries",
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/bymayo/points/archive/master.zip",
"date": "2016-07-11T10:00:00-08:00",
"notes": [
"[Added] Create events on the fly with the 'addEvent' twig tag",
"[Improved] Changed .add, .remove and .total to .addEntry, .removeEntry and .totalEntries to distinguish agains events",
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/bymayo/points/archive/master.zip",
"date": "2016-06-24T10:00:00-08:00",
"notes": [
"[Added] Initial Release"
]
}
]