Releases: johnbillion/user-switching
Releases · johnbillion/user-switching
1.5.2
- Set the correct
langattribute 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 Tolink 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 Tolink to the Edit User admin toolbar menu when viewing an author archive. - Add a
Switch backlink 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_usersmeta capability for fine grained control over the ability to switch user accounts. - More code and documentation quality improvements.
1.3.1
- Add support for the
X-Redirect-Byheader in WordPress 5.0. - Allow User Switching's admin notices to be dismissed.
- Introduce a privacy statement.
1.3.0
- Update the BuddyPress compatibility.
- Various code and inline docs improvements.
1.2.0
- Improve the Switch Back functionality when the interim login window is shown.
- Always show the
Switch Backlink in the Meta widget if it's present.
1.1.0
- Introduce a
user_switching_switched_messagefilter 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.