menu_node 7.x-1.2

Bug fixes

Fixes synchronization issues when updating or deleting a menu link.

menu_node 6.x-1.5

Bug fixes

Corrects a database update condition where a single mlid was mapped to multiple nids.

Requires running the database update sequence.

menu_node 7.x-1.0

Full Drupal 7 release, with updates to core APIs and functions, plus a full test suite.

Note that right now, we workaround core issue #1012768: Fire hook_menu_link_delete() before removing the data row.

menu_node 6.x-1.4

Bug fixes

Bugs fixed

-- #783442: Duplicate mlids should not be possible by mgriego, derjochenmeyer. Make mlid the primary key.
-- #882326: Delete hook does not pass all information. Fixes problem with delete hook passing partial node object.

menu_node 6.x-1.3

Bug fixes

Corrects an issue where reverting revisions delete entries from {menu_node}. Tip of the hat to roboneale.

#568246: Reverting revision removes section assignment

menu_node 6.x-1.2

Bug fixes

Bugfix release. This cleans up a problem with menu entries when book module is enabled. After installing the updated module, you should run the Drupal upgrade script.

menu_node 6.x-1.1

Bug fixes

This release corrects a logic error that fired the deletion hook too often -- #473284: Deletion bug. There are no new features.

Thanks to bae22 for the testing!

Subscribe with RSS Subscribe to Releases for Menu Node API