Skip to content

Releases: verbb/navigation

1.4.26

23 Apr 00:58
Compare
Choose a tag to compare

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

06 Apr 05:04
Compare
Choose a tag to compare

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

24 Mar 05:01
Compare
Choose a tag to compare

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

09 Mar 21:28
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.

1.4.24

22 Jan 05:19
Compare
Choose a tag to compare

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

30 Dec 23:56
Compare
Choose a tag to compare

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

29 Oct 21:18
Compare
Choose a tag to compare

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

25 Aug 10:23
Compare
Choose a tag to compare

Fixed

  • Improve displayName twig function.
  • Fix an error when saving a linked element, when the node was deleted.

1.4.20

19 Jul 04:56
Compare
Choose a tag to compare
  • 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

10 Jul 05:44
Compare
Choose a tag to compare

Fixed

  • Fix an error when saving settings for the first time. (thanks @boboldehampsink).