Skip to content

Releases: johnbillion/user-switching

1.5.2

16 Aug 21:04

Choose a tag to compare

  • 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.

1.5.1

16 Jun 18:29

Choose a tag to compare

  • 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.

1.5.0

23 Mar 14:50

Choose a tag to compare

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

1.4.2

13 Feb 10:19

Choose a tag to compare

  • 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.

1.4.1

02 Feb 21:59

Choose a tag to compare

  • 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.

1.4.0

17 Sep 15:00

Choose a tag to compare

  • 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.

1.3.1

24 May 16:28

Choose a tag to compare

  • 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.

1.3.0

09 Nov 22:00

Choose a tag to compare

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

1.2.0

29 Sep 10:51

Choose a tag to compare

  • Improve the Switch Back functionality when the interim login window is shown.
  • Always show the Switch Back link in the Meta widget if it's present.

1.1.0

07 Sep 23:31

Choose a tag to compare

  • Introduce a user_switching_switched_message filter to allow customisation of the message displayed to switched users in the admin area.
  • Switch to safe redirects for extra paranoid hardening.
  • Docblock improvements.
  • Coding standards improvements.