Changeset 1711557
- Timestamp:
- 08/10/2017 02:11:09 PM (9 years ago)
- Location:
- perfectdashboard/trunk
- Files:
-
- 3 edited
-
class/perfectdashboard-upgrade-class.php (modified) (1 diff)
-
perfectdashboard.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perfectdashboard/trunk/class/perfectdashboard-upgrade-class.php
r1703045 r1711557 493 493 if (!$wp_filesystem->copy($working_dir.'/wordpress/wp-admin/includes/update-core.php', $wp_dir.'wp-admin/includes/update-core.php', true)) { 494 494 $check = array( 495 'a' => ['file' => $working_dir.'/wordpress/wp-admin/includes/update-core.php', 'check' => file_exists($working_dir.'/wordpress/wp-admin/includes/update-core.php')],496 'b' => ['file' => $wp_dir.'wp-admin/includes/update-core.php', 'check' => file_exists($wp_dir.'wp-admin/includes/update-core.php')],495 'a' => array('file' => $working_dir.'/wordpress/wp-admin/includes/update-core.php', 'check' => file_exists($working_dir.'/wordpress/wp-admin/includes/update-core.php')), 496 'b' => array('file' => $wp_dir.'wp-admin/includes/update-core.php', 'check' => file_exists($wp_dir.'wp-admin/includes/update-core.php')), 497 497 ); 498 498 $wp_filesystem->delete($working_dir, true); -
perfectdashboard/trunk/perfectdashboard.php
r1703045 r1711557 4 4 * Plugin URI: https://perfectdashboard.com/?utm_source=backend&utm_medium=installer&utm_campaign=in&utm_term=WP 5 5 * Description: 6 * Version: 1.1 06 * Version: 1.11 7 7 * Text Domain: perfectdashboard 8 8 * Author: Perfect Dashboard -
perfectdashboard/trunk/readme.txt
r1703045 r1711557 4 4 Tags: manage multiple sites, manage wordpress, backup, security, malware 5 5 Requires at least: 3.5.0 6 Tested up to: 4. 7.47 Stable tag: 1.1 06 Tested up to: 4.8.1 7 Stable tag: 1.11 8 8 License: GNU/GPL 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.