Skip to content

Releases: JoryHogeveen/view-admin-as

1.6.3

11 Jan 15:50
Compare
Choose a tag to compare
  • Feature: Meta sync manager UI for the role defaults module #28
  • Feature: Multiple import methods for the role defaults module #27
  • Enhancement: Also update the current user object's capabilities and roles to improve support for other plugins #32
  • Other minor improvements

Detailed info: PR on GitHub

1.6.2

30 Nov 16:08
Compare
Choose a tag to compare
  • Feature: A new view! You can now see your site as an unregistered visitor (no need to switch browsers) #14
  • Enhancement: Reduced queries for getting the available users to 1! Performance improvement to the native WP function get_users() (with fallback if needed) #24
  • Enhancement: Add all existing roles that have defaults to the clear list even if they have been removed from WP #22
  • Enhancement: Enable the current view as a capability filter
  • Enhancement: Highlight the view capabilities in the capability menu
  • Enhancement: Pass view data as JSON (enhances compatibility with weird capability identifiers since WP doesn't escape these so it could contain special characters)
  • Enhancement/Fix: Compatibility with the editable_roles filter for non super admins
  • Fix: Hide our toolbar in the customizer preview. Switching in the WP Customizer not possible (yet)
  • Fix: Improve capability view handling
  • Other minor improvements

Detailed info: PR on GitHub

1.6.1

16 Nov 01:06
Compare
Choose a tag to compare
  • Feature: Freeze locale, force your own locale setting over that of a selected view. (Requires WP 4.7) #21
  • Enhancement: Added a11y keyboard tab indexes
  • Fix: Reloading when anchor tags are set in the url #17
  • Other minor fixes

Detailed info: PR on GitHub

1.6

02 Nov 19:08
Compare
Choose a tag to compare
1.6
  • Feature: Lock meta boxes #9
  • Feature: View as links in user management page #12
  • Enhancement: Better admin bar handling when set to hidden by user #4
  • Also adds an option to hide/show our toolbar when now view is selected and the admin bar is not shown.
  • Enhancement: Better handling for permission errors #10
  • Compatibility: Show our custom capabilities on role manage plugins like Members
  • Compatibility: PHP 5.2 (WP minimum)
  • Fix: occasional issues with enabling the Role Defaults module
  • Refactor whole backend into multiple classes for more flexibility in future development

1.5.3

03 Aug 13:43
Compare
Choose a tag to compare
  • Feature: Switch between super admins on network pages (currently only available for superior admins, see view_admin_as_superior_admins filter)
  • Improvement: Better handling of role defaults for new users
  • Improvement: Also hide the screen options for all users who can access this plugin default functionalities but can't access the role defaults module
  • UX: Confirm before deleting role defaults
  • UI: Translate user roles in front end (WP issue workaround)
  • UI: Fix icon sizes across browsers
  • Tested for WordPress 4.6