Skip to content

Releases: LucGosso/Gosso.EPiServerAddOn.QuickNavExtension

Featured Rolebased Menu Items

07 Feb 16:36
Compare
Choose a tag to compare

Bugfixes CMS 11

04 Feb 10:49
4ba08bd
Compare
Choose a tag to compare

Dont show contenttype if not cms page + updated url to Imagevault

Version CMS 11 - 2.0

23 Nov 12:48
Compare
Choose a tag to compare

.net 4.6.1
Episerver CMS 11
MVC and Webform

Use version 1.3 for CMS 9 and 10

Version 1.3

12 Oct 08:19
Compare
Choose a tag to compare

Issue #2 solving showing Admin and ContentType even if you don't have the rights

Version 1.2

24 Aug 07:16
Compare
Choose a tag to compare

NEW: If you have defined an Edit SiteDefinition, it will use that one instead of primary address.

Version 1

08 Feb 08:15
Compare
Choose a tag to compare

.net 4.5 webforms and MVC

Compiled with CMS 9.0 as best practice, tested with 10.0.1

Initial Release version 1.0

07 Feb 14:13
Compare
Choose a tag to compare

.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>