Skip to content

1.7.2

Compare
Choose a tag to compare
@JoryHogeveen JoryHogeveen released this 13 Jun 00:14
· 867 commits to master since this release
  • Feature: Integration with the "Groups" plugin. Introduces a new view type groups when this plugin is activated. #11
  • Fix: auto max height didn't work on frontend. #55
  • Fix: Role Manager used boolval() which is only available in PHP 5.5+. #63
  • Fix: view_admin_as_superior_admins filter was not working for single installations. #65
  • Compatibility: Allow other plugins to overwrite our user_has_cap filter by setting it's priority as first (large negative number). #56. Thanks to @pbiron for the report.
  • Compatibility: Run the user_has_cap filter in your map_meta_cap filter. #56
  • Compatibility: Add new network capabilities (WP 4.8) to the list. #64
  • Enhancement: Automatic JS handling for simple and more advanced options. #60
  • Enhancement: Role defaults: Rename all wildcard to __all__ to prevent a possible conflict with custom roles.
  • Enhancement: Role defaults: Add recording indicator icon to the top level node when a role view is active.
  • Refactoring: Move form logic to separate class and extend it (admin bar)

Detailed info: PR on GitHub & Groups integration PR on GitHub