Plugin Directory

Changeset 3115732

Timestamp:
07/10/2024 04:05:16 PM (3 weeks ago)
Author:
croixhaug
Message:

Update to version 2.1.7.16 from GitHub

Location:
webmaster-user-role
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • webmaster-user-role/tags/2.1.7.16/includes/class-upgrade.php

    r3001467 r3115732  
    88 *
    99 * @author  Pippin Williamson
    10  * @version 2.1.7.11
     10 * @version 2.1.7.1
    1111 */
    1212class SCD_Upgrade {
  • webmaster-user-role/tags/2.1.7.16/readme.txt

    r3001467 r3115732  
    44Tags: client, restrict access, role, admin, user, webmaster, capabilities, administrator, editor, permission, user roles
    55Requires at least: 3.5
    6 Tested up to: 6.4
    7 Stable tag: 2.1.7.11
     6Tested up to: 6.
     7Stable tag: 2.1.7.1
    88
    99Restrict permissions with Simple Client Dashboard. Our new "Admin" user role between Administrator and Editor is perfect for clients and Webmasters.
  • webmaster-user-role/tags/2.1.7.16/webmaster-user-role.php

    r3001467 r3115732  
    44Plugin URI: https://nsquared.io/webmaster-user-role/
    55Description: Adds an "Admin" user role between Administrator and Editor.  By default this user is the same as Administrator, without the capability to manage plugins or change themes
    6 Version: 2.1.7.11
     6Version: 2.1.7.1
    77Author: N Squared
    88Author URI: https://nsquared.io
     
    9898        const slug = 'simple-client-dashboard';
    9999
    100         const version = '1.7.11';
     100        const version = '1.7.1';
    101101
    102102        const file = __FILE__;
  • webmaster-user-role/trunk/includes/class-upgrade.php

    r3001467 r3115732  
    88 *
    99 * @author  Pippin Williamson
    10  * @version 2.1.7.11
     10 * @version 2.1.7.1
    1111 */
    1212class SCD_Upgrade {
  • webmaster-user-role/trunk/readme.txt

    r3001467 r3115732  
    44Tags: client, restrict access, role, admin, user, webmaster, capabilities, administrator, editor, permission, user roles
    55Requires at least: 3.5
    6 Tested up to: 6.4
    7 Stable tag: 2.1.7.11
     6Tested up to: 6.
     7Stable tag: 2.1.7.1
    88
    99Restrict permissions with Simple Client Dashboard. Our new "Admin" user role between Administrator and Editor is perfect for clients and Webmasters.
  • webmaster-user-role/trunk/webmaster-user-role.php

    r3001467 r3115732  
    44Plugin URI: https://nsquared.io/webmaster-user-role/
    55Description: Adds an "Admin" user role between Administrator and Editor.  By default this user is the same as Administrator, without the capability to manage plugins or change themes
    6 Version: 2.1.7.11
     6Version: 2.1.7.1
    77Author: N Squared
    88Author URI: https://nsquared.io
     
    9898        const slug = 'simple-client-dashboard';
    9999
    100         const version = '1.7.11';
     100        const version = '1.7.1';
    101101
    102102        const file = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.