From b0c32f28d3278644f96f388a9ba459168618579e Mon Sep 17 00:00:00 2001 From: JoryHogeveen Date: Tue, 2 May 2017 01:52:08 +0200 Subject: [PATCH] v1.7.1 --- readme.txt | 6 +++--- view-admin-as.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.txt b/readme.txt index f2256572..b5241e92 100644 --- a/readme.txt +++ b/readme.txt @@ -178,8 +178,8 @@ Note: if your admin users aren't safe, this plugin is the last one to worry abou = 1.7.1 = * **Feature:** Module Role Manager: Rename roles. [#47](https://github.com/JoryHogeveen/view-admin-as/issues/47) -* **Enhancement:** Improve fetching available capabilities for super admin. It now alse checks for custom post type and taxonomy capabilities and more other plugins. -* **Compatibility:** Also use the `user_has_cap` filter besides `map_meta_cap` to further improve compatibility. +* **Enhancement:** Improve fetching available capabilities for a super admin. It now also checks for registered custom post type and taxonomy capabilities and more other plugins. +* **Compatibility:** Also use the `user_has_cap` filter besides `map_meta_cap` to further improve capability and role view compatibility. * **UI:** Add submenu scrollbar when there are too much users under a role. [#49](https://github.com/JoryHogeveen/view-admin-as/issues/49) * **UI:** Module Role Manager: Show original role name for reference. * **Accessibility:** Fix tabindex for some nodes that have form elements. @@ -267,7 +267,7 @@ Detailed info: [PR on GitHub](https://github.com/JoryHogeveen/view-admin-as/pull == Other Notes == -You can find me here: += You can find me here: = * [Keraweb](http://www.keraweb.nl/) * [GitHub](https://github.com/JoryHogeveen/view-admin-as/) diff --git a/view-admin-as.php b/view-admin-as.php index fa8b7259..a65473e8 100644 --- a/view-admin-as.php +++ b/view-admin-as.php @@ -3,7 +3,7 @@ * @author Jory Hogeveen * @package View_Admin_As * @since 0.1 - * @version 1.7.1-rc2 + * @version 1.7.1 * @licence GPL-2.0+ * @link https://github.com/JoryHogeveen/view-admin-as * @@ -11,7 +11,7 @@ * Plugin Name: View Admin As * Plugin URI: https://wordpress.org/plugins/view-admin-as/ * Description: View the WordPress admin as a different role or visitor, switch between users, temporarily change your capabilities, set default screen settings for roles. - * Version: 1.7.1-rc2 + * Version: 1.7.1 * Author: Jory Hogeveen * Author URI: https://www.keraweb.nl * Text Domain: view-admin-as @@ -44,7 +44,7 @@ if ( ! class_exists( 'VAA_View_Admin_As' ) ) { - define( 'VIEW_ADMIN_AS_VERSION', '1.7.1-rc2' ); + define( 'VIEW_ADMIN_AS_VERSION', '1.7.1' ); define( 'VIEW_ADMIN_AS_DB_VERSION', '1.7' ); define( 'VIEW_ADMIN_AS_FILE', __FILE__ ); define( 'VIEW_ADMIN_AS_BASENAME', plugin_basename( VIEW_ADMIN_AS_FILE ) );