Skip to content

Commit

Permalink
v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryHogeveen committed Apr 1, 2020
1 parent f14e1ff commit a5d974b
Showing 1 changed file with 3 additions and 3 deletions.
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.0
* @version 1.8.6-rc1
* @version 1.8.6
* @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.6-rc1
* Version: 1.8.6
* 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' ) && ! function_exists( 'view_admin_as' ) ) {

define( 'VIEW_ADMIN_AS_VERSION', '1.8.6-rc1' );
define( 'VIEW_ADMIN_AS_VERSION', '1.8.6' );
define( 'VIEW_ADMIN_AS_DB_VERSION', '1.8' );
define( 'VIEW_ADMIN_AS_DOMAIN', 'view-admin-as' );
define( 'VIEW_ADMIN_AS_FILE', __FILE__ );
Expand Down

0 comments on commit a5d974b

Please sign in to comment.