Skip to content

Commit

Permalink
version bump 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Apr 30, 2018
1 parent 52f6a78 commit 2bc1b34
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nav-menu-roles.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Nav Menu Roles
Plugin URI: http://www.kathyisawesome.com/449/nav-menu-roles/
Description: Hide custom menu items based on user roles.
Version: 1.9.1
Version: 1.9.2
Author: Kathy Darling
Author URI: http://www.kathyisawesome.com
License: GPL-3.0
Expand Down Expand Up @@ -54,7 +54,7 @@ class Nav_Menu_Roles {
* @constant string version number
* @since 1.7.0
*/
CONST VERSION = '1.9.1';
CONST VERSION = '1.9.2';

/**
* Main Nav Menu Roles Instance
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"title": "Nav Menu Roles",
"name": "nav-menu-roles",
"version": "1.9.1",
"version": "1.9.2",
"description": "Hide menu items based on user roles",
"main": "Gruntfile.js",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -5,7 +5,7 @@
**Tags:** menu, menus, nav menu, nav menus
**Requires at least:** 4.5.0
**Tested up to:** 4.8.3
**Stable tag:** 1.9.1
**Stable tag:** 1.9.2
**License:** GPLv3

Hide custom menu items based on user roles. PLEASE READ THE FAQ IF YOU ARE NOT SEEING THE SETTINGS.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.youcaring.com/wnt-residency
Tags: menu, menus, nav menu, nav menus
Requires at least: 4.5.0
Tested up to: 4.8.3
Stable tag: 1.9.1
Stable tag: 1.9.2
License: GPLv3

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

== Changelog ==

= 1.9.2 =
* Include a !empty() check on menu $items
* Update donation link

= 1.9.1 =
* Update donation link
* Update required and tested against versions
Expand Down

0 comments on commit 2bc1b34

Please sign in to comment.