Plugin Directory

Changeset 599473


Ignore:
Timestamp:
09/15/2012 09:17:51 PM (14 years ago)
Author:
convissor
Message:

Release 0.28.1.

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

Legend:

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

    r599463 r599473  
    77 *
    88 * Plugin URI: http://wordpress.org/extend/plugins/login-security-solution/
    9  * Version: 0.28.0
     9 * Version: 0.28.1
    1010 *         (Remember to change the VERSION constant, below, as well!)
    1111 * Author: Daniel Convissor
     
    4343     * This plugin's version
    4444     */
    45     const VERSION = '0.28.0';
     45    const VERSION = '0.28.1';
    4646
    4747    /**
  • login-security-solution/trunk/readme.txt

    r599463 r599473  
    55Requires at least: 3.3
    66Tested up to: 3.4.1
    7 Stable tag: 0.28.0
     7Stable tag: 0.28.1
    88
    99Security against brute force attacks by tracking IP, name, password; requiring very strong passwords. Idle timeout. Maintenance mode lockdown.
     
    364364
    365365== Changelog ==
     366
     367= 0.28.1 (2012-09-15) =
     368* Update `.mo` translation files.
    366369
    367370= 0.28.0 (2012-09-15) =
     
    392395* Unit tests pass using PHP 5.4.5-dev, 5.3.16-dev, and 5.2.18-dev.
    393396* 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
     398enabled and disabled.
    395399
    396400= 0.27.0 (2012-09-04) =
Note: See TracChangeset for help on using the changeset viewer.