Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.4 |
Comparing to | |
See all releases |
Code changes from version 2.3.9 to 2.4
- readme.txt +1 -1
- securityscan.php +3 -2
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: security, securityscan, chmod, permissions, admin, administration, authent
|
|
5 |
plugins, private, protection, tracking, wordpress
|
6 |
Requires at least: 2.3
|
7 |
Tested up to: 2.7.1
|
8 |
-
Stable tag: 2.
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
5 |
plugins, private, protection, tracking, wordpress
|
6 |
Requires at least: 2.3
|
7 |
Tested up to: 2.7.1
|
8 |
+
Stable tag: 2.4
|
9 |
|
10 |
Scans your WordPress installation for security vulnerabilities.
|
11 |
|
securityscan.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Security Scan
|
|
4 |
Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
|
5 |
Description: Perform security scan of WordPress installation.
|
6 |
Author: Michael Torbert
|
7 |
-
Version: 2.
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
@@ -151,8 +151,9 @@ if($mrt_latest > $mrt_version)
|
|
151 |
|
152 |
$feed->set_feed_url('feed://donations.semperfiwebdesign.com/category/wp-security-scan/feed/');
|
153 |
$feed->strip_htmltags(array('p'));
|
154 |
-
$feed->init();
|
155 |
$feed->set_cache_location(ABSPATH . 'wp-content/plugins/wp-security-scan/');
|
|
|
|
|
156 |
$feed->handle_content_type();
|
157 |
?>
|
158 |
<?php if ($feed->data): ?>
|
4 |
Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
|
5 |
Description: Perform security scan of WordPress installation.
|
6 |
Author: Michael Torbert
|
7 |
+
Version: 2.4
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
151 |
|
152 |
$feed->set_feed_url('feed://donations.semperfiwebdesign.com/category/wp-security-scan/feed/');
|
153 |
$feed->strip_htmltags(array('p'));
|
|
|
154 |
$feed->set_cache_location(ABSPATH . 'wp-content/plugins/wp-security-scan/');
|
155 |
+
$feed->init();
|
156 |
+
|
157 |
$feed->handle_content_type();
|
158 |
?>
|
159 |
<?php if ($feed->data): ?>
|