diff --git a/package.json b/package.json index f5bee00..57212df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-switching", - "version": "1.6.0", + "version": "1.7.0", "description": "Instant switching between user accounts in WordPress.", "license": "GPL-2.0-or-later", "author": "John Blackbourn", diff --git a/readme.md b/readme.md index a3289bc..18eaece 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # User Switching -Stable tag: 1.6.0 +Stable tag: 1.7.0 Requires at least: 3.7 Tested up to: 6.0 Requires PHP: 5.3 diff --git a/user-switching.php b/user-switching.php index fabe06e..9361eb8 100644 --- a/user-switching.php +++ b/user-switching.php @@ -10,7 +10,7 @@ * * Plugin Name: User Switching * Description: Instant switching between user accounts in WordPress - * Version: 1.6.0 + * Version: 1.7.0 * Plugin URI: https://wordpress.org/plugins/user-switching/ * Author: John Blackbourn & contributors * Author URI: https://github.com/johnbillion/user-switching/graphs/contributors @@ -381,7 +381,7 @@ protected static function get_redirect( WP_User $new_user = null, WP_User $old_u /** * Filters the redirect location after a user switches to another account or switches off. * - * @since x.y.z + * @since 1.7.0 * * @param string $redirect_to The target redirect location, or an empty string if none is specified. * @param string|null $redirect_type The redirect type, see the `user_switching::REDIRECT_*` constants.