Skip to content

Commit

Permalink
1.8.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jun 13, 2016
1 parent 32859f7 commit 7b61fb2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.1
Version: 1.8.2
Author: Kathy Darling
Author URI: http://www.kathyisawesome.com
License: GPL2
Expand Down Expand Up @@ -54,7 +54,7 @@ class Nav_Menu_Roles {
* @constant string version number
* @since 1.7.1
*/
CONST VERSION = '1.8.1';
CONST VERSION = '1.8.2';

/**
* Main Nav Menu Roles Instance
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.8.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
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.4.0
**Tested up to:** 4.5.1
**Stable tag:** 1.8.1
**Stable tag:** 1.8.2
**License:** GPLv3

Hide custom menu items based on user roles. PLEASE READ THE [FAQ](#frequently-asked-questions) 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.5.1
Stable tag: 1.8.1
Stable tag: 1.8.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 @@ -199,6 +199,9 @@ However, the Import plugin only imports certain post meta for menu items. As of

== Changelog ==

= 1.8.2 =
* Reduce number of parameters passed to `add_action_links` filter

= 1.8.1 =
* Switch input names to use a counter [nav-menu-role][100][1]. For some reason [nav-menu-role][100][] doesn't post an array and hypenated names [nav-menu-role][100][gold-plan] wreak havoc on the save routine. Shouldn't impact anyone not using hyphenated role names.

Expand Down

0 comments on commit 7b61fb2

Please sign in to comment.