user-switching

WordPress plugin that provides instant switching between user accounts.

GPL-2.0 License

Downloads
44.9K
Stars
187
Committers
10

Bot releases are visible (Hide)

user-switching - Latest Release

Published by johnbillion 3 months ago

  • Adds a 'Switch back' link to some access denied messages within the admin area.
  • Confirms support for WordPress 6.6.
user-switching - 1.7.3

Published by johnbillion 8 months ago

  • Confirm support for PHP 8.3
  • Fix compatibility with BuddyPress version 12
  • Add configuration for the Live Preview feature on wordpress.org
user-switching -

Published by johnbillion 11 months ago

  • Confirm support for WordPress 6.4
  • Reinstate the missing plugin readme file
user-switching -

Published by johnbillion 11 months ago

  • Fix the redirect type parameter passed to the user_switching_redirect_to filter
  • Increase the minimum supported version of PHP to 7.4
user-switching - 1.7.0

Published by johnbillion about 2 years ago

  • 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
user-switching -

Published by johnbillion over 2 years ago

  • 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
user-switching -

Published by johnbillion about 3 years ago

  • Avoid a fatal if the interim-login query parameter is present on a page other than wp-login.php.
user-switching -

Published by johnbillion over 3 years ago

  • Fix some issues that could lead to PHP errors given a malformed cookie.
  • Fix documentation.
user-switching -

Published by johnbillion about 4 years ago

  • Add a class to the table row on the user edit screen.
  • Updated docs.
user-switching -

Published by johnbillion over 4 years ago

  • Added the user_switching_in_footer filter to disable output in footer on front end.
  • Documentation additions and improvements.
user-switching -

Published by johnbillion over 4 years ago

  • Fix a cookie issue caused by Jetpack 8.1.1 which prevented switching back to the original user.
user-switching -

Published by johnbillion almost 5 years ago

  • Remove usage of a method that's been deprecated in WordPress 5.3
user-switching -

Published by johnbillion about 5 years ago

  • Set the correct lang attribute on User Switching's admin notice.
  • Move the WooCommerce session forgetting to an action callback so it can be unhooked if necessary.
user-switching -

Published by johnbillion over 5 years ago

  • Add appropriate HTTP response codes to the error states.
  • Display User Switching's messages in the original user's locale.
  • Increase the priority of the hook that sets up the cookie constants. See #40.
  • Don't attempt to output the 'Switch To' link on author archives when the queried object isn't a user. See #39.
user-switching -

Published by johnbillion over 5 years ago

  • Add support for forgetting WooCommerce sessions when switching between users. Requires WooCommerce 3.6+.
user-switching -

Published by johnbillion over 5 years ago

  • Don't attempt to add the Switch To link to the admin toolbar when viewing an author archive in the admin area. This prevents a fatal error occurring when filtering custom post type listing screens by authors in the admin area.
user-switching -

Published by johnbillion over 5 years ago

  • Add a Switch To link to the Edit User admin toolbar menu when viewing an author archive.
  • Add a Switch back link to the Edit User admin toolbar menu when viewing an author archive and you're already switched.
user-switching -

Published by johnbillion about 6 years ago

  • Add support for user session retention, reuse, and destruction when switching to and back from other user accounts.
  • Add support for the switch_users meta capability for fine grained control over the ability to switch user accounts.
  • More code and documentation quality improvements.
user-switching - 1.3.1

Published by johnbillion over 6 years ago

  • Add support for the X-Redirect-By header in WordPress 5.0.
  • Allow User Switching's admin notices to be dismissed.
  • Introduce a privacy statement.
user-switching - 1.3.0

Published by johnbillion almost 7 years ago

  • Update the BuddyPress compatibility.
  • Various code and inline docs improvements.