Skip to content

Releases: johnbillion/user-switching

1.5.6

18 Sep 17:03
Compare
Choose a tag to compare
  • Add a class to the table row on the user edit screen.
  • Updated docs.

1.5.5

22 Jun 11:21
Compare
Choose a tag to compare
  • Added the user_switching_in_footer filter to disable output in footer on front end.
  • Documentation additions and improvements.

1.5.4

07 Feb 00:25
Compare
Choose a tag to compare
  • Fix a cookie issue caused by Jetpack 8.1.1 which prevented switching back to the original user.

1.5.3

05 Nov 20:37
Compare
Choose a tag to compare
  • Remove usage of a method that's been deprecated in WordPress 5.3

1.5.2

16 Aug 21:04
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.