Skip to content

Commit

Permalink
Merge pull request #43 from bu-ist/fix/jstree-bu-theme-firefox65
Browse files Browse the repository at this point in the history
Make Firefox hack applicable only for FF <=61
  • Loading branch information
anton-kachurin authored Feb 25, 2019
2 parents 2dfacae + 46f52ea commit ccd069d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2.14
Version: 1.2.15
Text Domain: bu-navigation
Domain Path: /languages
*/
Expand Down Expand Up @@ -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() {

Expand Down
4 changes: 2 additions & 2 deletions js/vendor/jstree/themes/bu-jstree/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit ccd069d

Please sign in to comment.