#CHANGELOG
- Fix missing semicolon.
- Backport 2 improvements from v4.x branch:
- Prevent error
trying to get property of non-objectwhen no menu is set to a location using the walker. - Add
$depthas 4th parameter passed tonav_menu_link_attributes.
- Prevent error
- Revert composer autoload changes.
- Autoload the main package file when installing through composer.
- Made Titles on items with icons output item title instead of the icon class.
- Fix untranslated string in fallback.
- Instruct screenreaders to ignore icons when present.
- Added basic unit tests and travis config.
- Swapped to IF statements with curly braces.
- Adds
$deptharg for nav_menu_css_class filter. - Fix sanitization function used for class output in fallback.
- Changed composer package type to
libraryfromwordpress-plugin.
- Fixed all reported issues by WP Enforcer.
- Fixed several Code Climate issues.
- Updated fallback function to accept args array from
wp_nav_menu.
- Included a fallback function that adds a link to the WordPress menu manager if no menu has been assigned to the theme location.
- Small tweak to ensure carets are only displayed on top level dropdowns.
- Added missing active class to active menu items.
- Class was completly re-written using the latest Wordpress 3.6 walker class.
- Now full supports Bootstrap 3.0+
- Tested with wp_debug & the Theme Check plugin.
All notable changes to this project will be documented in this file. Please read Keep a Change Log for more information. This project adheres to Semantic Versioning.