Plugin Directory

Changeset 1217305


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

Removed php4 constructor for WP 4.3 compatibility

Location:
suggest-review
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • suggest-review/tags/1.3.6/readme.txt

    r1164150 r1217305  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.3.5
     6Tested up to: 4.3.0
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ===
    6868
     69= 1.3.6 =
     70* Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor.
     71
    6972= 1.3.5 =
    7073* The dashboard page added in 1.3.0 to show all flagged posts was only working with posts, not pages or any custom types. That should now be fixed.
     
    123126== Upgrade Notice ===
    124127
     128= 1.3.6 =
     129* Required upgrade if using WP 4.3.
     130
    125131= 1.3.5 =
    126132Bug fix. Upgrade recommended.
  • suggest-review/tags/1.3.6/suggest-review.php

    r1163366 r1217305  
    22/**
    33 * @package Suggest_Review
    4  * @version 1.3.5
     4 * @version 1.3.6
    55 */
    66/*
     
    1010Author: Michael George
    1111Text Domain: suggest-review
    12 Version: 1.3.5
     12Version: 1.3.6
    1313
    1414    This program is free software; you can redistribute it and/or modify
     
    3030    class SuggestReview {
    3131        var $adminOptionsName = "SuggestReviewAdminOptions";
    32 
    33         function SuggestReview() { //constructor
    34         }
    3532
    3633        function init() {
  • suggest-review/trunk/readme.txt

    r1164150 r1217305  
    44Tags:
    55Requires at least: 3.5.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.3.5
     6Tested up to: 4.3.0
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ===
    6868
     69= 1.3.6 =
     70* Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor.
     71
    6972= 1.3.5 =
    7073* The dashboard page added in 1.3.0 to show all flagged posts was only working with posts, not pages or any custom types. That should now be fixed.
     
    123126== Upgrade Notice ===
    124127
     128= 1.3.6 =
     129* Required upgrade if using WP 4.3.
     130
    125131= 1.3.5 =
    126132Bug fix. Upgrade recommended.
  • suggest-review/trunk/suggest-review.php

    r1163366 r1217305  
    22/**
    33 * @package Suggest_Review
    4  * @version 1.3.5
     4 * @version 1.3.6
    55 */
    66/*
     
    1010Author: Michael George
    1111Text Domain: suggest-review
    12 Version: 1.3.5
     12Version: 1.3.6
    1313
    1414    This program is free software; you can redistribute it and/or modify
     
    3030    class SuggestReview {
    3131        var $adminOptionsName = "SuggestReviewAdminOptions";
    32 
    33         function SuggestReview() { //constructor
    34         }
    3532
    3633        function init() {
Note: See TracChangeset for help on using the changeset viewer.