Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryHogeveen committed May 1, 2017
1 parent a769773 commit b0c32f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/)
Expand Down
6 changes: 3 additions & 3 deletions view-admin-as.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* @author Jory Hogeveen <info@keraweb.nl>
* @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
*
* @wordpress-plugin
* 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
Expand Down Expand Up @@ -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 ) );
Expand Down

0 comments on commit b0c32f2

Please sign in to comment.