Releases: johnbillion/user-switching
Releases · johnbillion/user-switching
1.3.1
- 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
- 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 Back
link in the Meta widget if it's present.
1.1.0
- 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.
1.0.9
- Remove the bundled languages in favour of language packs from translate.wordpress.org.
1.0.8
- Chinese (Taiwan) and Czech translations.
- Updated Dutch, Spanish, Hebrew, and German translations.
- Add an ID attribute to the links that User Switching outputs on the WordPress login screen, BuddyPress screens, and bbPress screens.
- Avoid a deprecated argument notice when the
user-actions
admin toolbar node has been removed.
1.0.7
- Azerbaijani, Danish, and Bosnian translations.
- Add back the 'User Switching' heading on the user profile screen.
- Correct the value passed to the
$old_user_id
parameter of theswitch_back_user
hook when a user has been switched off. This should be booleanfalse
rather than0
. - Docblocks for actions and filters.
- More code standards tweaks.
1.0.6
- Correct the values passed to the
switch_back_user
action when a user switches back. - More code standards tweaks.
1.0.5
- Norwegian translation by Per Søderlind.
- Code standards tweaks.
1.0.4
- Support for the new
logout_redirect
andremovable_query_args
filters in WordPress 4.2.