From a50706e52ac0c5869aa8e04dba13f37f7946ba82 Mon Sep 17 00:00:00 2001 From: Anton Kachurin Date: Mon, 25 Feb 2019 13:02:39 -0500 Subject: [PATCH 1/2] Make Firefox hack applicable only for FF <=61 --- js/vendor/jstree/themes/bu-jstree/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/vendor/jstree/themes/bu-jstree/style.css b/js/vendor/jstree/themes/bu-jstree/style.css index 688e683..ca19d63 100755 --- a/js/vendor/jstree/themes/bu-jstree/style.css +++ b/js/vendor/jstree/themes/bu-jstree/style.css @@ -211,7 +211,7 @@ html[xmlns] .jstree-bu li { margin-right: 8px; } -@-moz-document url-prefix() { +@-moz-document url-prefix(http) { .jstree-bu .post-statuses { margin-top: -16px; } @@ -282,7 +282,7 @@ html[xmlns] .jstree-bu li { outline: none; } -@-moz-document url-prefix() { +@-moz-document url-prefix(http) { .jstree-bu .edit-options { margin-top: -24px; } From 46f52ea17ed584c7aa29df449e6d224ab5c1a88b Mon Sep 17 00:00:00 2001 From: Anton Kachurin Date: Mon, 25 Feb 2019 13:24:41 -0500 Subject: [PATCH 2/2] Bump version --- bu-navigation.php | 4 ++-- readme.md | 4 ++-- readme.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bu-navigation.php b/bu-navigation.php index 930e1cc..069d497 100644 --- a/bu-navigation.php +++ b/bu-navigation.php @@ -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.14 +Version: 1.2.15 Text Domain: bu-navigation Domain Path: /languages */ @@ -60,7 +60,7 @@ class BU_Navigation_Plugin { // Plugin settings public $settings; - const VERSION = '1.2.14'; + const VERSION = '1.2.15'; public function __construct() { diff --git a/readme.md b/readme.md index e3b72e2..45413e0 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ **Tags:** navigation, hierarchical, post type, boston university, bu **Requires at least:** 3.1 **Tested up to:** 4.6.1 -**Stable tag:** 1.2.14 +**Stable tag:** 1.2.15 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -99,7 +99,7 @@ Please see this page for the details: ## Changelog -### 1.2.14 +### 1.2.15 * Add hash comparison before saving changes to post hierarchy in Change Order page. diff --git a/readme.txt b/readme.txt index 10a95ba..2faee4a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ntk, mgburns, gcorne, jtwiest, awbauer, inderpreet99 Tags: navigation, hierarchical, post type, boston university, bu Requires at least: 3.1 Tested up to: 4.6.1 -Stable tag: 1.2.14 +Stable tag: 1.2.15 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -78,7 +78,7 @@ Please see this page for the details: == Changelog == -= 1.2.14 = += 1.2.15 = * Add hash comparison before saving changes to post hierarchy in Change Order page.