Plugin Directory

Changeset 2833263


Ignore:
Timestamp:
12/13/2022 07:52:43 PM (3 years ago)
Author:
iamfriendly
Message:

Update to version 0.1.5 from GitHub

Location:
content-visibility-user-role
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • content-visibility-user-role/tags/0.1.5/content-visibility-user-role.php

    r2833198 r2833263  
    1212 * Plugin URI:  https://richardtape.com/content-visibility/
    1313 * Description: [Content Visibility Add-On] Determine which user role(s) can see the content blocks of your choosing.
    14  * Version:     0.1.4
     14 * Version:     0.1.5
    1515 * Author:      Richard Tape
    1616 * Author URI:  https://richardtape.com
  • content-visibility-user-role/tags/0.1.5/includes/block-visibility-user-role.php

    r2833198 r2833263  
    11<?php
    2 
    32/**
    43 * Main loader file for Content Visibility User Role Add-on.
     
    8887
    8988/**
    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.
    9192 *
    9293 * @param array  $rule_value Which roles are selected for this block.
  • content-visibility-user-role/tags/0.1.5/readme.txt

    r2833198 r2833263  
    44Tags: block, content, visibility, user, users, role, roles, contentvisibility
    55Requires at least: 5.0
    6 Tested up to: 5.8.0
     6Tested up to: 6.1.1
    77Stable tag: 0.1.4
    88Requires PHP: 7.0
     
    4040== Changelog ==
    4141
     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
    4245= 0.1.4 =
    4346* WP 6.1.1 compatibility.
  • content-visibility-user-role/trunk/content-visibility-user-role.php

    r2833198 r2833263  
    1212 * Plugin URI:  https://richardtape.com/content-visibility/
    1313 * Description: [Content Visibility Add-On] Determine which user role(s) can see the content blocks of your choosing.
    14  * Version:     0.1.4
     14 * Version:     0.1.5
    1515 * Author:      Richard Tape
    1616 * Author URI:  https://richardtape.com
  • content-visibility-user-role/trunk/includes/block-visibility-user-role.php

    r2833198 r2833263  
    11<?php
    2 
    32/**
    43 * Main loader file for Content Visibility User Role Add-on.
     
    8887
    8988/**
    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.
    9192 *
    9293 * @param array  $rule_value Which roles are selected for this block.
  • content-visibility-user-role/trunk/readme.txt

    r2833198 r2833263  
    44Tags: block, content, visibility, user, users, role, roles, contentvisibility
    55Requires at least: 5.0
    6 Tested up to: 5.8.0
     6Tested up to: 6.1.1
    77Stable tag: 0.1.4
    88Requires PHP: 7.0
     
    4040== Changelog ==
    4141
     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
    4245= 0.1.4 =
    4346* WP 6.1.1 compatibility.
Note: See TracChangeset for help on using the changeset viewer.