forked from fromtheoutfit/navee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
89 lines (89 loc) · 3.21 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
[
{
"version": "1.1.1",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.1.1.zip",
"date": "2016-09-23T17:00:00-05:00",
"notes": [
"[Fixed] Issue with migration."
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.1.0.zip",
"date": "2016-09-23T10:23:00-05:00",
"notes": [
"[Added] New Regular Expression field allowing you to match dynamic URIs that do not exist in your navigation.",
"[Added] Tabbed layout - moving Attributes, Advanced and all custom field layouts into their own tabs."
]
},
{
"version": "1.0.9",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.9.zip",
"date": "2016-08-16T09:32:00-05:00",
"notes": [
"[Fixed] Issue where using any of the startWith parameters were returning full nav if the node was not included.",
"[Fixed] Issue with deleted assets breaking front-end output."
]
},
{
"version": "1.0.8",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.8.zip",
"date": "2016-08-15T13:46:18-05:00",
"notes": [
"[Fixed] Issue with deleted entries/assets/categories breaking navee."
]
},
{
"version": "1.0.7",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.7.zip",
"date": "2016-08-15T11:15:18-05:00",
"notes": [
"[Fixed] Fixed issue with cmd+s ending in a 404.",
"[Fixed] Issue with getDescendants() not including link."
]
},
{
"version": "1.0.6",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.6.zip",
"date": "2016-06-16T15:14:18-05:00",
"notes": [
"[Added] A rebuild of the nested set to ensure that hasDescendants() does not return a false positive after nodes have been removed.",
"[Fixed] Issue with nodes linked to disabled entries not showing up in the CP.",
"[Fixed] Issue with nodes linked to disabled categories not showing up in the CP."
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.5.zip",
"date": "2016-06-13T15:12:35-05:00",
"notes": [
"[Fixed] Issue with adding a child node from the action dropdown.",
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.4.zip",
"date": "2016-05-31T15:02:00-05:00",
"notes": [
"[Fixed] Issue with class and id parameters not getting added in the craft.navee.nav() approach."
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/v1.0.3.zip",
"date": "2016-05-24T10:02:00-05:00",
"notes": [
"[Added] Link to elements edit page in the CP from the main navigations page.",
"[Added] Link to elements edit page in the CP from the individual node page.",
"[Added] Heads up display editor from navigation landing page now allows user to change node text as well as switch between different link types."
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/fromtheoutfit/navee/archive/master.zip",
"date": "2016-05-18T10:11:00-05:00",
"notes": [
"[Fixed] Issue caused by user groups in Personal version."
]
}
]