Releases: johnbillion/user-switching
Releases · johnbillion/user-switching
1.5.6
- Add a class to the table row on the user edit screen.
- Updated docs.
1.5.5
- Added the
user_switching_in_footer
filter to disable output in footer on front end. - Documentation additions and improvements.
1.5.4
- Fix a cookie issue caused by Jetpack 8.1.1 which prevented switching back to the original user.
1.5.3
- Remove usage of a method that's been deprecated in WordPress 5.3
1.5.2
- 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
- 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
- Add support for forgetting WooCommerce sessions when switching between users. Requires WooCommerce 3.6+.
1.4.2
- 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
- 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
- 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.