Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
23.98 KB
MD5: 43518585c926613635cf7b39a2ac9c9b
SHA-1: af65bf64d761bf4f4b2788b3e021a0e9a102c5cb
SHA-256: ec277d7c25d1215f2975b29dcf873152470fc3ac3be320c9c9a8e7b3bad7d06b
Download zip
28.42 KB
MD5: e5d20af79d180f46b4f2644fb62e697f
SHA-1: fc7ecb29a5a87ef2bf829110609c0e4cfd9c9d5d
SHA-256: 800e72ae9ced3eb15bca8e82c922a1fef54eb5c3aa0734b7e61ad9c8e3a20f8b
Release notes
Main improvements:
- Lots of bug fixes.
- Re-engineered how the module decides what menus to check; there is an update script that will hopefully be enough for all sites, but it is strongly recommended to go to the Edit Menu page for all menus and enable/disable Menu_MiniPanels for each as desired.
Full release notes:
- #1370840 by DuaelFr: Stop searching for the JS file at the first matching path.
- #1491396 by DamienMcKenna: Collision between admin and non-admin JS.
- #1491502 by DamienMcKenna: Mention the Drush command in hook_requirements.
- #1491490 by DamienMcKenna: Changed to use hook_form_FORM_ID_alter().
- #1491514 by DamienMcKenna: Show minipanel name in menu edit form if the title is blank.
- #1199790 by DamienMcKenna: Rewrote how the menus were identified, allowing all menus to be used and not just the primary & secondary links.
- #1491398 by DamienMcKenna: Improved default settings so the popup looks more like a popup menu rather than a tooltip.
- #1496980 by DamienMcKenna: Slight cleanup.
- #1199790 by DamienMcKenna: Follow-up to avoid enabling any shortcut sets that may exist.
- #1441214 by DamienMcKenna: Added a note to README.txt about menu link titles not working as tooltips due to how qTip works.
- #1425046 by DamienMcKenna, jwilson3: Hover class could get stuck in certain scenarios.
- #1233488 by DamienMcKenna, raiatea: z-index doesn't get set in certain circumstances.