You are here

CHANGELOG.txt in Mobile sliding menu 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
Mobile sliding menu 7.x-1.2, 2014-04-01
---------------------------------------
- Adds hooks so that allow to define mmenu effects such as mm-fullscreen,
  mm-slide, mm-zoom-menu,mm-zoom-page and mm-zoom-panels.
  - hook_mmenu_effect
  - hook_mmenu_effect_alter
- Changes to load the Hammer.js from the local library instead of remote CDN.
- Issue #2216485 by tourtools: should only show the menu items that belong to
  the current actived language in a multi-language site.
- Issue #2194419 by drupalion: wide screen support.

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.

File

CHANGELOG.txt
View source
  1. Mobile sliding menu 7.x-1.2, 2014-04-01
  2. ---------------------------------------
  3. - Adds hooks so that allow to define mmenu effects such as mm-fullscreen,
  4. mm-slide, mm-zoom-menu,mm-zoom-page and mm-zoom-panels.
  5. - hook_mmenu_effect
  6. - hook_mmenu_effect_alter
  7. - Changes to load the Hammer.js from the local library instead of remote CDN.
  8. - Issue #2216485 by tourtools: should only show the menu items that belong to
  9. the current actived language in a multi-language site.
  10. - Issue #2194419 by drupalion: wide screen support.
  11. Mobile sliding menu 7.x-1.1, 2014-01-09
  12. ---------------------------------------
  13. - Adds block template suggestions for rendering mmenu block content.
  14. e.g. you can use following templates to re-format the search form content:
  15. - block--search--form--mmenu.tpl.php
  16. - block--search--form--mmenu_mmenu_left.tpl.php
  17. - block--search--form--mmenu_mmenu_right.tpl.php
  18. - Fixes mm-white styles.
  19. - Fixes lots of issues.
  20. Mobile sliding menu 7.x-1.0, 2014-01-07
  21. ---------------------------------------
  22. - Adds hooks:
  23. - hook_mmenu
  24. - hook_mmenu_alter
  25. - hook_mmenu_class
  26. - hook_mmenu_class_alter
  27. - Initial release of Mobile sliding menu module.
  28. - Mmenu can be positioned at the top, right, bottom or left.
  29. - Adds an admin page to config Mmenu settings at /admin/config/mmenu.
  30. - Supports "drag to open" event by using Hammer.js.
  31. - Supports icomoon styles. See http://icomoon.io.