Skip to content

1.6.2

Compare
Choose a tag to compare
@JoryHogeveen JoryHogeveen released this 30 Nov 16:08
· 1420 commits to master since this release
  • 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