mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-07 11:16:40 +08:00
Updated readme + version
This commit is contained in:
parent
3feb8781b7
commit
ba367c0dd4
3 changed files with 9 additions and 3 deletions
|
@ -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(
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue