Skip to content

Commit

Permalink
Merge pull request #98 from bu-ist/release/1.3.2
Browse files Browse the repository at this point in the history
Release/1.3.2
  • Loading branch information
jdub233 committed Jun 8, 2021
2 parents fd79fb3 + 155e54c commit bbee7d8
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 105 deletions.
4 changes: 2 additions & 2 deletions bu-navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: Boston University (IS&T)
* Author URI: http://sites.bu.edu/web/
* Description: Provides alternative navigation elements designed for blogs with large page counts
* Version: 1.3.1
* Version: 1.3.2
* Text Domain: bu-navigation
* Domain Path: /languages
* License: GPL2+
Expand Down Expand Up @@ -91,7 +91,7 @@ class BU_Navigation_Plugin {
*
* @var string
*/
const VERSION = '1.3.1';
const VERSION = '1.3.2';

/**
* Plugin class constructor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function widget( $args, $instance ) {
}

// Fetch markup.
$nav_list_markup = list_pages( $list_args );
$nav_list_markup = list_pages( apply_filters( 'widget_bu_pages_args', $list_args ) );

// Only output anything at all if there is existing markup from list_pages.
if ( empty( $nav_list_markup ) ) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
],
"require": {
"bu-ist/bu-navigation-core-widget": "1.0.2"
"bu-ist/bu-navigation-core-widget": "1.0.3"
},
"extra": {
"installer-paths": {
Expand Down

0 comments on commit bbee7d8

Please sign in to comment.