Skip to content

Commit

Permalink
Version 1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 16, 2023
1 parent 314a17a commit 04fd07a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0",
"version": "1.7.1",
"description": "Instant switching between user accounts in WordPress.",
"license": "GPL-2.0-or-later",
"author": "John Blackbourn",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# User Switching

Stable tag: 1.7.0
Stable tag: 1.7.1
Tested up to: 6.3
License: GPL v2 or later
Tags: users, user switching, fast user switching, multisite, woocommerce, buddypress, bbpress
Expand Down Expand Up @@ -282,7 +282,7 @@ When a user switches to another account, switches off, or switches back, the `us
/**
* Filters the redirect location after a user switches to another account or switches off.
*
* @since 1.7.0
* @since 1.7.1
*
* @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
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.7.0
* Version: 1.7.1
* 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 @@ -377,7 +377,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 1.7.0
* @since 1.7.1
*
* @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 04fd07a

Please sign in to comment.