Updated readme + version

This commit is contained in:
ruben- 2015-03-01 18:22:54 +01:00
parent 3feb8781b7
commit ba367c0dd4
3 changed files with 9 additions and 3 deletions

View file

@ -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(

View file

@ -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');

View file

@ -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