Stop User Enumeration - Version 1.3.1

Version Description

Download this release

Release Info

Developer llocally
Plugin Icon 128x128 Stop User Enumeration
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.3.1

Files changed (2) hide show
  1. readme.txt +6 -4
  2. stop-user-enumeration.php +3 -3
readme.txt CHANGED
@@ -1,10 +1,9 @@
1
  === Stop User Enumeration ===
2
- Contributors: llocally
3
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZEWW5LKK5995J
4
  Tags: User Enumeration, Security, WPSCAN, fail2ban
5
  Requires at least: 3.4
6
- Tested up to: 4.0
7
- Stable tag: 1.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -43,6 +42,9 @@ Adjusted to your own requirements.
43
  =
44
  = 1.3.0 =
45
 
 
 
 
46
  * code improvement from Thomas van der Westen
47
 
48
  = 1.2.8 =
1
  === Stop User Enumeration ===
2
+ Contributors: fullworks
 
3
  Tags: User Enumeration, Security, WPSCAN, fail2ban
4
  Requires at least: 3.4
5
+ Tested up to: 4.3.1
6
+ Stable tag: 1.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
42
  =
43
  = 1.3.0 =
44
 
45
+ * minor descriptive change
46
+ = 1.3.0 =
47
+
48
  * code improvement from Thomas van der Westen
49
 
50
  = 1.2.8 =
stop-user-enumeration.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /*
3
  Plugin Name: Stop User Enumeration
4
- Plugin URI: http://locally.uk
5
  Description: User enumeration is a technique used by hackers to get your login name if you are using permalinks. This plugin stops that.
6
- Version: 1.3.0
7
- Author: Locally
8
  Author URI: http://locally.uk
9
  License: GPLv2 or later
10
  */
1
  <?php
2
  /*
3
  Plugin Name: Stop User Enumeration
4
+ Plugin URI: http://locally.uk/wordpress-plugins/stop-user-enumeration/
5
  Description: User enumeration is a technique used by hackers to get your login name if you are using permalinks. This plugin stops that.
6
+ Version: 1.3.1
7
+ Author: Locally Digital Ltd
8
  Author URI: http://locally.uk
9
  License: GPLv2 or later
10
  */