Changeset 731853
- Timestamp:
- 06/26/2013 02:35:19 AM (13 years ago)
- Location:
- login-security-solution/trunk
- Files:
-
- 2 edited
-
login-security-solution.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
login-security-solution/trunk/login-security-solution.php
r730189 r731853 7 7 * 8 8 * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/ 9 * Version: 0.4 0.09 * Version: 0.41.0 10 10 * (Remember to change the VERSION constant, below, as well!) 11 11 * Author: Daniel Convissor … … 43 43 * This plugin's version 44 44 */ 45 const VERSION = '0.4 0.0';45 const VERSION = '0.41.0'; 46 46 47 47 /** … … 870 870 $this->skip_wp_login_failed = false; 871 871 return -1; 872 } 873 if (!$user_name) { 874 ###$this->log(__FUNCTION__, "empty user_name"); 875 return -2; 872 876 } 873 877 if ($this->user_pass === null) { -
login-security-solution/trunk/readme.txt
r730189 r731853 445 445 446 446 == Changelog == 447 448 = 0.41.0 (2013-06-26) = 449 * Fix "authenticate filter not called" when auth process lacks a user name. 447 450 448 451 = 0.40.0 (2013-06-22) =
Note: See TracChangeset
for help on using the changeset viewer.