Plugin Directory

Changeset 1217309


Ignore:
Timestamp:
08/10/2015 02:41:18 PM (11 years ago)
Author:
george_michael
Message:

Removed php4 constructor for WP 4.3 compatibility

Location:
lock-by-ldap-query
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • lock-by-ldap-query/tags/1.0.1/lock-by-ldap-query.php

    r925699 r1217309  
    22/**
    33 * @package Lock-By-LDAP-Query
    4  * @version 1.0.0
     4 * @version 1.0.1
    55 */
    66/*
     
    99Description: Lock a page down so that it can only be viewed by certain LDAP groups
    1010Author: Michael George
    11 Version: 1.0.0
     11Version: 1.0.1
    1212
    1313    This program is free software; you can redistribute it and/or modify
     
    3131        var $join;
    3232        var $where;
    33 
    34         function LockByLDAPQuery() { //constructor
    35             $this->__construct();
    36         }
    3733
    3834        function __construct() {
  • lock-by-ldap-query/tags/1.0.1/readme.txt

    r1198143 r1217309  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.0.0
     6Tested up to: 4.3.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636== Changelog ==
    3737
     38= 1.0.1 =
     39* Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor.
     40
    3841= 1.0.0 =
    3942* Initial version.
     
    4144== Upgrade Notice ==
    4245
     46= 1.0.1 =
     47* Required upgrade if using WP 4.3.
  • lock-by-ldap-query/trunk/lock-by-ldap-query.php

    r925699 r1217309  
    22/**
    33 * @package Lock-By-LDAP-Query
    4  * @version 1.0.0
     4 * @version 1.0.1
    55 */
    66/*
     
    99Description: Lock a page down so that it can only be viewed by certain LDAP groups
    1010Author: Michael George
    11 Version: 1.0.0
     11Version: 1.0.1
    1212
    1313    This program is free software; you can redistribute it and/or modify
     
    3131        var $join;
    3232        var $where;
    33 
    34         function LockByLDAPQuery() { //constructor
    35             $this->__construct();
    36         }
    3733
    3834        function __construct() {
  • lock-by-ldap-query/trunk/readme.txt

    r1198143 r1217309  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.0.0
     6Tested up to: 4.3.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636== Changelog ==
    3737
     38= 1.0.1 =
     39* Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor.
     40
    3841= 1.0.0 =
    3942* Initial version.
     
    4144== Upgrade Notice ==
    4245
     46= 1.0.1 =
     47* Required upgrade if using WP 4.3.
Note: See TracChangeset for help on using the changeset viewer.