From ba367c0dd4560e7b3c55e02e5205c68737fddbd4 Mon Sep 17 00:00:00 2001 From: ruben- Date: Sun, 1 Mar 2015 18:22:54 +0100 Subject: [PATCH] Updated readme + version --- class/MainWPChild.class.php | 2 +- mainwp-child.php | 2 +- readme.txt | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/class/MainWPChild.class.php b/class/MainWPChild.class.php index bca5189..de1e0ff 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 = '2.0.8'; + private $version = '2.0.9'; private $update_version = '1.0'; private $callableFunctions = array( diff --git a/mainwp-child.php b/mainwp-child.php index cd30343..32353fc 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: 2.0.9-alpha + Version: 2.0.9 */ header('X-Frame-Options: ALLOWALL'); //header('X-Frame-Options: GOFORIT'); diff --git a/readme.txt b/readme.txt index b998ca9..ac06faf 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Author URI: https://mainwp.com Plugin URI: https://mainwp.com Requires at least: 3.6 Tested up to: 4.1 -Stable tag: 2.0.8 +Stable tag: 2.0.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -58,6 +58,12 @@ To see full documentation and FAQs please visit [MainWP Documentation](http://do == Changelog == += 2.0.9 = +* Added: Support for Polish language +* Added: Support for Greek language +* Added: Support for the upcoming extension +* Fixed: Bug that was causing plugin bulk installation failing caused by disabled functions (eg. curl_multi_exec) + = 2.0.8 = * Fixed: Not all site references updated after clone * Fixed: Fixed some PHP warnings