Acunetix WP Security - Version 2.2.57.1

Version Description

Download this release

Release Info

Developer hallsofmontezuma
Plugin Icon wp plugin Acunetix WP Security
Version 2.2.57.1
Comparing to
See all releases

Code changes from version 2.2.56.61 to 2.2.57.1

Files changed (3) hide show
  1. functions.php +2 -2
  2. readme.txt +3 -2
  3. securityscan.php +1 -1
functions.php CHANGED
@@ -111,8 +111,8 @@ function mrt_remove_wp_version()
111
  function mrt_check_version(){
112
  //echo "WordPress Version: ";
113
  global $wp_version;
114
- if ($wp_version == 2.5) $g2k5 = '<font color="green"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You have the latest stable version of WordPress.</font><br />';
115
- if ($wp_version < 2.5) $g2k5 = '<font color="red"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You need version 2.5. Please <a href="http://wordpress.org/download/">upgrade</a> immediately.</font><br />';
116
  /*echo "<b>" . $wp_version . "</b> &nbsp;&nbsp;&nbsp " ;*/echo $g2k5;
117
  }
118
 
111
  function mrt_check_version(){
112
  //echo "WordPress Version: ";
113
  global $wp_version;
114
+ if ($wp_version == 2.5.1) $g2k5 = '<font color="green"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You have the latest stable version of WordPress.</font><br />';
115
+ if ($wp_version < 2.5.1) $g2k5 = '<font color="red"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You need version 2.5.1. Please <a href="http://wordpress.org/download/">upgrade</a> immediately.</font><br />';
116
  /*echo "<b>" . $wp_version . "</b> &nbsp;&nbsp;&nbsp " ;*/echo $g2k5;
117
  }
118
 
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.0
7
  Tested up to: 2.5
8
- Stable tag: 2.2.56.61
9
 
10
  Scans your WordPress installation for security vulnerabilities.
11
 
@@ -29,7 +29,8 @@ corrective actions.
29
  *lock out/log incorrect login attempts<br />
30
  *user enumeration protection<br />
31
  *.htaccess verification<br />
32
- *doc links
 
33
 
34
  == Installation ==
35
 
5
  plugins, private, protection, tracking, wordpress
6
  Requires at least: 2.0
7
  Tested up to: 2.5
8
+ Stable tag: 2.2.57.1
9
 
10
  Scans your WordPress installation for security vulnerabilities.
11
 
29
  *lock out/log incorrect login attempts<br />
30
  *user enumeration protection<br />
31
  *.htaccess verification<br />
32
+ *doc links<br />
33
+ *change log
34
 
35
  == Installation ==
36
 
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.2.56.61
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
 
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.2.57.1
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10