summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/limit-login-attempts/readme.txt')
-rwxr-xr-xplugins/limit-login-attempts/readme.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/plugins/limit-login-attempts/readme.txt b/plugins/limit-login-attempts/readme.txt
index 39b229be..5b2ba085 100755
--- a/plugins/limit-login-attempts/readme.txt
+++ b/plugins/limit-login-attempts/readme.txt
@@ -2,10 +2,10 @@
Contributors: johanee
Tags: login, security, authentication
Requires at least: 2.8
-Tested up to: 3.1-RC1
-Stable tag: 1.6.0
+Tested up to: 3.1-RC4
+Stable tag: 1.6.1
-Limit rate of login attempts, including by way of cookies, for each IP.
+Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.
== Description ==
@@ -23,7 +23,7 @@ Features
* Optional logging, optional email notification
* Handles server behind reverse proxy
-Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, French, Finnish, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish
+Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish
Plugin uses standard actions and filters only.
@@ -67,6 +67,13 @@ If you have access to the database (for example through phpMyAdmin) you can clea
== Changelog ==
+= 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
+* Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation
+* Updated POT file for this version
+* Tested against WordPress 3.1-RC4
+
= 1.6.0 =
* Happy New Year
* Tested against WordPress 3.1-RC1