Releases: bu-ist/bu-navigation
Release 1.3.4
Release 1.3.3
Removes deprecated jQuery browser check.
Release 1.3.2
Updates core-widget to 1.0.3, to restore the widget_bu_pages_args filter.
Release 1.3.1
Adds Github action and removes redundant code.
Release 1.3.0
- Moves core methods to a Composer package that is then imported back into the plugin. This is to allow for other plugins to also import the core data and widget code.
- Uses a new namespace for the core data methods.
- Global stubs for the namespaced functions are still available for functions that are in use outside of the plugin. If a function doesn't appear to be in use outside of the plugin, the global function was removed.
Release 1.2.24
-
Refactors several core data functions within library.php, especially those associated with the widget. The resulting refactored functions score significantly better on complexity metrics in codeclimate.
-
Removes some filtering ( b432d9b ) that make more sense as a simple PHP conditional within the plugin.
Release 1.2.23
Initial refactor of includes/library.php to improve code standards. Also renames the widget file, and includes some other minor improvements.
Mostly the changes are spacing and minor syntactic adjustments, no major code changes. It also expands on the inline documentation.
Release 1.2.22
Refactor bu-navigation-widget.php to improve code standards.
Release 1.2.21
Developer focused release with the following changes:
- Updates npm dependencies and Grunt toolchain.
- Additions and changes to related to PHP code standards.
Release 1.2.20
Updates additional deprecated jQuery usage, fixes remaining known WP 5.5 interface bug.