Plugin Directory

Changeset 1592806


Ignore:
Timestamp:
02/09/2017 09:43:44 PM (9 years ago)
Author:
perfect-web-support
Message:

Perfect Dashboard version 1.6.1

Location:
perfectdashboard/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • perfectdashboard/trunk/class/perfectdashboard-api-class.php

    r1581934 r1592806  
    707707            $debug_mode = 1;
    708708            if (defined('WP_DEBUG') && WP_DEBUG) {
    709                 $debug_mode = 0;
    710             }
    711             if (defined('WP_DEBUG_DISPLAY') && WP_DEBUG_DISPLAY) {
    712709                $debug_mode = 0;
    713710            }
  • perfectdashboard/trunk/perfectdashboard.php

    r1581934 r1592806  
    44 * Plugin URI: https://perfectdashboard.com/?utm_source=backend&utm_medium=installer&utm_campaign=WP
    55 * Description:
    6  * Version: 1.6.0
     6 * Version: 1.6.1
    77 * Text Domain: perfectdashboard
    88 * Author: Perfect Dashboard
  • perfectdashboard/trunk/readme.txt

    r1581934 r1592806  
    44Tags: wordpress, website, management, manager, wp, backup, update, upgrade, test, tool, wp-admin, visual comparision, automatic, automatization, administration
    55Requires at least: 3.5.0
    6 Tested up to: 4.7.1
    7 Stable tag: 1.6.0
     6Tested up to: 4.7.2
     7Stable tag: 1.6.1
    88License: GNU/GPL
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8888== Changelog ==
    8989
     90= 1.6.1 =
     91
     92* Fixed detecting debug mode
     93
    9094= 1.6.0 =
    9195
     
    116120= 1.4.8 / 12-09-2016 =
    117121
    118 * fixed detecting debug mode while performin a security audit
     122* fixed detecting debug mode while performing a security audit
    119123
    120124= 1.4.7 / 31-08-2016 =
Note: See TracChangeset for help on using the changeset viewer.