Releases: verbb/navigation
Releases · verbb/navigation
3.0.1
Changed
- Update non-English translations.
- Update English translations.
- Element-based nodes now have their status synced to the linked-to element.
Fixed
- Fix case sensitivity checks for active state of nodes.
- Fix node-update checks for element nodes checking against drafts.
- Fix Craft Team support.
2.0.28
Changed
- Update non-English translations.
- Update English translations.
- Element-based nodes now have their status synced to the linked-to element.
Fixed
- Fix case sensitivity checks for active state of nodes.
- Fix node-update checks for element nodes checking against drafts.
3.0.0
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
. - Update site menu to use breadcrumb.
3.0.0-beta.3
Merge remote-tracking branch 'origin/craft-4' into craft-5 # Conflicts: # CHANGELOG.md # composer.json # src/elements/Node.php
2.0.27
Fixed
- Fix an issue with Node elements not being correctly displayed in element indexes, outside of navigation-editing contexts.
3.0.0-beta.2
Changed
- Update site menu to use breadcrumb.
Fixed
- Fix element action buttons not appearing when editing a node.
- Fix lack of icons and edit button on node when editing navigation.
- Fix toolbar when editing nodes.
3.0.0-beta.1
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0-beta.1+
.
2.0.26
Fixed
- Fix order of operations when uninstalling the plugin.
2.0.25
Added
- Add support for active node state when using non-query string pagination.
Fixed
- Fix icon alignment for nodes when new window or title override is set.
2.0.24
Fixed
- Fix not being able to manage navigations with
bypassProjectConfig
enabled. - Fix the “Edit” button on nodes not appearing after saving a node.