Skip to content

Commit

Permalink
v1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryHogeveen committed Nov 23, 2024
1 parent f384761 commit c5e8ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: admin, view, roles, users, switch, user switching, role switching, capabil
Requires at least: 4.1
Tested up to: 6.7
Requires PHP: 5.2.4
Stable tag: 1.8.9
Stable tag: 1.8.10

View the WordPress admin as a different role or visitor, switch between users, temporarily change your capabilities, set screen settings for roles.

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 <[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
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.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__ );
Expand Down

0 comments on commit c5e8ef8

Please sign in to comment.