diff --git a/class/MainWPChild.class.php b/class/MainWPChild.class.php index 2cdc80e..83089ec 100644 --- a/class/MainWPChild.class.php +++ b/class/MainWPChild.class.php @@ -11,7 +11,7 @@ include_once(ABSPATH . '/wp-admin/includes/plugin.php'); class MainWPChild { - private $version = '1.3'; + private $version = '2.0'; private $update_version = '1.0'; private $callableFunctions = array( @@ -3971,7 +3971,7 @@ class MainWPChild header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); - header('Content-Disposition: attachment; filename=' . basename($file)); + header('Content-Disposition: attachment; filename="' . basename($file) . '"'); header('Expires: 0'); header('Cache-Control: must-revalidate'); header('Pragma: public'); diff --git a/mainwp-child.php b/mainwp-child.php index 84c81fc..8d3363d 100644 --- a/mainwp-child.php +++ b/mainwp-child.php @@ -5,7 +5,7 @@ Description: Child Plugin for MainWP. The plugin is used so the installed blog can be securely managed remotely by your network. Plugin documentation and options can be found here http://docs.mainwp.com Author: MainWP Author URI: http://mainwp.com - Version: 1.4-rc2 + Version: 2.0 */ header('X-Frame-Options: ALLOWALL'); //header('X-Frame-Options: GOFORIT'); diff --git a/readme.txt b/readme.txt index 89887a6..73c41eb 100644 --- a/readme.txt +++ b/readme.txt @@ -59,11 +59,11 @@ To see full documentation and FAQs please visit [MainWP Documentation](http://do == Changelog == = 2.0 = -* Added: Tar GZip as a backup file format -* Added: Tar Bzip2 as a backup file format -* Added: Tar as a backup file format +* Added: Tar GZip as a backup file format +* Added: Tar Bzip2 as a backup file format +* Added: Tar as a backup file format * Added: Feature to resume unfinished or stalled backups -* Added: Feature to detect is backup is already running +* Added: Feature to detect is backup is already running * Added: New feature for the new Branding extension - Preserve branding option if child site gets disconnected * Fixed: Bug where the Stream plugin update was showing if the plugin is hidden * Fixed: MainWP Child Server Information page layout fixed