Skip to content

Releases: wpmark/admin-bar-user-switching

v1.1.1

01 Apr 17:58
Compare
Choose a tag to compare
  • Only enqueue js if the user is logged in
  • Do not seperately enqueue jQuery as it is already stated as a dependancy

v1.1

18 May 18:15
Compare
Choose a tag to compare
  • Add keyboard navigation
  • Add magic-word feature, keyboard-only usage of the plugin
  • Focus search input on clicking the admin-bar button - thanks to @shadyvb for work on these features
  • Allow search on any user fields rather than just the login or username
  • Make the search query parameters extensible with a filter so developers can easily edit them
  • Escape calls to $_POST in the ajax search function

v.1.0

21 Feb 19:56
Compare
Choose a tag to compare

This release moves the plugin from showing all users in the switch to links in the admin bar to using an AJAX search box to search for a user instead. The resulting list is clickable to switch to that user. This makes the plugin much more usable for sites with a lot of users.