Releases: verbb/cp-nav
Releases · verbb/cp-nav
2.0.3
Fixed
- Fix for siteUrl config settings throwing an error when more than one site is defined
- Update Craft CMS requirements
2.0.2
- Fixed issue when using arrays in configuration files. Thanks to @juresrpcic via #30.
- Fixed issue with volumes sources when adding a custom icon.
2.0.1
- Updated for Craft 3 RC1.
2.0.0
- Craft 3 initial release.
1.7.8
- [Added] Verbb marketing (new plugin icon, readme, etc).
- [Improved] Don’t store handle as an
AttributeType::Handle
. - [Improved] Better error-handling when adding/saving nav item.
1.7.7
[Added] Support for Craft 2.6.2951.
[Improved] Now restores original nav if errors are thrown during the nav generation process (PHP7+ only).
[Improved] Enforce only image selection for custom icon.
[Improved] Allow custom icons to override default Craft/Plugin icons.
[Fixed] Fixed selected custom icon not populating asset element select field.
[Fixed] Check if a custom icon asset exists before trying to apply it to the nav.
1.7.6
- [Fixed] Fixed issue where Permissions option for layouts was required when saving/editing.
- [Fixed] Fixed minor UI issues with HUD when editing nav and layout items.
1.7.5
- Added support for translations with menu labels.
- Added ability to upload and set custom icons for menu items
1.7.4
- Fixed issue with
{siteUrl}
being an array not a string. Thanks to @slelorrain.
1.7.3
- [Added] Added
{siteUrl}
twig tag when creating nav items.