Skip to content

Commit

Permalink
Add module documentation references + final version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryHogeveen committed Sep 25, 2018
1 parent 5cb5091 commit fc7cdce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/class-role-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Jory Hogeveen <info@keraweb.nl>
* @package View_Admin_As
* @since 1.7.0
* @version 1.8.0
* @version 1.8.2
* @uses \VAA_View_Admin_As_Module Extends class
*/
final class VAA_View_Admin_As_Role_Manager extends VAA_View_Admin_As_Module
Expand Down
16 changes: 7 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ It also features a "Role manager" module to add, edit or remove roles and grant
* Import/Export role defaults, can also download (and upload) setting files
* Disable the "screen settings" option and/or lock the meta boxes for all users that don't have access to this plugin

[Click here for Role Defaults documentation](https://github.com/JoryHogeveen/view-admin-as/wiki/Role-Defaults)

= Module: Role manager (role editor) =

*Note: Changes made with the Role Manager are permanent!*
Expand All @@ -56,6 +58,8 @@ It also features a "Role manager" module to add, edit or remove roles and grant
* Update role capabilities from current view
* Automatically migrate users to another role after deleting a role

[Click here for Role Manager documentation](https://github.com/JoryHogeveen/view-admin-as/wiki/Role-Manager)

= Compatibility & Integrations =

This plugin will work with most other plugins but these are tested:
Expand Down Expand Up @@ -152,15 +156,9 @@ And if even that doesn't work just add "?reset-view" in the address bar and you'

Example: http://www.your.domain/wp-admin/?reset-view

= 4. What data is stored for role defaults and how can I change this? =
Please see the `view_admin_as_role_defaults_meta` filter at [Wiki: Filters](https://github.com/JoryHogeveen/view-admin-as/wiki/Filters#view_admin_as_role_defaults_meta)!

The meta manager (since 1.6.3) provides a UI to edit the meta keys.
Please follow these guidelines:

* `%%` stands for a wildcard which could be anything.
* Avoid special characters. Spaces, quotes etc. are forbidden.
* Default meta keys cannot be removed, only disabled.
= 4. How do the Role Defaults and Role Manager modules work? =
* [Click here for Role Defaults documentation](https://github.com/JoryHogeveen/view-admin-as/wiki/Role-Defaults)
* [Click here for Role Manager documentation](https://github.com/JoryHogeveen/view-admin-as/wiki/Role-Manager)

= 5. I can't find a user! =
Could it be that this user is an equal user to your's? Example: you are both Admins?
Expand Down

0 comments on commit fc7cdce

Please sign in to comment.