Plugin Directory

Changeset 1008901


Ignore:
Timestamp:
10/17/2014 01:36:22 AM (11 years ago)
Author:
convissor
Message:

Squash for release 0.48.0.

Location:
login-security-solution/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • login-security-solution/trunk/admin.php

    r1007627 r1008901  
    690690        // Special check to make sure Delay Tier 4 > Delay Tier 3.
    691691        $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']) {
    693693            add_settings_error($this->option_name,
    694694                    $this->hsc_utf8($name),
  • login-security-solution/trunk/login-security-solution.php

    r1007627 r1008901  
    77 *
    88 * Plugin URI: https://wordpress.org/plugins/login-security-solution/
    9  * Version: 0.47.0
     9 * Version: 0.48.0
    1010 *         (Remember to change the VERSION constant, below, as well!)
    1111 * Author: Daniel Convissor
     
    4646     * This plugin's version
    4747     */
    48     const VERSION = '0.47.0';
     48    const VERSION = '0.48.0';
    4949
    5050    /**
  • login-security-solution/trunk/readme.txt

    r1007627 r1008901  
    507507
    508508== Changelog ==
     509
     510= 0.48.0 (2014-10-17) =
     511* Fix "DoS Tier" setting validation so it can be set to 0.
    509512
    510513= 0.47.0 (2014-10-15) =
Note: See TracChangeset for help on using the changeset viewer.