You are here

CHANGELOG.txt in Mobile sliding menu 7.2

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
  3. 7 CHANGELOG.txt
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.

File

CHANGELOG.txt
View source
  1. Mobile sliding menu 7.x-2.1, 2015-05-06
  2. ---------------------------------------
  3. - Issue #2329329 by joncjordan: hides the mmenu until document is ready.
  4. - Issue #2323809 by MissonHxC: supports custom classes that were provided by
  5. "Menu Attributes".
  6. - Issue #2334267: fixes to support both system and non-system menus.
  7. - Uses hammer.js instead of hammer.min.js to avoid the missing file
  8. hammer.min.map issue when compressing the CSS files.
  9. - By jhayzhon: fixed the mmenu item class name.
  10. Mobile sliding menu 7.x-2.0, 2014-09-28
  11. ---------------------------------------
  12. - Mmenu module 7.x-2.0 will require Hammer.JS 2.0 or above, mmenu 4.5 or above.
  13. - Adds hooks so that allow to define mmenu effects such as mm-fullscreen,
  14. mm-slide, mm-zoom-menu, and mm-zoom-panels.
  15. - hook_mmenu_effect
  16. - hook_mmenu_effect_alter
  17. - Adds hooks:
  18. - hook_mmenu_icon
  19. - hook_mmenu_icon_alter
  20. - Renames hook_mmenu_class to hook_mmenu_theme.
  21. - Renames hook_mmenu_class_alter to hook_mmenu_theme_alter.
  22. - Adds SCSS file for each theme.
  23. - Changes to load the Hammer.js from local library instead of remote CDN.
  24. See the README.txt to get the installation instructions.
  25. - Adds the new jQuery plugin library for the Hammer.js.
  26. See the README.txt to get the installation instructions.
  27. - Takes out the icons folder from the module. You need to generate your own
  28. icons set to the library directory at /sites/all/libraries/icomoon. And also,
  29. you need to copy the style.css and rename it to icomoon.css.
  30. - Issue #2216485 by tourtools: should only show the menu items that belong to
  31. the current active language in a multi-language site.
  32. - Issue #2194419 by drupalion: supports wide screen.
  33. - Issue #2327929 by joelstein: supports the Menu Firstchild module.
  34. - Issue #2217339 by mattcoker: supports the Special menu items module.
  35. - Issue #2261067 by webadpro: only show the mmenu on specific theme.
  36. - Issue #2327929 by joelstein: fixes to compatible with the firstchild module.
  37. - Issue #2217339: fixes to compatible with the special menu items module.
  38. - Issue #2219277 by joelstein and danilenko_dn: don't display mmenu on some
  39. specific paths.
  40. Mobile sliding menu 7.x-1.1, 2014-01-09
  41. ---------------------------------------
  42. - Adds block template suggestions for rendering mmenu block content.
  43. e.g. you can use following templates to re-format the search form content:
  44. - block--search--form--mmenu.tpl.php
  45. - block--search--form--mmenu_mmenu_left.tpl.php
  46. - block--search--form--mmenu_mmenu_right.tpl.php
  47. - Fixes mm-white styles.
  48. - Fixes lots of issues.
  49. Mobile sliding menu 7.x-1.0, 2014-01-07
  50. ---------------------------------------
  51. - Adds hooks:
  52. - hook_mmenu
  53. - hook_mmenu_alter
  54. - hook_mmenu_class
  55. - hook_mmenu_class_alter
  56. - Initial release of Mobile sliding menu module.
  57. - Mmenu can be positioned at the top, right, bottom or left.
  58. - Adds an admin page to config Mmenu settings at /admin/config/mmenu.
  59. - Supports "drag to open" event by using Hammer.js.
  60. - Supports icomoon styles. See http://icomoon.io.