From 5270f951fb580d2c21ca8cb31174d3cc44166ef4 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Fri, 26 Aug 2011 17:45:47 +0300 Subject: Update limit-login-attempts, smart-youtube and wp-stats --- plugins/limit-login-attempts/readme.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'plugins/limit-login-attempts/readme.txt') diff --git a/plugins/limit-login-attempts/readme.txt b/plugins/limit-login-attempts/readme.txt index 5b2ba085..5c375647 100755 --- a/plugins/limit-login-attempts/readme.txt +++ b/plugins/limit-login-attempts/readme.txt @@ -2,8 +2,8 @@ Contributors: johanee Tags: login, security, authentication Requires at least: 2.8 -Tested up to: 3.1-RC4 -Stable tag: 1.6.1 +Tested up to: 3.2.1 +Stable tag: 1.6.2 Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable. @@ -67,6 +67,12 @@ If you have access to the database (for example through phpMyAdmin) you can clea == Changelog == += 1.6.2 = +* Fix bug where log would not get updated after it had been cleared +* Do plugin setup in 'init' action +* Small update to Spanish translation file, thanks to Marcelo Pedra +* Tested against WordPress 3.2.1 + = 1.6.1 = * (WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt * Define "Text Domain" correctly -- cgit v1.2.3-65-gdbad