Sucuri Security – Auditing, Malware Scanner and Security Hardening - Version 1.8.30

Version Description

Daniel is no longer maintaining the Sucuri plugin at GoDaddy. We have transferred it to a dedicated team to maintain and improve it.

=

Download this release

Release Info

Developer imgersonr
Plugin Icon 128x128 Sucuri Security – Auditing, Malware Scanner and Security Hardening
Version 1.8.30
Comparing to
See all releases

Code changes from version 1.8.29 to 1.8.30

Files changed (2) hide show
  1. readme.txt +15 -3
  2. sucuri.php +2 -2
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Sucuri Security - Auditing, Malware Scanner and Security Hardening ===
2
- Contributors: dscalzo@godaddy.com
3
  Donate Link: https://sucuri.net/
4
  Tags: malware, security, firewall, scan, spam, virus, sucuri, protection, blocklist, detection, hardening, file integrity
5
  Requires at least: 3.6
6
- Tested up to: 5.8
7
- Stable tag: 1.8.28
8
 
9
  The Sucuri WordPress Security plugin is a security toolset for security integrity monitoring, malware detection and security hardening.
10
 
@@ -189,7 +189,19 @@ We take your privacy seriously. For free plugin users without an API key, no inf
189
  = 1.8.19 =
190
  This version adds an option to refresh the malware scan results on demand, as well as several small bug fixes and improvements.
191
 
 
 
 
 
 
192
  == Changelog ==
 
 
 
 
 
 
 
193
  = 1.8.28 =
194
  * Silence fopen warning
195
 
1
  === Sucuri Security - Auditing, Malware Scanner and Security Hardening ===
2
+ Contributors: wordpress@sucuri.net
3
  Donate Link: https://sucuri.net/
4
  Tags: malware, security, firewall, scan, spam, virus, sucuri, protection, blocklist, detection, hardening, file integrity
5
  Requires at least: 3.6
6
+ Tested up to: 5.9
7
+ Stable tag: 1.8.30
8
 
9
  The Sucuri WordPress Security plugin is a security toolset for security integrity monitoring, malware detection and security hardening.
10
 
189
  = 1.8.19 =
190
  This version adds an option to refresh the malware scan results on demand, as well as several small bug fixes and improvements.
191
 
192
+ == Contributors & Maintenance Notice ==
193
+
194
+ = 1.8.30 =
195
+ Daniel is no longer maintaining the Sucuri plugin at GoDaddy. We have transferred it to a dedicated team to maintain and improve it.
196
+
197
  == Changelog ==
198
+ = 1.8.30 =
199
+ * Bump version
200
+ * Daniel is no longer maintaining the Sucuri plugin at GoDaddy. We have transferred it to a dedicated team to maintain and improve it.
201
+
202
+ = 1.8.29 =
203
+ * Changed ownership
204
+
205
  = 1.8.28 =
206
  * Silence fopen warning
207
 
sucuri.php CHANGED
@@ -8,7 +8,7 @@
8
  * Author: Sucuri Inc.
9
  * Text Domain: sucuri-scanner
10
  * Domain Path: /lang
11
- * Version: 1.8.28
12
  *
13
  * PHP version 5
14
  *
@@ -85,7 +85,7 @@ define('SUCURISCAN', 'sucuriscan');
85
  /**
86
  * Current version of the plugin's code.
87
  */
88
- define('SUCURISCAN_VERSION', '1.8.28');
89
 
90
  /**
91
  * Defines the human readable name of the plugin.
8
  * Author: Sucuri Inc.
9
  * Text Domain: sucuri-scanner
10
  * Domain Path: /lang
11
+ * Version: 1.8.30
12
  *
13
  * PHP version 5
14
  *
85
  /**
86
  * Current version of the plugin's code.
87
  */
88
+ define('SUCURISCAN_VERSION', '1.8.30');
89
 
90
  /**
91
  * Defines the human readable name of the plugin.