Skip to content

Releases: bu-ist/bu-navigation

Release 1.3.4

10 Nov 15:27
1441645
Compare
Choose a tag to compare
  • Adds a Navigation Block that can display the same output as the widget.
    It can also display a navigation tree from any specified parent post.
  • Adds a wp-scripts build setup for building the block assets.

Release 1.3.3

31 Aug 21:04
ab1abc9
Compare
Choose a tag to compare

Removes deprecated jQuery browser check.

Release 1.3.2

08 Jun 16:10
bbee7d8
Compare
Choose a tag to compare

Updates core-widget to 1.0.3, to restore the widget_bu_pages_args filter.

Release 1.3.1

23 Apr 15:02
fd79fb3
Compare
Choose a tag to compare

Adds Github action and removes redundant code.

Release 1.3.0

21 Apr 22:19
befc212
Compare
Choose a tag to compare
  • 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

30 Nov 15:57
314cbfa
Compare
Choose a tag to compare
  • 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

14 Oct 21:00
b6fd5c6
Compare
Choose a tag to compare

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

17 Sep 20:01
c05e742
Compare
Choose a tag to compare

Refactor bu-navigation-widget.php to improve code standards.

Release 1.2.21

04 Sep 17:24
12a494b
Compare
Choose a tag to compare

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

31 Aug 19:35
d6f6e18
Compare
Choose a tag to compare

Updates additional deprecated jQuery usage, fixes remaining known WP 5.5 interface bug.