From a5d974b33d94c596157619a77358a5783e9c4fc0 Mon Sep 17 00:00:00 2001 From: JoryHogeveen Date: Wed, 1 Apr 2020 10:48:50 +0200 Subject: [PATCH] v1.8.6 --- view-admin-as.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view-admin-as.php b/view-admin-as.php index 1b15af19..722f6cc5 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.0 - * @version 1.8.6-rc1 + * @version 1.8.6 * @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.8.6-rc1 + * Version: 1.8.6 * 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.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__ );