Plugin Directory

Changeset 1217306


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

Removed php4 constructor for WP 4.3 compatibility

Location:
simple-permissions
Files:
2 edited
3 copied

Legend:

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

    r1198141 r1217306  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.2.1
     6Tested up to: 4.3.0
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36
     37= 1.2.2 =
     38* Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor.
    3639
    3740= 1.2.1 =
     
    7073== Upgrade Notice ==
    7174
     75= 1.2.2 =
     76* Required upgrade if using WP 4.3.
     77
    7278= 1.2.1 =
    7379* Changed permission logic. Upgrade suggested.
  • simple-permissions/tags/1.2.2/simple-permissions.php

    r1198141 r1217306  
    22/**
    33 * @package Simple-Permissions
    4  * @version 1.2.1
     4 * @version 1.2.2
    55 */
    66/*
     
    99Description: Create simple permission groups for reading or editing posts.
    1010Author: Michael George
    11 Version: 1.2.1
     11Version: 1.2.2
    1212
    1313    This program is free software; you can redistribute it and/or modify
     
    3131        var $join;
    3232        var $where;
    33 
    34         function SimplePermissions() { //constructor
    35             $this->__construct();
    36         }
    3733
    3834        function __construct() {
  • simple-permissions/trunk/readme.txt

    r1198141 r1217306  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.2.1
     6Tested up to: 4.3.0
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36
     37= 1.2.2 =
     38* Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor.
    3639
    3740= 1.2.1 =
     
    7073== Upgrade Notice ==
    7174
     75= 1.2.2 =
     76* Required upgrade if using WP 4.3.
     77
    7278= 1.2.1 =
    7379* Changed permission logic. Upgrade suggested.
  • simple-permissions/trunk/simple-permissions.php

    r1198141 r1217306  
    22/**
    33 * @package Simple-Permissions
    4  * @version 1.2.1
     4 * @version 1.2.2
    55 */
    66/*
     
    99Description: Create simple permission groups for reading or editing posts.
    1010Author: Michael George
    11 Version: 1.2.1
     11Version: 1.2.2
    1212
    1313    This program is free software; you can redistribute it and/or modify
     
    3131        var $join;
    3232        var $where;
    33 
    34         function SimplePermissions() { //constructor
    35             $this->__construct();
    36         }
    3733
    3834        function __construct() {
Note: See TracChangeset for help on using the changeset viewer.