Changelog
3.0.22 2026-05-14
Fixed
- Fix entry save crash when nav is disabled for site by skipping unsupported node sync and validating nav site
enabled in Node::beforeSave.
3.0.21 2026-05-10
Fixed
- Fix an issue with custom URLs and whitespace characters.
3.0.20 2026-04-16
Fixed
- Fix a MySQL collation/charset error.
3.0.19 2026-04-11
Fixed
- Fix MySQL join by casting siteId to slug type with dynamic collation to preserve index usage and avoid collation errors.
3.0.18 2026-03-15
Fixed
- Fix node titles for element-based nodes using the “UI Label” value.
3.0.17 2026-02-07
Added
- Add “Show Site Menu” setting for nav’s to prevent the site menu from showing when selecting an element for a node.
3.0.16 2026-01-23
Fixed
- Fix parent selector showing on element slide-out for nodes when max levels was set to 1.
- Fix an error with max level validation and prepending to a level.
- Fix an error that displayed all sites when user only had access to a couple.
3.0.15 2025-11-08
Fixed
- Fix an error determining node parents for max nodes limits.
3.0.14 2025-11-06
Fixed
- Fix an error when moving nodes with a limit to other levels, when there are multiple nodes.
3.0.13 2025-09-16
Changed
- Update migration-mode check.
3.0.12 2025-09-02
Added
- Add support for long URLs for nodes.
Fixed
- Fix an issue when enforcing max level nodes.
3.0.11 2025-08-13
Fixed
- Fix field layout fields for nodes, when editing a navigation.
3.0.10 2025-07-18
Changed
- Update English translations.
3.0.9 2025-07-10
Fixed
- Fix an error for Craft 5.8+ and custom entry source headings.
3.0.8 2025-05-01
Fixed
- Fix an error when importing nodes using FeedMe. (thanks @yakmoose).
3.0.7 2025-05-01
Changed
- Update GraphQL resolvers to use
ElementCollection correctly.
Fixed
- Fix an error when merging node class attributes when set from various locations, using
craft.navigation.render().
- Fix some visual issues in Craft 5.6+.
3.0.6 2025-02-05
Fixed
- Fix navigation settings not adhering to project config changes for fields.
- Fix a button alignment issue on Craft 5.5+.
3.0.5 2024-10-20
Added
- Added Dutch translations. (thanks @jeroenlammerts).
Fixed
- Fix nodes not respecting the enabled sites for the navigation for multi-site installs.
- Fix an alignment issue when re-ordering nodes.
3.0.4 2024-09-07
Changed
- Improve validation message when maximum nodes per level is set (for Craft 4.11+ and 5.3+).
3.0.3 2024-07-21
Fixed
- Fix an error when moving nodes between levels with level-limits set.
- Fix an error when adding multiple nodes when scrolled out of bounds.
3.0.2 2024-07-10
Fixed
- Fix an error when editing nodes with specific multi-site permissions set.
- Fix node conditions not being available for node fields.
- Fix an error when a node’s linked element has been deleted.
3.0.1 2024-06-16
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.
3.0.0 2024-05-18
Changed
- Now requires PHP
8.2.0+.
- Now requires Craft
5.0.0+.
- Update site menu to use breadcrumb.