Version Description
- Jan 8th 2020 =
- Fix: Important security fix.
Download this release
Release Info
Developer | infinitewp |
Plugin | InfiniteWP Client |
Version | 1.9.4.5 |
Comparing to | |
See all releases |
Code changes from version 1.9.4.4 to 1.9.4.5
- init.php +5 -2
- readme.txt +4 -1
init.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: InfiniteWP - Client
|
|
4 |
Plugin URI: http://infinitewp.com/
|
5 |
Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
|
6 |
Author: Revmakx
|
7 |
-
Version: 1.9.4.
|
8 |
Author URI: http://www.revmakx.com
|
9 |
Network: true
|
10 |
*/
|
@@ -29,7 +29,7 @@ if(basename($_SERVER['SCRIPT_FILENAME']) == "init.php"):
|
|
29 |
exit;
|
30 |
endif;
|
31 |
if(!defined('IWP_MMB_CLIENT_VERSION'))
|
32 |
-
define('IWP_MMB_CLIENT_VERSION', '1.9.4.
|
33 |
|
34 |
|
35 |
|
@@ -250,6 +250,9 @@ if (!function_exists ('iwp_mmb_set_request')) {
|
|
250 |
$params = $iwp_mmb_core->request_params;
|
251 |
$action = $iwp_mmb_core->request_params['iwp_action'];
|
252 |
$is_save_activity_log = $iwp_mmb_core->request_params['is_save_activity_log'];
|
|
|
|
|
|
|
253 |
if ($action == 'maintain_site') {
|
254 |
iwp_mmb_maintain_site($params);
|
255 |
iwp_mmb_response(array('error' => 'You should never see this.', 'error_code' => 'you_should_never_see_this'), false);
|
4 |
Plugin URI: http://infinitewp.com/
|
5 |
Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
|
6 |
Author: Revmakx
|
7 |
+
Version: 1.9.4.5
|
8 |
Author URI: http://www.revmakx.com
|
9 |
Network: true
|
10 |
*/
|
29 |
exit;
|
30 |
endif;
|
31 |
if(!defined('IWP_MMB_CLIENT_VERSION'))
|
32 |
+
define('IWP_MMB_CLIENT_VERSION', '1.9.4.5');
|
33 |
|
34 |
|
35 |
|
250 |
$params = $iwp_mmb_core->request_params;
|
251 |
$action = $iwp_mmb_core->request_params['iwp_action'];
|
252 |
$is_save_activity_log = $iwp_mmb_core->request_params['is_save_activity_log'];
|
253 |
+
if ($action == 'add_site' || $action == 'readd_site') {
|
254 |
+
return false;
|
255 |
+
}
|
256 |
if ($action == 'maintain_site') {
|
257 |
iwp_mmb_maintain_site($params);
|
258 |
iwp_mmb_response(array('error' => 'You should never see this.', 'error_code' => 'you_should_never_see_this'), false);
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: infinitewp
|
3 |
Tags: admin, administration, amazon, api, authentication, automatic, dashboard, dropbox, events, integration, manage, multisite, multiple, notification, performance, s3, security, seo, stats, tracking, infinitewp, updates, backup, restore, iwp, infinite
|
4 |
Requires at least: 3.1
|
5 |
-
Tested up to: 5.3.
|
6 |
Stable tag: trunk
|
7 |
|
8 |
Install this plugin on unlimited sites and manage them all from a central dashboard.
|
@@ -47,6 +47,9 @@ Credits: [Vladimir Prelovac](http://prelovac.com/vladimir) for his worker plugin
|
|
47 |
5. One-click updates
|
48 |
|
49 |
== Changelog ==
|
|
|
|
|
|
|
50 |
= 1.9.4.4 - Dec 17th 2019 =
|
51 |
* Improvement: Implemented a new method to fetch database details for the following operations. Restore, same server staging and existing site cloning.
|
52 |
* Improvement: Support for V3 PPL addon.
|
2 |
Contributors: infinitewp
|
3 |
Tags: admin, administration, amazon, api, authentication, automatic, dashboard, dropbox, events, integration, manage, multisite, multiple, notification, performance, s3, security, seo, stats, tracking, infinitewp, updates, backup, restore, iwp, infinite
|
4 |
Requires at least: 3.1
|
5 |
+
Tested up to: 5.3.2
|
6 |
Stable tag: trunk
|
7 |
|
8 |
Install this plugin on unlimited sites and manage them all from a central dashboard.
|
47 |
5. One-click updates
|
48 |
|
49 |
== Changelog ==
|
50 |
+
= 1.9.4.5 - Jan 8th 2020 =
|
51 |
+
* Fix: Important security fix.
|
52 |
+
|
53 |
= 1.9.4.4 - Dec 17th 2019 =
|
54 |
* Improvement: Implemented a new method to fetch database details for the following operations. Restore, same server staging and existing site cloning.
|
55 |
* Improvement: Support for V3 PPL addon.
|