This release is primarily to fix a bug, where the time zone would change to an incorrect value when using the JavaScript feature. This was reported by BillRedman and others (Thanks!). As always: Please do create an issue, if you experience any problems!
In the mean-time, a couple of features have been introduced. See the CHANGELOG for an accurate list of commits.
This release includes some of the 2.x version changes. The most important change is the handling of the menu with an additional hook_simplemenu_alter() call enabling us to move out the specialized devel menu handling in a sub-module.
Note that the old superfish folder was renamed with a version number. You may want to delete the old folder to make sure there is no confusion.
Changes:
* Moved the simplemenu modules in the Menu package.
* Enhanced the init() function by creating sub-functions and moving the footer functionality in it.
* The Simplemenu variable can now be moved to the header and be cached in its own JS file.
* Changed the function generating the menu so other modules may tweak the menu if so they wish.
* Multi-menu sub-module added to project so users can display multiple menus at the top.
* Created a separate Devel module to auto-insert the Devel menu.
* Inactive Parents sub-module so you can prevent clicks on all parent items.
* Mark the top links with 'simplemenu_multi_menu_root' class.
* Fixed the Devel menu name and identifier.
* Optimized the "view" test for simplemenu.
* The list of themes is now dynamically generated from the simplemenu themes folder.
* The list of superfish now includes 'custom' so the code may come from another module or theme.
* Added a white line at the top of the drop downs.
* Added ability to translate notification messages
* Added ability to disable notification messages in setting.php by using csstidy_mute_messages = TRUE
* Cleaned up code formatting
* Applied all suggestions by Coder to comply with Drupal Coding Standards