Changeset 2833263
- Timestamp:
- 12/13/2022 07:52:43 PM (3 years ago)
- Location:
- content-visibility-user-role
- Files:
-
- 6 edited
- 1 copied
-
tags/0.1.5 (copied) (copied from content-visibility-user-role/trunk)
-
tags/0.1.5/content-visibility-user-role.php (modified) (1 diff)
-
tags/0.1.5/includes/block-visibility-user-role.php (modified) (2 diffs)
-
tags/0.1.5/readme.txt (modified) (2 diffs)
-
trunk/content-visibility-user-role.php (modified) (1 diff)
-
trunk/includes/block-visibility-user-role.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
content-visibility-user-role/tags/0.1.5/content-visibility-user-role.php
r2833198 r2833263 12 12 * Plugin URI: https://richardtape.com/content-visibility/ 13 13 * Description: [Content Visibility Add-On] Determine which user role(s) can see the content blocks of your choosing. 14 * Version: 0.1. 414 * Version: 0.1.5 15 15 * Author: Richard Tape 16 16 * Author URI: https://richardtape.com -
content-visibility-user-role/tags/0.1.5/includes/block-visibility-user-role.php
r2833198 r2833263 1 1 <?php 2 3 2 /** 4 3 * Main loader file for Content Visibility User Role Add-on. … … 88 87 89 88 /** 90 * Undocumented function 89 * Determine if the passed block should be shown based on the rules that have been selected. 90 * In this case, if there are role-based rules, check to see if the current user is in the 91 * roles list approved by this block. 91 92 * 92 93 * @param array $rule_value Which roles are selected for this block. -
content-visibility-user-role/tags/0.1.5/readme.txt
r2833198 r2833263 4 4 Tags: block, content, visibility, user, users, role, roles, contentvisibility 5 5 Requires at least: 5.0 6 Tested up to: 5.8.06 Tested up to: 6.1.1 7 7 Stable tag: 0.1.4 8 8 Requires PHP: 7.0 … … 40 40 == Changelog == 41 41 42 = 0.1.5 = 43 * _sigh_ sorry, Actual WP 6.1.1 compatibility. I wish we didn't have to put it in more than one place. 44 42 45 = 0.1.4 = 43 46 * WP 6.1.1 compatibility. -
content-visibility-user-role/trunk/content-visibility-user-role.php
r2833198 r2833263 12 12 * Plugin URI: https://richardtape.com/content-visibility/ 13 13 * Description: [Content Visibility Add-On] Determine which user role(s) can see the content blocks of your choosing. 14 * Version: 0.1. 414 * Version: 0.1.5 15 15 * Author: Richard Tape 16 16 * Author URI: https://richardtape.com -
content-visibility-user-role/trunk/includes/block-visibility-user-role.php
r2833198 r2833263 1 1 <?php 2 3 2 /** 4 3 * Main loader file for Content Visibility User Role Add-on. … … 88 87 89 88 /** 90 * Undocumented function 89 * Determine if the passed block should be shown based on the rules that have been selected. 90 * In this case, if there are role-based rules, check to see if the current user is in the 91 * roles list approved by this block. 91 92 * 92 93 * @param array $rule_value Which roles are selected for this block. -
content-visibility-user-role/trunk/readme.txt
r2833198 r2833263 4 4 Tags: block, content, visibility, user, users, role, roles, contentvisibility 5 5 Requires at least: 5.0 6 Tested up to: 5.8.06 Tested up to: 6.1.1 7 7 Stable tag: 0.1.4 8 8 Requires PHP: 7.0 … … 40 40 == Changelog == 41 41 42 = 0.1.5 = 43 * _sigh_ sorry, Actual WP 6.1.1 compatibility. I wish we didn't have to put it in more than one place. 44 42 45 = 0.1.4 = 43 46 * WP 6.1.1 compatibility.
Note: See TracChangeset
for help on using the changeset viewer.