The module was incorrectly using hook_hook_info(). This did not lead to issues with core or any other known modules, but if any other contrib. module had defined the module groups node or admin, both this module and that module would loss the autoload functionality.
New stuff in this release
* new hot pirate favicon
* remove the html comments that indicated which tpl unless youre running the "poor themers helper"
* more Forum fun
* menus class removal, So no more menu-mlid-xxx classe'es on li tags in a menu yeah!
* cleaned up the mobile tags a bit
* field--image.tpl markup rethinking
- The way how init process is handeled has been changed. See README.txt and mform_example module for more info. However it should be backward compatible, so the update should not brake exiting funcitonality.
- Mforms has been ajaxified. So calling $controls->ajaxify() in the init phase should do all you need to get ajaxified steps loading.