Login Security Solution - Version 0.28.1

Version Description

(2012-09-15) = * Update .mo translation files.

Download this release

Release Info

Developer convissor
Plugin Icon wp plugin Login Security Solution
Version 0.28.1
Comparing to
See all releases

Code changes from version 0.28.0 to 0.28.1

languages/login-security-solution-fr_FR.mo CHANGED
Binary file
languages/login-security-solution-pt_BR.mo ADDED
Binary file
login-security-solution.php CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Requires very strong passwords, repels brute force login attacks, prevents login information disclosures, expires idle sessions, notifies admins of attacks and breaches, permits administrators to disable logins for maintenance or emergency reasons and reset all passwords.
7
  *
8
  * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/
9
- * Version: 0.28.0
10
  * (Remember to change the VERSION constant, below, as well!)
11
  * Author: Daniel Convissor
12
  * Author URI: http://www.analysisandsolutions.com/
@@ -42,7 +42,7 @@ class login_security_solution {
42
  /**
43
  * This plugin's version
44
  */
45
- const VERSION = '0.28.0';
46
 
47
  /**
48
  * This plugin's table name prefix
6
  * Description: Requires very strong passwords, repels brute force login attacks, prevents login information disclosures, expires idle sessions, notifies admins of attacks and breaches, permits administrators to disable logins for maintenance or emergency reasons and reset all passwords.
7
  *
8
  * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/
9
+ * Version: 0.28.1
10
  * (Remember to change the VERSION constant, below, as well!)
11
  * Author: Daniel Convissor
12
  * Author URI: http://www.analysisandsolutions.com/
42
  /**
43
  * This plugin's version
44
  */
45
+ const VERSION = '0.28.1';
46
 
47
  /**
48
  * This plugin's table name prefix
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=danie
4
  Tags: login, password, passwords, strength, strong, strong passwords, password strength, idle, timeout, maintenance, security, attack, hack, lock, lockdown, ban, brute force, brute, force, authentication, auth, cookie, users
5
  Requires at least: 3.3
6
  Tested up to: 3.4.1
7
- Stable tag: 0.28.0
8
 
9
  Security against brute force attacks by tracking IP, name, password; requiring very strong passwords. Idle timeout. Maintenance mode lockdown.
10
 
@@ -364,6 +364,9 @@ implementation, use the scripts I made for generating all of the `.po` and
364
 
365
  == Changelog ==
366
 
 
 
 
367
  = 0.28.0 (2012-09-15) =
368
  * Remove loophole: slow down successful logins as well (for non-verified
369
  IP addresses). Keeps attackers from using timeouts to skip our delayed
@@ -391,7 +394,8 @@ password parsing problem on Windows.
391
  * Add date to log() messages.
392
  * Unit tests pass using PHP 5.4.5-dev, 5.3.16-dev, and 5.2.18-dev.
393
  * Tested under WordPress 3.4.2 using regular and multisite.
394
- * Also tested on Windows 7 using PHP 5.4.5 and WordPress 3.4.1.
 
395
 
396
  = 0.27.0 (2012-09-04) =
397
  * Remove the password policy explanation link added in 0.26.0.
4
  Tags: login, password, passwords, strength, strong, strong passwords, password strength, idle, timeout, maintenance, security, attack, hack, lock, lockdown, ban, brute force, brute, force, authentication, auth, cookie, users
5
  Requires at least: 3.3
6
  Tested up to: 3.4.1
7
+ Stable tag: 0.28.1
8
 
9
  Security against brute force attacks by tracking IP, name, password; requiring very strong passwords. Idle timeout. Maintenance mode lockdown.
10
 
364
 
365
  == Changelog ==
366
 
367
+ = 0.28.1 (2012-09-15) =
368
+ * Update `.mo` translation files.
369
+
370
  = 0.28.0 (2012-09-15) =
371
  * Remove loophole: slow down successful logins as well (for non-verified
372
  IP addresses). Keeps attackers from using timeouts to skip our delayed
394
  * Add date to log() messages.
395
  * Unit tests pass using PHP 5.4.5-dev, 5.3.16-dev, and 5.2.18-dev.
396
  * Tested under WordPress 3.4.2 using regular and multisite.
397
+ * Also tested on Windows 7 using WordPress 3.4.1 and PHP 5.4.5 with mbstring
398
+ enabled and disabled.
399
 
400
  = 0.27.0 (2012-09-04) =
401
  * Remove the password policy explanation link added in 0.26.0.