Releases: jonom/silverstripe-betternavigator
Releases · jonom/silverstripe-betternavigator
6.1.0
v6: SS5 support
See the ReadMe for namespace changes that may affect your project
6.0.0-beta1
Move templates into JonoM namespaces
5.4.1
5.4.0
5.3.1: Fix Edit link not defined if no CMS access (#57)
In the situation that a user has draft site access but no CMS access they received a '$editLink not defined error'. This corrects that by defining it as false.
5.3.0: Allow overriding Edit in CMS link
Adds ability to override "Edit in CMS" link (#55) Adds ability to override the "Edit in CMS" link, e.g. to make it jump to editing a DataObject, instead of the page.
5.2.0
5.1.0: Added i18n
Added i18n support (#48)
5.0.2: Fix conditional rendering
Ensure scripts and css are only loaded with navigator markup is present, and support HTTPResponse as input. Fixes #46