mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-07 11:16:40 +08:00
This commit is contained in:
parent
02e0d14fea
commit
5a225323f2
4 changed files with 7 additions and 4 deletions
|
@ -11,7 +11,7 @@ include_once(ABSPATH . '/wp-admin/includes/plugin.php');
|
|||
|
||||
class MainWPChild
|
||||
{
|
||||
private $version = '2.0.4';
|
||||
private $version = '2.0.5';
|
||||
private $update_version = '1.0';
|
||||
|
||||
private $callableFunctions = array(
|
||||
|
|
|
@ -31,7 +31,7 @@ class MainWPKeywordLinks
|
|||
if (empty($this->keyword_links))
|
||||
$this->keyword_links = array();
|
||||
//print_r($this->keyword_links);
|
||||
$this->siteurl = get_option('siteurl');
|
||||
$this->siteurl = get_option('home');
|
||||
add_action('permalink_structure_changed', array(&$this, 'permalinkChanged'), 10, 2);
|
||||
add_action('mainwp_child_deactivation', array($this, 'child_deactivation'));
|
||||
}
|
||||
|
|
|
@ -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.4
|
||||
Version: 2.0.5
|
||||
*/
|
||||
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.4
|
||||
Stable tag: 2.0.5
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
|
@ -58,6 +58,9 @@ To see full documentation and FAQs please visit [MainWP Documentation](http://do
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.0.5 =
|
||||
* Fixed: Links Manager Extension: Now using the wordpress home option instead of siteurl for the links
|
||||
|
||||
= 2.0.4 =
|
||||
* Fixed: Backups for hosts having issues with "compress.zlib://" stream wrappers from PHP causing corrupt backup archives
|
||||
* Fixed: "Another backup is running" message displaying incorrectly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue