Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download mmenu-7.x-2.1.tar.gztar.gz 28.87 KB
MD5: b1e9ebcbd5d6086f1ee2c1b98a48e1cb
SHA-1: 8611cdbb81800d577067a18912ea2bbb1cce1485
SHA-256: 51869c29523b82d3399e1dea6b02df0305fb11c988780695048dffdcf146d69b
Download mmenu-7.x-2.1.zipzip 36.91 KB
MD5: 4a0c2d2e99c0aa76362405dbab6fcb87
SHA-1: 94c42587e758d3202bc24a93c5e798569c8cb5f8
SHA-256: 5606726f9116875a6fbc602a7e896f8a108dd36236d8bac07e1b228cd485103a

Release notes

See Mobile sliding menu - Less Critical - Cross Site Scripting (XSS) - SA-CONTRIB-2015-108

Mobile sliding menu 7.x-2.1, 2015-05-06
---------------------------------------
- Issue #2329329 by joncjordan: hides the mmenu until document is ready.
- Issue #2323809 by MissonHxC: supports custom classes that were provided by
"Menu Attributes".
- Issue #2334267: fixes to support both system and non-system menus.
- Uses hammer.js instead of hammer.min.js to avoid the missing file
hammer.min.map issue when compressing the CSS files.
- By jhayzhon: fixed the mmenu item class name.

Mobile sliding menu 7.x-2.0, 2014-09-28
---------------------------------------
- Mmenu module 7.x-2.0 will require Hammer.JS 2.0 or above, mmenu 4.5 or above.
- Adds hooks so that allow to define mmenu effects such as mm-fullscreen,
mm-slide, mm-zoom-menu, and mm-zoom-panels.
- hook_mmenu_effect
- hook_mmenu_effect_alter
- Adds hooks:
- hook_mmenu_icon
- hook_mmenu_icon_alter
- Renames hook_mmenu_class to hook_mmenu_theme.
- Renames hook_mmenu_class_alter to hook_mmenu_theme_alter.
- Adds SCSS file for each theme.
- Changes to load the Hammer.js from local library instead of remote CDN.
See the README.txt to get the installation instructions.
- Adds the new jQuery plugin library for the Hammer.js.
See the README.txt to get the installation instructions.
- Takes out the icons folder from the module. You need to generate your own
icons set to the library directory at /sites/all/libraries/icomoon. And also,
you need to copy the style.css and rename it to icomoon.css.
- Issue #2216485 by tourtools: should only show the menu items that belong to
the current active language in a multi-language site.
- Issue #2194419 by drupalion: supports wide screen.
- Issue #2327929 by joelstein: supports the Menu Firstchild module.
- Issue #2217339 by mattcoker: supports the Special menu items module.
- Issue #2261067 by webadpro: only show the mmenu on specific theme.
- Issue #2327929 by joelstein: fixes to compatible with the firstchild module.
- Issue #2217339: fixes to compatible with the special menu items module.
- Issue #2219277 by joelstein and danilenko_dn: don't display mmenu on some
specific paths.

Mobile sliding menu 7.x-1.1, 2014-01-09
---------------------------------------
- Adds block template suggestions for rendering mmenu block content.
e.g. you can use following templates to re-format the search form content:
- block--search--form--mmenu.tpl.php
- block--search--form--mmenu_mmenu_left.tpl.php
- block--search--form--mmenu_mmenu_right.tpl.php
- Fixes mm-white styles.
- Fixes lots of issues.

Mobile sliding menu 7.x-1.0, 2014-01-07
---------------------------------------
- Adds hooks:
- hook_mmenu
- hook_mmenu_alter
- hook_mmenu_class
- hook_mmenu_class_alter
- Initial release of Mobile sliding menu module.
- Mmenu can be positioned at the top, right, bottom or left.
- Adds an admin page to config Mmenu settings at /admin/config/mmenu.
- Supports "drag to open" event by using Hammer.js.
- Supports icomoon styles. See http://icomoon.io.

Created by: Jay.Chen
Created on: 6 May 2015 at 18:09 UTC
Last updated: 6 May 2015 at 19:24 UTC
Security update
Bug fixes

Other releases