Skip to content

Releases: johnbillion/user-switching

1.9.1

05 Dec 11:00
cc875be
Compare
Choose a tag to compare
  • Fixes the wp_login and wp_logout parameter usage which could cause a fatal error when passed an unexpected value.

1.9.0

21 Nov 09:41
37f8f3b
Compare
Choose a tag to compare
  • 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

22 Jul 15:04
f7d62be
Compare
Choose a tag to compare
  • Adds a 'Switch back' link to some access denied messages within the admin area.
  • Confirms support for WordPress 6.6.

1.7.3

21 Feb 00:01
Compare
Choose a tag to compare
  • 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

16 Nov 22:20
Compare
Choose a tag to compare
  • Confirm support for WordPress 6.4
  • Reinstate the missing plugin readme file

1.7.1

16 Nov 21:52
Compare
Choose a tag to compare
  • 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

30 Jul 11:52
Compare
Choose a tag to compare
  • 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

24 Jun 17:26
Compare
Choose a tag to compare
  • 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

02 Oct 17:52
Compare
Choose a tag to compare
  • Avoid a fatal if the interim-login query parameter is present on a page other than wp-login.php.

1.5.7

12 May 18:29
Compare
Choose a tag to compare
  • Fix some issues that could lead to PHP errors given a malformed cookie.
  • Fix documentation.