Releases: verbb/cp-nav
Releases · verbb/cp-nav
3.0.4
Fixed
- Fix migration errors from Craft 2 > Craft 3.
3.0.3
Changed
- Update icons and sort alphabetically by label. (thanks @dennisfrank).
Fixed
- Fix situations where saving a node throws an error because its layout doesn’t exist.
3.0.2
Fixed
- Fix error in
NavigationEvent
.
3.0.1
Fixed
- Fix error on brand-new installs, where the default layout wasn’t being created.
3.0.0
Added
- Add better support for user permissions. Previously, even if a user didn't have access to a navigation item, it'd still be shown. Now respects Craft's native user permissions.
- Nav URLs can now contains aliases.
- Add navigation types, for better flexibility going forward.
- Add new divider navigation type, handy for separating items in the menu.
- You can now select an icon from Craft's built-in icons.
- Add Project Config support.
Changed
- Full refactor from ground-up, focusing on performance, cleanup and best-practices.
- Minimised overhead for CP requests, by removing changed navigation checks.
- Modified navigation items are only checked when enabling/installing or disabling/uninstalling plugins.
- Nav URL is now optional, and also acts like a heading.
- Nav regeneration has been changed to nav resetting. This will completely reset your layout back to stock Craft.
Fixed
- Fix empty navigation handle issue. (thanks @fthues).
- Layout user group IDs now correctly use their UIDs.
- Fix error for non-local volumes when using a custom icon.
2.0.9
Added
- Added better visual notification when editing a nav.
Fixed
- Fix custom icons not resolving with aliases.
- Fix errors when installing via console.
- Fix redirection issue for settings.
2.0.8
Added
- Add nav regenerate settings
Fixed
- Fix default icons not appearing (showing as placeholders)
- Fix missing template translations
2.0.7
Fixed
- Fix Craft native menu item icons
2.0.6
Fixed
- Fix hardcoded plugin icons
2.0.5
Fixed
- Fix for count() error in PHP 7.2+
- Badge support
- Fix incorrect column default values for plugin
- Fix subnav items not working correctly for some plugins