Skip to content

Commit

Permalink
Merge pull request #91 from bu-ist/release/1.3
Browse files Browse the repository at this point in the history
Release/1.3
  • Loading branch information
jdub233 authored Apr 21, 2021
2 parents 314cbfa + 99a628d commit befc212
Show file tree
Hide file tree
Showing 36 changed files with 9,461 additions and 2,394 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ plugins:
- php
eslint:
enabled: true
channel: eslint-3
fixme:
enabled: true
markdownlint:
Expand Down
13 changes: 11 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.2.24
* Version: 1.3.0
* Text Domain: bu-navigation
* Domain Path: /languages
* License: GPL2+
Expand Down Expand Up @@ -56,6 +56,15 @@
require_once BU_NAV_PLUGIN_DIR . '/includes/class-tree-view.php';
require_once BU_NAV_PLUGIN_DIR . '/includes/class-reorder.php';

require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/data-model.php';
require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/data-format.php';
require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/data-nav-labels.php';
require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/data-widget.php';
require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/data-get-urls.php';
require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/data-active-section.php';
require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/filters.php';
require_once BU_NAV_PLUGIN_DIR . '/composer-includes/bu-navigation-core-widget/src/class-navigation-widget.php';

/**
* Convenience class to wrap loading and init functions.
*/
Expand All @@ -82,7 +91,7 @@ class BU_Navigation_Plugin {
*
* @var string
*/
const VERSION = '1.2.24';
const VERSION = '1.3.0';

/**
* Plugin class constructor.
Expand Down
Loading

0 comments on commit befc212

Please sign in to comment.