Skip to content

Commit

Permalink
Version 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jul 30, 2022
1 parent e07ad1d commit 7a0f23c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions user-switching.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7a0f23c

Please sign in to comment.