* Sorting improvements. It's now possible to sort on all properties and all fields. Previously it was only possible to sort on properties and on fields that had a value column.
* This release includes database schema changes. If upgrading from a previous version, please uninstall and then reinstall the module. Once beta releases start, any further changes to the database schema will be taken care of by update.php.
Major layout refactoring. The menu area was too small for many use cases so now an entire full width grid-100 is devoted to the menu for Desktop and landscape tablets.
Added hook_responsive_menus_style_info() to declare new styles.
Params when declaring:
name : Name displayed when choosing style.
form : Drupal FAPI callback for admin form.
js_folder : Folder to include any .js files from.
css_folder : Folder to include any .css files from.
js_files : Array of individual JS files to include.
css_files : Array of individual CSS files to include.
js_settings : Function to generate settings to pass to JS.
Included style: 'responsive_menus_simple_style' now has option to configure text on toggler.
Add option for simple style to use absolute positioning.
Add responsive_menus.api.php to show easy plugin integration.
Added MeanMenu style!
Moved Simple style into new styles directory along with Mean Menu.