-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f384761
commit c5e8ef8
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
* @author Jory Hogeveen <[email protected]> | ||
* @package View_Admin_As | ||
* @since 0.1.0 | ||
* @version 1.8.9 | ||
* @version 1.8.10 | ||
* @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.8.9 | ||
* Version: 1.8.10 | ||
* 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' ) && ! function_exists( 'view_admin_as' ) ) { | ||
|
||
define( 'VIEW_ADMIN_AS_VERSION', '1.8.9' ); | ||
define( 'VIEW_ADMIN_AS_VERSION', '1.8.10' ); | ||
define( 'VIEW_ADMIN_AS_DB_VERSION', '1.8' ); | ||
define( 'VIEW_ADMIN_AS_DOMAIN', 'view-admin-as' ); | ||
define( 'VIEW_ADMIN_AS_FILE', __FILE__ ); | ||
|