Version Description
- Plugin branding fixes
Download this release
Release Info
| Developer | ritesh.soni36 |
| Plugin | |
| Version | 3.4 |
| Comparing to | |
| See all releases | |
Code changes from version 3.2 to 3.4
- info.php +1 -1
- malcare.php +1 -1
- readme.txt +5 -2
- wp_admin.php +5 -0
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 = '3.
|
| 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 = '3.4';
|
| 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: WordPress Security, Firewall and Malware Scanner
|
| 6 |
Author: MalCare Security
|
| 7 |
Author URI: https://www.malcare.com
|
| 8 |
-
Version: 3.
|
| 9 |
Network: True
|
| 10 |
*/
|
| 11 |
|
| 5 |
Description: WordPress Security, Firewall and Malware Scanner
|
| 6 |
Author: MalCare Security
|
| 7 |
Author URI: https://www.malcare.com
|
| 8 |
+
Version: 3.4
|
| 9 |
Network: True
|
| 10 |
*/
|
| 11 |
|
readme.txt
CHANGED
|
@@ -4,9 +4,9 @@ Tags: security, wordpress security, security plugin, firewall, malware scanner,
|
|
| 4 |
Plugin URI: https://www.malcare.com
|
| 5 |
Donate link: https://www.malcare.com
|
| 6 |
Requires at least: 4.0
|
| 7 |
-
Tested up to: 5.
|
| 8 |
Requires PHP: 5.3.0
|
| 9 |
-
Stable tag: 3.
|
| 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 |
|
|
@@ -218,6 +218,9 @@ FTP details input into MalCare is processed on our servers. We need your FTP cre
|
|
| 218 |
8. With BlogVault's White-Label Solution you can showcase our service under your own brilliant brand.
|
| 219 |
|
| 220 |
== CHANGELOG ==
|
|
|
|
|
|
|
|
|
|
| 221 |
= 3.2 =
|
| 222 |
* Updating account authentication struture
|
| 223 |
|
| 4 |
Plugin URI: https://www.malcare.com
|
| 5 |
Donate link: https://www.malcare.com
|
| 6 |
Requires at least: 4.0
|
| 7 |
+
Tested up to: 5.3
|
| 8 |
Requires PHP: 5.3.0
|
| 9 |
+
Stable tag: 3.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 |
|
| 218 |
8. With BlogVault's White-Label Solution you can showcase our service under your own brilliant brand.
|
| 219 |
|
| 220 |
== CHANGELOG ==
|
| 221 |
+
= 3.4 =
|
| 222 |
+
* Plugin branding fixes
|
| 223 |
+
|
| 224 |
= 3.2 =
|
| 225 |
* Updating account authentication struture
|
| 226 |
|
wp_admin.php
CHANGED
|
@@ -143,6 +143,11 @@ class MCWPAdmin {
|
|
| 143 |
|
| 144 |
public function initBranding($plugins) {
|
| 145 |
$slug = $this->bvinfo->slug;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
$brand = $this->bvinfo->getBrandInfo();
|
| 147 |
if ($brand) {
|
| 148 |
if (array_key_exists('hide', $brand)) {
|
| 143 |
|
| 144 |
public function initBranding($plugins) {
|
| 145 |
$slug = $this->bvinfo->slug;
|
| 146 |
+
|
| 147 |
+
if (!is_array($plugins) || !isset($slug, $plugins)) {
|
| 148 |
+
return $plugins;
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
$brand = $this->bvinfo->getBrandInfo();
|
| 152 |
if ($brand) {
|
| 153 |
if (array_key_exists('hide', $brand)) {
|
