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 -

Published by johnbillion over 8 years ago

  • Always show a 'Switch back' link in the footer when the admin toolbar isn't showing.
  • More intuitive redirecting after switching.
user-switching -

Published by johnbillion over 8 years ago

  • Arabic translation by Hassan Hisham.
  • Minor code tweaks.
user-switching -

Published by johnbillion over 8 years ago

  • Nested switching and switching back is now supported (capability permitting). Switch, switch again, switch back, switch back!
  • Fix for BuddyPress 1.7 member profile pages. Props nat0n.
  • Updated Arabic translation by Hassan Hisham.
  • A little code refactoring and improving, completed inline docs.
user-switching -

Published by johnbillion over 8 years ago

  • Japanese translation by Yusuke Hayasaki.
user-switching -

Published by johnbillion over 8 years ago

  • Russian translation by R J.
user-switching -

Published by johnbillion over 8 years ago

  • Switch to storing data in cookies as JSON instead of PHP-serialized.
  • Show admin notices on all possible admin screens.
  • Tweak the redirect location for BuddyPress user profiles.
  • Change the textdomain in the plugin to match the plugin slug (required for language packs in WordPress core).
user-switching -

Published by johnbillion over 8 years ago

  • Revert a change in 0.8.3 which switched to using the login_init hook. This hook is fired too late.
user-switching -

Published by johnbillion over 8 years ago

  • Add a 'Switch To' link to bbPress profile screens.
user-switching -

Published by johnbillion over 8 years ago

  • Correctly encode the redirect_to parameter in the login screen message.
user-switching -

Published by johnbillion over 8 years ago

  • Respect the secure_logged_in_cookie and login_redirect filters.
user-switching -

Published by johnbillion over 8 years ago

  • Spanish Translation by Marcelo Pedra.
  • User Switching is now a network-only plugin when used on Multisite.
user-switching -

Published by johnbillion over 8 years ago

  • French translation by Fx Bénard.
  • Hebrew translation by Rami Y.
  • Indonesian translation by Eko Ikhyar.
  • Portuguese translation by Raphael Mendonça.
user-switching -

Published by johnbillion over 8 years ago

  • Minor fixes for the login_redirect filter.
  • Increase the specificity of the switch_to_old_user and switch_off nonces.
user-switching -

Published by johnbillion over 8 years ago

  • Security hardening for sites that use HTTPS in the admin area and HTTP on the front end.
  • Add an extra auth check before the nonce verification.
  • Pretty icon next to the switch back links.
user-switching -

Published by johnbillion over 8 years ago

  • Shorten the names of User Switching's cookies to avoid problems with Suhosin's over-zealous default rules.
  • Add backwards compatibility for the deprecated OLDUSER_COOKIE constant.
user-switching -

Published by johnbillion over 8 years ago

  • Turkish translation by Abdullah Pazarbasi.
  • Romanian translation by ArianServ.
  • Dutch translation by Thom.
  • Greek translation by evigiannakou.
  • Bulgarian translation by Petya Raykovska.
  • Finnish translation by Sami Keijonen.
  • Italian translation by Alessandro Curci and Alessandro Tesoro.
  • Updated Arabic, Spanish, German, and Polish translations.
user-switching -

Published by johnbillion over 8 years ago

  • Croation translation by Ante Sepic.
  • Avoid PHP notices caused by other plugins which erroneously use boolean true as a capability.
user-switching -

Published by johnbillion over 8 years ago

  • Support for the new logout_redirect and removable_query_args filters in WordPress 4.2.
user-switching -

Published by johnbillion over 8 years ago

  • Norwegian translation by Per Søderlind.
  • Code standards tweaks.
user-switching -

Published by johnbillion over 8 years ago

  • Correct the values passed to the switch_back_user action when a user switches back.
  • More code standards tweaks.