Changeset 1217306
- Timestamp:
- 08/10/2015 02:39:26 PM (11 years ago)
- Location:
- simple-permissions
- Files:
-
- 2 edited
- 3 copied
-
tags/1.2.2 (copied) (copied from simple-permissions/trunk)
-
tags/1.2.2/readme.txt (copied) (copied from simple-permissions/trunk/readme.txt) (3 diffs)
-
tags/1.2.2/simple-permissions.php (copied) (copied from simple-permissions/trunk/simple-permissions.php) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-permissions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-permissions/tags/1.2.2/readme.txt
r1198141 r1217306 4 4 Tags: 5 5 Requires at least: 3.5.2 6 Tested up to: 4. 2.27 Stable tag: 1.2. 16 Tested up to: 4.3.0 7 Stable tag: 1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 35 35 == Changelog == 36 37 = 1.2.2 = 38 * Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor. 36 39 37 40 = 1.2.1 = … … 70 73 == Upgrade Notice == 71 74 75 = 1.2.2 = 76 * Required upgrade if using WP 4.3. 77 72 78 = 1.2.1 = 73 79 * Changed permission logic. Upgrade suggested. -
simple-permissions/tags/1.2.2/simple-permissions.php
r1198141 r1217306 2 2 /** 3 3 * @package Simple-Permissions 4 * @version 1.2. 14 * @version 1.2.2 5 5 */ 6 6 /* … … 9 9 Description: Create simple permission groups for reading or editing posts. 10 10 Author: Michael George 11 Version: 1.2. 111 Version: 1.2.2 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 SimplePermissions() { //constructor35 $this->__construct();36 }37 33 38 34 function __construct() { -
simple-permissions/trunk/readme.txt
r1198141 r1217306 4 4 Tags: 5 5 Requires at least: 3.5.2 6 Tested up to: 4. 2.27 Stable tag: 1.2. 16 Tested up to: 4.3.0 7 Stable tag: 1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 35 35 == Changelog == 36 37 = 1.2.2 = 38 * Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor. 36 39 37 40 = 1.2.1 = … … 70 73 == Upgrade Notice == 71 74 75 = 1.2.2 = 76 * Required upgrade if using WP 4.3. 77 72 78 = 1.2.1 = 73 79 * Changed permission logic. Upgrade suggested. -
simple-permissions/trunk/simple-permissions.php
r1198141 r1217306 2 2 /** 3 3 * @package Simple-Permissions 4 * @version 1.2. 14 * @version 1.2.2 5 5 */ 6 6 /* … … 9 9 Description: Create simple permission groups for reading or editing posts. 10 10 Author: Michael George 11 Version: 1.2. 111 Version: 1.2.2 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 SimplePermissions() { //constructor35 $this->__construct();36 }37 33 38 34 function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.