Changeset 599473
- Timestamp:
- 09/15/2012 09:17:51 PM (14 years ago)
- Location:
- login-security-solution/trunk
- Files:
-
- 2 edited
-
login-security-solution.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
login-security-solution/trunk/login-security-solution.php
r599463 r599473 7 7 * 8 8 * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/ 9 * Version: 0.28. 09 * Version: 0.28.1 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.28. 0';45 const VERSION = '0.28.1'; 46 46 47 47 /** -
login-security-solution/trunk/readme.txt
r599463 r599473 5 5 Requires at least: 3.3 6 6 Tested up to: 3.4.1 7 Stable tag: 0.28. 07 Stable tag: 0.28.1 8 8 9 9 Security against brute force attacks by tracking IP, name, password; requiring very strong passwords. Idle timeout. Maintenance mode lockdown. … … 364 364 365 365 == Changelog == 366 367 = 0.28.1 (2012-09-15) = 368 * Update `.mo` translation files. 366 369 367 370 = 0.28.0 (2012-09-15) = … … 392 395 * Unit tests pass using PHP 5.4.5-dev, 5.3.16-dev, and 5.2.18-dev. 393 396 * 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. 397 * Also tested on Windows 7 using WordPress 3.4.1 and PHP 5.4.5 with mbstring 398 enabled and disabled. 395 399 396 400 = 0.27.0 (2012-09-04) =
Note: See TracChangeset
for help on using the changeset viewer.