Plugin Directory

Changeset 1711557


Ignore:
Timestamp:
08/10/2017 02:11:09 PM (9 years ago)
Author:
perfect-web-support
Message:

Version 1.11

Location:
perfectdashboard/trunk
Files:
3 edited

Legend:

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

    r1703045 r1711557  
    493493        if (!$wp_filesystem->copy($working_dir.'/wordpress/wp-admin/includes/update-core.php', $wp_dir.'wp-admin/includes/update-core.php', true)) {
    494494            $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')),
    497497            );
    498498            $wp_filesystem->delete($working_dir, true);
  • perfectdashboard/trunk/perfectdashboard.php

    r1703045 r1711557  
    44 * Plugin URI: https://perfectdashboard.com/?utm_source=backend&utm_medium=installer&utm_campaign=in&utm_term=WP
    55 * Description:
    6  * Version: 1.10
     6 * Version: 1.11
    77 * Text Domain: perfectdashboard
    88 * Author: Perfect Dashboard
  • perfectdashboard/trunk/readme.txt

    r1703045 r1711557  
    44Tags: manage multiple sites, manage wordpress, backup, security, malware
    55Requires at least: 3.5.0
    6 Tested up to: 4.7.4
    7 Stable tag: 1.10
     6Tested up to: 4.8.1
     7Stable tag: 1.11
    88License: GNU/GPL
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.