Changeset 1008901
- Timestamp:
- 10/17/2014 01:36:22 AM (11 years ago)
- Location:
- login-security-solution/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (1 diff)
-
login-security-solution.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
login-security-solution/trunk/admin.php
r1007627 r1008901 690 690 // Special check to make sure Delay Tier 4 > Delay Tier 3. 691 691 $name = 'login_fail_tier_dos'; 692 if ($out[$name] <= $out['login_fail_tier_3']) {692 if ($out[$name] && $out[$name] <= $out['login_fail_tier_3']) { 693 693 add_settings_error($this->option_name, 694 694 $this->hsc_utf8($name), -
login-security-solution/trunk/login-security-solution.php
r1007627 r1008901 7 7 * 8 8 * Plugin URI: https://wordpress.org/plugins/login-security-solution/ 9 * Version: 0.4 7.09 * Version: 0.48.0 10 10 * (Remember to change the VERSION constant, below, as well!) 11 11 * Author: Daniel Convissor … … 46 46 * This plugin's version 47 47 */ 48 const VERSION = '0.4 7.0';48 const VERSION = '0.48.0'; 49 49 50 50 /** -
login-security-solution/trunk/readme.txt
r1007627 r1008901 507 507 508 508 == Changelog == 509 510 = 0.48.0 (2014-10-17) = 511 * Fix "DoS Tier" setting validation so it can be set to 0. 509 512 510 513 = 0.47.0 (2014-10-15) =
Note: See TracChangeset
for help on using the changeset viewer.