Plugin Directory

Changeset 731853


Ignore:
Timestamp:
06/26/2013 02:35:19 AM (13 years ago)
Author:
convissor
Message:

Squash for release 0.41.0.

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

Legend:

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

    r730189 r731853  
    77 *
    88 * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/
    9  * Version: 0.40.0
     9 * Version: 0.41.0
    1010 *         (Remember to change the VERSION constant, below, as well!)
    1111 * Author: Daniel Convissor
     
    4343     * This plugin's version
    4444     */
    45     const VERSION = '0.40.0';
     45    const VERSION = '0.41.0';
    4646
    4747    /**
     
    870870            $this->skip_wp_login_failed = false;
    871871            return -1;
     872        }
     873        if (!$user_name) {
     874            ###$this->log(__FUNCTION__, "empty user_name");
     875            return -2;
    872876        }
    873877        if ($this->user_pass === null) {
  • login-security-solution/trunk/readme.txt

    r730189 r731853  
    445445
    446446== Changelog ==
     447
     448= 0.41.0 (2013-06-26) =
     449* Fix "authenticate filter not called" when auth process lacks a user name.
    447450
    448451= 0.40.0 (2013-06-22) =
Note: See TracChangeset for help on using the changeset viewer.