Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
29.04 KB
MD5: 8ff032da9099985ef1f12bbc6272478f
SHA-1: e7559b22ceb80f8f46a9191e3c41668530d30ab1
SHA-256: 9e86df28d8eba9d16588bc94c65166279830f392bae27e0bd51470c433a49c32
Download zip
34.67 KB
MD5: 7fcd42210a22b9b12979d17074b7c837
SHA-1: 7a830d7747bf742584d3feec60383f2794f72b94
SHA-256: 6b77511b9bf75250138207deb31fcf5628622764c9a69a6b3a4b3487becfc525
Release notes
After much work and a lot of input from a great many contributors, I'm proud to present the first stable release of Menu MiniPanels for Drupal 7.
Full changelog since v7.x-1.0-rc9:
- #1847292 by patrickd: Drush Make integration for automatic downloading of the necessary qTip library.
- #1844338 by willvincent, DamienMcKenna: Workaround for older versions of PHP that don't have the array_replace_recursive function.
- #1148956 by DamienMcKenna, lussoluca: Support for qTip's position 'adjust' settings.
- #1148956 by DamienMcKenna: Due to problems with qTip, both 'adjust' values must be non-zero in order for them to work.
- #1798938 by DamienMcKenna: Separated the bundled qTip JS callback code so it may be overridden & customized.
- #1021372 by DamienMcKenna: Remove each menu item's configuration in hook_uninstall().
- #1840360 by DamienMcKenna: Check the entire menu tree when determining if qTip should be loaded.
- #1849694 by DamienMcKenna: Disable integration with the Admin Menu and Devel modules.
- #1849710 by DamienMcKenna: Drush download-qtip command could fail when the Libraries API module is installed.
- #1608448 by DamienMcKenna: Updated the README.txt to mention the Drush Make integration.