Skip to content

Commit

Permalink
version bump 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Oct 31, 2017
1 parent 2348c6e commit e75daee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions nav-menu-roles.php
Original file line number Diff line number Diff line change
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.8.6
Version: 1.9.0
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.1
*/
CONST VERSION = '1.8.6';
CONST VERSION = '1.9.0';

/**
* Main Nav Menu Roles Instance
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Nav Menu Roles",
"name": "nav-menu-roles",
"version": "1.8.6",
"version": "1.9.0",
"description": "Hide menu items based on user roles",
"main": "Gruntfile.js",
"license": "GPL-3.0",
Expand All @@ -17,17 +17,17 @@
"grunt": "~1.0.1",
"grunt-checkbranch": "~1.0.2",
"grunt-checkrepo": "~0.1.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-uglify": "~3.1.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-newer": "~1.2.0",
"grunt-newer": "~1.3.0",
"grunt-npm-install": "^0.3.0",
"grunt-po2mo": "~0.1.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^1.1.0",
"grunt-wp-i18n": "~0.5.3",
"grunt-wp-i18n": "~1.0.1",
"grunt-wp-readme-to-markdown": "~2.0.1",
"jshint-stylish": "~2.2.0",
"load-grunt-tasks": "~3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Tags:** menu, menus, nav menu, nav menus
**Requires at least:** 4.5.0
**Tested up to:** 4.7.0
**Stable tag:** 1.8.6
**Stable tag:** 1.9.0
**License:** GPLv3

Hide custom menu items based on user roles. PLEASE READ THE FAQ IF YOU ARE NOT SEEING THE SETTINGS.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.paypal.me/helgatheviking
Tags: menu, menus, nav menu, nav menus
Requires at least: 4.5.0
Tested up to: 4.7.0
Stable tag: 1.8.6
Stable tag: 1.9.0
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,9 @@ Yes, but manually. WPML developers have informed me that the meta data for nav m

== Changelog ==

= 1.9.0 =
* Add support for multisite. Props @open-dsi and @fiech.

= 1.8.5 =
* Use new Walker for WP4.7

Expand Down

0 comments on commit e75daee

Please sign in to comment.