responsive_menus 7.x-1.3

New features
Bug fixes
Insecure

Added hook_responsive_menus_style_info() to declare new styles.

Params when declaring:
name        : Name displayed when choosing style.
form        : Drupal FAPI callback for admin form.
js_folder   : Folder to include any .js files from.
css_folder  : Folder to include any .css files from.
js_files    : Array of individual JS files to include.
css_files   : Array of individual CSS files to include.
js_settings : Function to generate settings to pass to JS.
  • Included style: 'responsive_menus_simple_style' now has option to configure text on toggler.
  • Add option for simple style to use absolute positioning.
  • Add responsive_menus.api.php to show easy plugin integration.
  • Added MeanMenu style!
  • Moved Simple style into new styles directory along with Mean Menu.
  • Issue #2059081: AJAX calls sometimes duplicate the menu (Mean Menus) by pjcdawkins: Fixed AJAX calls sometimes duplicate the menu (Mean Menus).
  • Fix issue with Omega 4 (and other themes that may use * { box-sizing: border-box; }
  • Remove console.log('Been clicked'); from Mean Menu's own js.
  • Context module integration!
  • Ability to have multiple rule sets defined (using context).
  • Fix window.resize function bound more than once on ajax in simple style.

webform_node_value 7.x-2.2

New features
Bug fixes

Issue #1967000 by Triskelion, nrambeck: Fixed Detect and allow system paths and remove field formatting.
Issue #1971944 by nrambeck: Fixed Fatal error if node field does not exist.
Fixed Webform block on othe node functionality.

Pages

Subscribe with RSS Subscribe to RSS - 7.x