Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
20.45 KB
MD5: adc45343abdfad9849795eded4977d10
SHA-1: 6f3369549711672a82854b225a984a36174f4194
SHA-256: 50227c152dbc31cd91270ba30cecd22431f5fb92b7eccfe768e9bee6d55a638a
Download zip
24.49 KB
MD5: 129cb594f979cae3930cb480169d0e54
SHA-1: f335fedf33936fe20be8197e78aba393de20ed4a
SHA-256: eb67eb7848ca3e01d73f3457dd86c14ba00753ce93d0aefa73a5797df5fedde2
Release notes
Several bugs have been resolved, and there's now a Drush command to download the required qTip script:
- #1239292 by DamienMcKenna: Missed another line from rerolling the #1230622 patch that caused the settings page to break.
- #1116990 by kndr, DamienMcKenna: Added access to the qTips callbacks.
- #1251804 by DamienMcKenna: Indicate what qTip JS file is being used.
- #1238890 by DamienMcKenna: Leave a warning in hook_install() if the qTip JS library is not installed.
- #1258150 by davidwhthomas, DamienMcKenna: Simplified usage of drupal_add_css(), we don't need to specify default arguments.
- #1238882 by DamienMcKenna: Drush script to download the qTip script.
- #1264738 by DamienMcKenna: Restructured how the output is built so now it now also works on 404 pages.