Releases: johnbillion/user-switching
Releases · johnbillion/user-switching
1.9.1
1.9.0
- Introduces a confirmation message when a user attempts to switch into an account which somebody else is already switched into. Helpful for teams of support engineers who switch into customer accounts.
- Confirms support for WordPress 6.7.
- Confirms support for PHP 8.4.
- Various code quality improvements.
1.8.0
- Adds a 'Switch back' link to some access denied messages within the admin area.
- Confirms support for WordPress 6.6.
1.7.3
- Confirms support for PHP 8.3
- Fixes compatibility with BuddyPress version 12
- Adds configuration for the Live Preview feature on wordpress.org
1.7.2
- Confirm support for WordPress 6.4
- Reinstate the missing plugin readme file
1.7.1
- Fix the redirect type parameter passed to the
user_switching_redirect_to
filter - Increase the minimum supported version of PHP to 7.4
1.7.0
- Redirect to the current post, term, user, or comment being edited when switching off
- Clean up some user-facing messages
- Apply basic styling to the Switch Back link that appears in the footer
- Use a better placement for the Switch To menu on bbPress profiles
- Use a more appropriate HTTP response code if switching off fails
- Exclude
.editorconfig
from dist ZIP
1.6.0
- Add a 'Switch To' link to the order screen in WooCommerce
- Add a 'Switch back' link to the My Account screen and the login screen in WooCommerce
1.5.8
- Avoid a fatal if the
interim-login
query parameter is present on a page other than wp-login.php.
1.5.7
- Fix some issues that could lead to PHP errors given a malformed cookie.
- Fix documentation.