Releases: LucGosso/Gosso.EPiServerAddOn.QuickNavExtension
Releases · LucGosso/Gosso.EPiServerAddOn.QuickNavExtension
Featured Rolebased Menu Items
Bugfixes CMS 11
Dont show contenttype if not cms page + updated url to Imagevault
Version CMS 11 - 2.0
.net 4.6.1
Episerver CMS 11
MVC and Webform
Use version 1.3 for CMS 9 and 10
Version 1.3
Issue #2 solving showing Admin and ContentType even if you don't have the rights
Version 1.2
NEW: If you have defined an Edit SiteDefinition, it will use that one instead of primary address.
Version 1
Initial Release version 1.0
.net 4.5 webforms and MVC
Compiled with CMS 9.6.1, tested with 10.0.1
If you have lower version add assemblyBindings:
<dependentAssembly>
<assemblyIdentity name="EPiServer" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.6.1.0" newVersion="your version" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="EPiServer.Framework" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.6.1.0" newVersion="your version" />
</dependentAssembly>