Version Description
- WordPress 3.9 compatibility
Download this release
Release Info
Developer | dd@sucuri.net |
Plugin | Sucuri Security – Auditing, Malware Scanner and Security Hardening |
Version | 1.5.7 |
Comparing to | |
See all releases |
Code changes from version 1.5.6 to 1.5.7
- readme.txt +5 -2
- sucuri.php +2 -2
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: dd@sucuri.net, dremeda
|
|
3 |
Donate Link: http://sitecheck.sucuri.net
|
4 |
Tags: malware, security, scan, spam, virus, sucuri, WordPress,
|
5 |
Requires at least:3.2
|
6 |
-
Stable tag:1.5.
|
7 |
-
Tested up to: 3.
|
8 |
|
9 |
The Sucuri Security - SiteCheck Malware Scanner is a security plugin enables you to scan your WordPress site using Sucuri SiteCheck for security and malware issues, and also verifies the security integrity of your core files right in your dashboard. It also includes post-hack security ions to help you reset passwords and secret keys in case it has been already hacked, or infected with malware.
|
10 |
|
@@ -66,6 +66,9 @@ the compromise on your site).
|
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
69 |
= 1.5.6 =
|
70 |
* Added IPv6 support.
|
71 |
* Fixed links and messaging.
|
3 |
Donate Link: http://sitecheck.sucuri.net
|
4 |
Tags: malware, security, scan, spam, virus, sucuri, WordPress,
|
5 |
Requires at least:3.2
|
6 |
+
Stable tag:1.5.7
|
7 |
+
Tested up to: 3.9
|
8 |
|
9 |
The Sucuri Security - SiteCheck Malware Scanner is a security plugin enables you to scan your WordPress site using Sucuri SiteCheck for security and malware issues, and also verifies the security integrity of your core files right in your dashboard. It also includes post-hack security ions to help you reset passwords and secret keys in case it has been already hacked, or infected with malware.
|
10 |
|
66 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
= 1.5.7 =
|
70 |
+
* WordPress 3.9 compatibility
|
71 |
+
|
72 |
= 1.5.6 =
|
73 |
* Added IPv6 support.
|
74 |
* Fixed links and messaging.
|
sucuri.php
CHANGED
@@ -7,7 +7,7 @@ Description: The <a href="http://sucuri.net">Sucuri Security</a> - SiteCheck Mal
|
|
7 |
You can also scan your site at <a href="http://sitecheck.sucuri.net">SiteCheck.Sucuri.net</a>.
|
8 |
|
9 |
Author: Sucuri, INC
|
10 |
-
Version: 1.5.
|
11 |
Author URI: http://sucuri.net
|
12 |
*/
|
13 |
|
@@ -39,7 +39,7 @@ define('SUCURISCAN','sucuriscan');
|
|
39 |
/**
|
40 |
* Current version of the plugin's code.
|
41 |
*/
|
42 |
-
define('SUCURISCAN_VERSION','1.5.
|
43 |
|
44 |
/**
|
45 |
* The local URL where the plugin's files and assets are served.
|
7 |
You can also scan your site at <a href="http://sitecheck.sucuri.net">SiteCheck.Sucuri.net</a>.
|
8 |
|
9 |
Author: Sucuri, INC
|
10 |
+
Version: 1.5.7
|
11 |
Author URI: http://sucuri.net
|
12 |
*/
|
13 |
|
39 |
/**
|
40 |
* Current version of the plugin's code.
|
41 |
*/
|
42 |
+
define('SUCURISCAN_VERSION','1.5.7');
|
43 |
|
44 |
/**
|
45 |
* The local URL where the plugin's files and assets are served.
|