You are here

CHANGELOG.txt in Mobile sliding menu 7.3

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 7 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
Mobile sliding menu 7.x-3.0
---------------------------------------
- Issue #2683487 by carsato: fixed mmenu localized i18n links.
- Issue #2505657 by avisconti: added mmenu widescreen, iconbar extensions.
- Modifies mmenu module to support jquery.mmenu (5.6.4).
- Adds new mmenu extensions and add-ons.
- Remove deprecated methods and api hooks.

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