Skip to content

Commit

Permalink
1.8.6 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Dec 8, 2016
1 parent 2f3ab03 commit 1f6d934
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion js/nav-menu-roles.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions languages/nav-menu-roles.pot
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright (C) 2016 Kathy Darling
# This file is distributed under the GPL2.
# This file is distributed under the GPL-3.0.
msgid ""
msgstr ""
"Project-Id-Version: Nav Menu Roles 1.8.3\n"
"Project-Id-Version: Nav Menu Roles 1.8.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/nav-menu-roles\n"
"POT-Creation-Date: 2016-08-17 02:50:28+00:00\n"
"POT-Creation-Date: 2016-12-08 18:08:13+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -191,37 +191,37 @@ msgstr ""
msgid "Nav Menu Roles"
msgstr ""

#: nav-menu-roles.php:174
#: nav-menu-roles.php:166
msgid ""
"Import %snav menu roles%s and other menu item meta skipped by the default "
"importer"
msgstr ""

#: nav-menu-roles.php:227
#: nav-menu-roles.php:219
msgid "FAQ"
msgstr ""

#: nav-menu-roles.php:228
#: nav-menu-roles.php:220
msgid "Donate"
msgstr ""

#: nav-menu-roles.php:297
#: nav-menu-roles.php:299
msgid "Display Mode"
msgstr ""

#: nav-menu-roles.php:305
#: nav-menu-roles.php:307
msgid "Logged In Users"
msgstr ""

#: nav-menu-roles.php:312
#: nav-menu-roles.php:314
msgid "Logged Out Users"
msgstr ""

#: nav-menu-roles.php:319
#: nav-menu-roles.php:321
msgid "Everyone"
msgstr ""

#: nav-menu-roles.php:326
#: nav-menu-roles.php:328
msgid "Restrict menu item to a minimum role"
msgstr ""

Expand Down
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.5
Version: 1.8.6
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.3';
CONST VERSION = '1.8.6';

/**
* 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.5",
"version": "1.8.6",
"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 @@ -3,9 +3,9 @@
**Contributors:** helgatheviking
**Donate link:** https://www.paypal.me/helgatheviking
**Tags:** menu, menus, nav menu, nav menus
**Stable tag:** 1.8.5
**Requires at least:** 4.5.0
**Tested up to:** 4.7.0
**Stable tag:** 1.8.6
**License:** GPLv3

Hide custom menu items based on user roles. PLEASE READ THE FAQ IF YOU ARE NOT SEEING THE SETTINGS.
Expand Down
2 changes: 1 addition & 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.5
Stable tag: 1.8.6
License: GPLv3

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

0 comments on commit 1f6d934

Please sign in to comment.