Changeset 1786948
- Timestamp:
- 12/14/2017 12:33:17 PM (8 years ago)
- Location:
- permissions-editor-for-ninja-forms
- Files:
-
- 2 edited
- 7 copied
-
tags/1.1.3 (copied) (copied from permissions-editor-for-ninja-forms/trunk)
-
tags/1.1.3/LICENSE (copied) (copied from permissions-editor-for-ninja-forms/trunk/LICENSE)
-
tags/1.1.3/README.md (copied) (copied from permissions-editor-for-ninja-forms/trunk/README.md)
-
tags/1.1.3/languages (copied) (copied from permissions-editor-for-ninja-forms/trunk/languages)
-
tags/1.1.3/penf_role_matrix.php (copied) (copied from permissions-editor-for-ninja-forms/trunk/penf_role_matrix.php)
-
tags/1.1.3/permissions-editor-for-ninja_forms.php (copied) (copied from permissions-editor-for-ninja-forms/trunk/permissions-editor-for-ninja_forms.php) (2 diffs)
-
tags/1.1.3/readme.txt (copied) (copied from permissions-editor-for-ninja-forms/trunk/readme.txt) (1 diff)
-
trunk/permissions-editor-for-ninja_forms.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
permissions-editor-for-ninja-forms/tags/1.1.3/permissions-editor-for-ninja_forms.php
r1786942 r1786948 3 3 Plugin Name: Permissions Editor for Ninja Forms 4 4 Description: This plugin enables you to select the Ninja Forms capabilities that you wish to enable different WordPress user roles to have access to. 5 Version: 1.1. 25 Version: 1.1.3 6 6 Author: Rapid Web Ltd 7 7 Author URI: http://rapidweb.biz … … 94 94 95 95 $role = get_role($roleKey); 96 97 // Prevents fatal error if attempting to update capability on a role which has been deleted. 98 if (!$role) { 99 continue; 100 } 101 96 102 if(count($penfCapabilityKeys) > 0 ) 97 103 { -
permissions-editor-for-ninja-forms/tags/1.1.3/readme.txt
r1786942 r1786948 4 4 Requires at least: 4.1 5 5 Tested up to: 4.8.1 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 License: LGPL-3.0 8 8 License URI: https://opensource.org/licenses/LGPL-3.0 -
permissions-editor-for-ninja-forms/trunk/permissions-editor-for-ninja_forms.php
r1786942 r1786948 3 3 Plugin Name: Permissions Editor for Ninja Forms 4 4 Description: This plugin enables you to select the Ninja Forms capabilities that you wish to enable different WordPress user roles to have access to. 5 Version: 1.1. 25 Version: 1.1.3 6 6 Author: Rapid Web Ltd 7 7 Author URI: http://rapidweb.biz … … 94 94 95 95 $role = get_role($roleKey); 96 97 // Prevents fatal error if attempting to update capability on a role which has been deleted. 98 if (!$role) { 99 continue; 100 } 101 96 102 if(count($penfCapabilityKeys) > 0 ) 97 103 { -
permissions-editor-for-ninja-forms/trunk/readme.txt
r1786942 r1786948 4 4 Requires at least: 4.1 5 5 Tested up to: 4.8.1 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 License: LGPL-3.0 8 8 License URI: https://opensource.org/licenses/LGPL-3.0
Note: See TracChangeset
for help on using the changeset viewer.