Releases: verbb/navigation
Releases · verbb/navigation
1.4.26
Fixed
- Fix fetching element sources when rendering nodes (causing of many things, user temporary upload folders to be created) and improve performance.
- Fix SQL query error when trying to restore trashed nodes for a nav.
1.4.25
Added
- Add more error handling to navigation migrations.
- Add
resave/navigation-nodes
CLI command to resave nodes in bulk.
Changed
- Improve performance of
node->url
.
Fixed
- Fix an error with Navee migration and parent nodes.
- Fix
linkAttributes()
not merging in attributes defined in the control panel for the node, with template attributes - Fix an error when migrating navigations from A&M Nav or Navee regarding enabled sites.
2.0.0-beta.2
Changed
- Now requires Navigation
1.4.24
in order to update from Craft 3.
Fixed
- Fix an error with GraphQL.
- Fix an error with incorrect NodeType casting.
- Fix an error if Commerce is is enabled, but doesn’t exist.
2.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
1.4.24
Fixed
- Fix when turning on node propagation, node elements aren't re-saved in each site (for multi-sites).
- Fix an error when turning off node propagation, which would effect all navigation nodes, instead of the navigation being edited.
1.4.23
Fixed
- Fix custom node types not having their class set correctly in the control panel.
- Fix validation errors not appearing when saving a navigation.
1.4.22
Changed
- Now requires Craft 3.6.0+.
Fixed
- Fix Navee migration, where nodes now weren't maintaining their structure. (thanks @iainsaxon).
- Fix GraphQL generator issues in some cases (Gatsby Helper).
- Fix an error with Gatsby Helper plugin.
- Fix when deleting navigations their nodes not being marked as deleted, on a multi-site, without node propagation disabled.
1.4.21
Fixed
- Improve
displayName
twig function. - Fix an error when saving a linked element, when the node was deleted.
1.4.20
- Fix HUD overflow issue for some plugins (Icon Picker).
- Fix an error when propagating elements on multi-sites, where navigation nodes didn’t support the site an element is propagating into.
1.4.19
Fixed
- Fix an error when saving settings for the first time. (thanks @boboldehampsink).