Changeset 1592806
- Timestamp:
- 02/09/2017 09:43:44 PM (9 years ago)
- Location:
- perfectdashboard/trunk
- Files:
-
- 3 edited
-
class/perfectdashboard-api-class.php (modified) (1 diff)
-
perfectdashboard.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perfectdashboard/trunk/class/perfectdashboard-api-class.php
r1581934 r1592806 707 707 $debug_mode = 1; 708 708 if (defined('WP_DEBUG') && WP_DEBUG) { 709 $debug_mode = 0;710 }711 if (defined('WP_DEBUG_DISPLAY') && WP_DEBUG_DISPLAY) {712 709 $debug_mode = 0; 713 710 } -
perfectdashboard/trunk/perfectdashboard.php
r1581934 r1592806 4 4 * Plugin URI: https://perfectdashboard.com/?utm_source=backend&utm_medium=installer&utm_campaign=WP 5 5 * Description: 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Text Domain: perfectdashboard 8 8 * Author: Perfect Dashboard -
perfectdashboard/trunk/readme.txt
r1581934 r1592806 4 4 Tags: wordpress, website, management, manager, wp, backup, update, upgrade, test, tool, wp-admin, visual comparision, automatic, automatization, administration 5 5 Requires at least: 3.5.0 6 Tested up to: 4.7. 17 Stable tag: 1.6. 06 Tested up to: 4.7.2 7 Stable tag: 1.6.1 8 8 License: GNU/GPL 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 88 88 == Changelog == 89 89 90 = 1.6.1 = 91 92 * Fixed detecting debug mode 93 90 94 = 1.6.0 = 91 95 … … 116 120 = 1.4.8 / 12-09-2016 = 117 121 118 * fixed detecting debug mode while performin a security audit122 * fixed detecting debug mode while performing a security audit 119 123 120 124 = 1.4.7 / 31-08-2016 =
Note: See TracChangeset
for help on using the changeset viewer.