-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathreleases.json
More file actions
37 lines (37 loc) · 1.23 KB
/
releases.json
File metadata and controls
37 lines (37 loc) · 1.23 KB
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
[
{
"version": "1.8.0",
"downloadUrl": "https://github.com/am-impact/amnav/archive/master.zip",
"date": "2017-05-05T10:00:00+01:00",
"notes": [
"[Added] Get active elements from URL with getBreadcrumbsRaw.",
"[Added] Custom crumbs to the breadcrumbs function with customNodes parameter.",
"[Improved] Breadcrumbs should now support any element with an URL.",
"[Fixed] Fixed always active asset URLs."
]
},
{
"version": "1.7.4",
"downloadUrl": "https://github.com/am-impact/amnav/archive/master.zip",
"date": "2016-04-19T10:00:00+01:00",
"notes": [
"[Added] Added schema version."
]
},
{
"version": "1.7.3",
"downloadUrl": "https://github.com/am-impact/amnav/archive/master.zip",
"date": "2016-04-18T10:00:00+01:00",
"notes": [
"[Added] Added plugin icons."
]
},
{
"version": "1.7.2",
"downloadUrl": "https://github.com/am-impact/amnav/archive/master.zip",
"date": "2016-04-15T12:00:00+01:00",
"notes": [
"[Fixed] Change the way breadcrumbs are read, for more flexibility."
]
}
]