Version Description
- updating plugin name for cloudways server
Download this release
Release Info
Developer | ritesh.soni36 |
Plugin | MalCare WordPress Security Plugin – Malware Scanner, Cleaner, Security Firewall |
Version | 4.32 |
Comparing to | |
See all releases |
Code changes from version 4.31 to 4.32
- info.php +1 -1
- malcare.php +2 -2
- readme.txt +5 -3
- wp_admin.php +3 -3
info.php
CHANGED
@@ -9,7 +9,7 @@ if (!class_exists('MCInfo')) :
|
|
9 |
public $badgeinfo = 'mcbadge';
|
10 |
public $ip_header_option = 'mcipheader';
|
11 |
public $brand_option = 'mcbrand';
|
12 |
-
public $version = '4.
|
13 |
public $webpage = 'https://www.malcare.com';
|
14 |
public $appurl = 'https://app.malcare.com';
|
15 |
public $slug = 'malcare-security/malcare.php';
|
9 |
public $badgeinfo = 'mcbadge';
|
10 |
public $ip_header_option = 'mcipheader';
|
11 |
public $brand_option = 'mcbrand';
|
12 |
+
public $version = '4.32';
|
13 |
public $webpage = 'https://www.malcare.com';
|
14 |
public $appurl = 'https://app.malcare.com';
|
15 |
public $slug = 'malcare-security/malcare.php';
|
malcare.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.malcare.com
|
|
5 |
Description: MalCare Security - Free Malware Scanner, Protection & Security for WordPress
|
6 |
Author: MalCare Security
|
7 |
Author URI: https://www.malcare.com
|
8 |
-
Version: 4.
|
9 |
Network: True
|
10 |
*/
|
11 |
|
@@ -142,4 +142,4 @@ if ((array_key_exists('bvplugname', $_REQUEST)) && ($_REQUEST['bvplugname'] == "
|
|
142 |
}
|
143 |
|
144 |
##DYNSYNCMODULE##
|
145 |
-
}
|
5 |
Description: MalCare Security - Free Malware Scanner, Protection & Security for WordPress
|
6 |
Author: MalCare Security
|
7 |
Author URI: https://www.malcare.com
|
8 |
+
Version: 4.32
|
9 |
Network: True
|
10 |
*/
|
11 |
|
142 |
}
|
143 |
|
144 |
##DYNSYNCMODULE##
|
145 |
+
}
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: https://www.malcare.com
|
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.4.0
|
9 |
-
Stable tag: 4.
|
10 |
License: GPLv2 or later
|
11 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
12 |
|
@@ -390,13 +390,15 @@ FTP details input into MalCare is processed on our servers. We need your FTP cre
|
|
390 |
8. MalCare’s Uptime Monitoring notifies if a website goes down so that you can handle the situation before starting to lose visitors.
|
391 |
|
392 |
== CHANGELOG ==
|
|
|
|
|
|
|
|
|
393 |
= 4.31 =
|
394 |
* Fetching Mysql Version
|
395 |
* Robust data fetch APIs
|
396 |
* Core plugin changes
|
397 |
* Sanitizing incoming params
|
398 |
-
|
399 |
-
= 4.31 =
|
400 |
* changed bvoverride cw name to manualsignup
|
401 |
* plugin uninstall bug fix
|
402 |
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.4.0
|
9 |
+
Stable tag: 4.32
|
10 |
License: GPLv2 or later
|
11 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
12 |
|
390 |
8. MalCare’s Uptime Monitoring notifies if a website goes down so that you can handle the situation before starting to lose visitors.
|
391 |
|
392 |
== CHANGELOG ==
|
393 |
+
|
394 |
+
= 4.32 =
|
395 |
+
* updating plugin name for cloudways server
|
396 |
+
|
397 |
= 4.31 =
|
398 |
* Fetching Mysql Version
|
399 |
* Robust data fetch APIs
|
400 |
* Core plugin changes
|
401 |
* Sanitizing incoming params
|
|
|
|
|
402 |
* changed bvoverride cw name to manualsignup
|
403 |
* plugin uninstall bug fix
|
404 |
|
wp_admin.php
CHANGED
@@ -33,14 +33,14 @@ class MCWPAdmin {
|
|
33 |
|
34 |
public function cwBrandInfo() {
|
35 |
return array(
|
36 |
-
'name' => "
|
37 |
'title' => "Wordpress Security",
|
38 |
-
'description' => "WordPress Security,
|
39 |
'authoruri' => "https://www.malcare.com",
|
40 |
'author' => "MalCare Security",
|
41 |
'authorname' => "Malcare Security",
|
42 |
'pluginuri' => "https://www.malcare.com",
|
43 |
-
'menuname' => "
|
44 |
'brand_icon' => "/img/cw_icon.png"
|
45 |
);
|
46 |
}
|
33 |
|
34 |
public function cwBrandInfo() {
|
35 |
return array(
|
36 |
+
'name' => "Bot Protection",
|
37 |
'title' => "Wordpress Security",
|
38 |
+
'description' => "WordPress Security, Bot Protection",
|
39 |
'authoruri' => "https://www.malcare.com",
|
40 |
'author' => "MalCare Security",
|
41 |
'authorname' => "Malcare Security",
|
42 |
'pluginuri' => "https://www.malcare.com",
|
43 |
+
'menuname' => "Bot Protection",
|
44 |
'brand_icon' => "/img/cw_icon.png"
|
45 |
);
|
46 |
}
|