Skip to content

Commit 2bc1b34

Browse files
version bump 1.9.2
1 parent 52f6a78 commit 2bc1b34

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

nav-menu-roles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Nav Menu Roles
44
Plugin URI: http://www.kathyisawesome.com/449/nav-menu-roles/
55
Description: Hide custom menu items based on user roles.
6-
Version: 1.9.1
6+
Version: 1.9.2
77
Author: Kathy Darling
88
Author URI: http://www.kathyisawesome.com
99
License: GPL-3.0
@@ -54,7 +54,7 @@ class Nav_Menu_Roles {
5454
* @constant string version number
5555
* @since 1.7.0
5656
*/
57-
CONST VERSION = '1.9.1';
57+
CONST VERSION = '1.9.2';
5858

5959
/**
6060
* Main Nav Menu Roles Instance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Nav Menu Roles",
33
"name": "nav-menu-roles",
4-
"version": "1.9.1",
4+
"version": "1.9.2",
55
"description": "Hide menu items based on user roles",
66
"main": "Gruntfile.js",
77
"license": "GPL-3.0",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Tags:** menu, menus, nav menu, nav menus
66
**Requires at least:** 4.5.0
77
**Tested up to:** 4.8.3
8-
**Stable tag:** 1.9.1
8+
**Stable tag:** 1.9.2
99
**License:** GPLv3
1010

1111
Hide custom menu items based on user roles. PLEASE READ THE FAQ IF YOU ARE NOT SEEING THE SETTINGS.

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.youcaring.com/wnt-residency
55
Tags: menu, menus, nav menu, nav menus
66
Requires at least: 4.5.0
77
Tested up to: 4.8.3
8-
Stable tag: 1.9.1
8+
Stable tag: 1.9.2
99
License: GPLv3
1010

1111
Hide custom menu items based on user roles. PLEASE READ THE FAQ IF YOU ARE NOT SEEING THE SETTINGS.
@@ -208,6 +208,10 @@ Yes, but manually. WPML developers have informed me that the meta data for nav m
208208

209209
== Changelog ==
210210

211+
= 1.9.2 =
212+
* Include a !empty() check on menu $items
213+
* Update donation link
214+
211215
= 1.9.1 =
212216
* Update donation link
213217
* Update required and tested against versions

0 commit comments

Comments
 (0)