Changeset 1217309
- Timestamp:
- 08/10/2015 02:41:18 PM (11 years ago)
- Location:
- lock-by-ldap-query
- Files:
-
- 2 edited
- 3 copied
-
tags/1.0.1 (copied) (copied from lock-by-ldap-query/trunk)
-
tags/1.0.1/lock-by-ldap-query.php (copied) (copied from lock-by-ldap-query/trunk/lock-by-ldap-query.php) (3 diffs)
-
tags/1.0.1/readme.txt (copied) (copied from lock-by-ldap-query/trunk/readme.txt) (3 diffs)
-
trunk/lock-by-ldap-query.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lock-by-ldap-query/tags/1.0.1/lock-by-ldap-query.php
r925699 r1217309 2 2 /** 3 3 * @package Lock-By-LDAP-Query 4 * @version 1.0. 04 * @version 1.0.1 5 5 */ 6 6 /* … … 9 9 Description: Lock a page down so that it can only be viewed by certain LDAP groups 10 10 Author: Michael George 11 Version: 1.0. 011 Version: 1.0.1 12 12 13 13 This program is free software; you can redistribute it and/or modify … … 31 31 var $join; 32 32 var $where; 33 34 function LockByLDAPQuery() { //constructor35 $this->__construct();36 }37 33 38 34 function __construct() { -
lock-by-ldap-query/tags/1.0.1/readme.txt
r1198143 r1217309 4 4 Tags: 5 5 Requires at least: 3.5.2 6 Tested up to: 4. 2.27 Stable tag: 1.0. 06 Tested up to: 4.3.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 == Changelog == 37 37 38 = 1.0.1 = 39 * Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor. 40 38 41 = 1.0.0 = 39 42 * Initial version. … … 41 44 == Upgrade Notice == 42 45 46 = 1.0.1 = 47 * Required upgrade if using WP 4.3. -
lock-by-ldap-query/trunk/lock-by-ldap-query.php
r925699 r1217309 2 2 /** 3 3 * @package Lock-By-LDAP-Query 4 * @version 1.0. 04 * @version 1.0.1 5 5 */ 6 6 /* … … 9 9 Description: Lock a page down so that it can only be viewed by certain LDAP groups 10 10 Author: Michael George 11 Version: 1.0. 011 Version: 1.0.1 12 12 13 13 This program is free software; you can redistribute it and/or modify … … 31 31 var $join; 32 32 var $where; 33 34 function LockByLDAPQuery() { //constructor35 $this->__construct();36 }37 33 38 34 function __construct() { -
lock-by-ldap-query/trunk/readme.txt
r1198143 r1217309 4 4 Tags: 5 5 Requires at least: 3.5.2 6 Tested up to: 4. 2.27 Stable tag: 1.0. 06 Tested up to: 4.3.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 == Changelog == 37 37 38 = 1.0.1 = 39 * Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor. 40 38 41 = 1.0.0 = 39 42 * Initial version. … … 41 44 == Upgrade Notice == 42 45 46 = 1.0.1 = 47 * Required upgrade if using WP 4.3.
Note: See TracChangeset
for help on using the changeset viewer.