Acunetix WP Security - Version 2.3.2

Version Description

Download this release

Release Info

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

Code changes from version 2.3.1 to 2.3.2

Files changed (3) hide show
  1. functions.php +2 -2
  2. readme.txt +1 -1
  3. securityscan.php +2 -2
functions.php CHANGED
@@ -116,8 +116,8 @@ $mrt_wp_ver = ereg_replace("[^0-9]", "", $wp_version);
116
  while ($mrt_wp_ver > 10){
117
  $mrt_wp_ver = $mrt_wp_ver/10;
118
  }
119
- if ($mrt_wp_ver >= "2.51") $g2k5 = '<font color="green"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You have the latest stable version of WordPress.</font><br />';
120
- if ($mrt_wp_ver < "2.51") $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 />';
121
  /*echo "<b>" . $wp_version . "</b> &nbsp;&nbsp;&nbsp " ;*/echo $g2k5;
122
  }
123
 
116
  while ($mrt_wp_ver > 10){
117
  $mrt_wp_ver = $mrt_wp_ver/10;
118
  }
119
+ if ($mrt_wp_ver >= "2.7") $g2k5 = '<font color="green"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You have the latest stable version of WordPress.</font><br />';
120
+ if ($mrt_wp_ver < "2.7") $g2k5 = '<font color="red"><strong>WordPress version: ' . $wp_version . '</strong> &nbsp;&nbsp;&nbsp; You need version 2.7.1. Please <a href="http://wordpress.org/download/">upgrade</a> immediately.</font><br />';
121
  /*echo "<b>" . $wp_version . "</b> &nbsp;&nbsp;&nbsp " ;*/echo $g2k5;
122
  }
123
 
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.3.1
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.3.2
9
 
10
  Scans your WordPress installation for security vulnerabilities.
11
 
securityscan.php CHANGED
@@ -4,12 +4,12 @@ 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.3.1
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
 
11
  /*
12
- Copyright (C) 2008 semperfiwebdesign.com (michael AT semperfiwebdesign DOT com)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License as published by
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.3.2
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
 
11
  /*
12
+ Copyright (C) 2008-2009 Michael Torbert / semperfiwebdesign.com (michael AT semperfiwebdesign DOT com)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License as published by