2.x is the unified release that supports Drupal 8 and 9.
The big changes in 2.x compared to 1.x:
- If a user fills in the description field (which fills in the title attribute on the link) in the menu item form, this will be applied to the new parent menu item.
- Added hook to be able to alter the created menu item.
- Added in tests. Initial test is checking basic functionality.
Fixed a small bug: when giving a real path to a previously empty item, the item used to keep being displayed linkless in "menu-customize" page.
Added French translation and POT file.
Please contribute translations in your own language.
Fixes & New features when editing menu items:
- Keeps track of menu items' "hidden" fields' unaltered states.
- items without any accessible child are no longer marked as (disabled).
- Instead, links on items without any accessible child are removed.
- Added description under link path field
Fix: handles hidden items correctly
Fix: handles localized items correctly
Fix: recursively navigates through tree correctly
New feature: #515774 Added an index on the plid column of the menu_links table