Plugin Directory

Changeset 1085570


Ignore:
Timestamp:
02/09/2015 02:09:56 PM (11 years ago)
Author:
george_michael
Message:

confirmed support for 4.1

Location:
simple-permissions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-permissions/tags/1.1.4/readme.txt

    r1045091 r1085570  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.0.0
     6Tested up to: 4.1.0
    77Stable tag: 1.1.4
    88License: GPLv2 or later
  • simple-permissions/trunk/readme.txt

    r1045090 r1085570  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.0.0
     6Tested up to: 4.1.0
    77Stable tag: 1.1.4
    88License: GPLv2 or later
  • simple-permissions/trunk/simple-permissions.php

    r1045090 r1085570  
    180180            //if we are not checking for a specific post, do nothing
    181181            if ( ! isset( $args[2] ) || ! is_numeric( $args[2] ) ) {
     182                error_log( "here" );
    182183                return $allcaps;
    183184            }
     
    185186            //Bail out if operation isn't protected
    186187            if ( ! in_array( $args[0], $protectedOperations ) ) {
     188                error_log( "here2" );
    187189                return $allcaps;
    188190            }
     
    191193            //available to admins and super admins
    192194            if ( $allcaps['activate_plugins'] ) {
     195                error_log( "here3" );
    193196                return $allcaps;
    194197            }
Note: See TracChangeset for help on using the changeset viewer.