summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/akismet/readme.txt')
-rw-r--r--plugins/akismet/readme.txt24
1 files changed, 21 insertions, 3 deletions
diff --git a/plugins/akismet/readme.txt b/plugins/akismet/readme.txt
index 250fb366..97962ef2 100644
--- a/plugins/akismet/readme.txt
+++ b/plugins/akismet/readme.txt
@@ -2,8 +2,8 @@
Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, automattic
Tags: akismet, comments, spam
Requires at least: 3.0
-Tested up to: 3.0
-Stable tag: 2.5.0
+Tested up to: 3.1
+Stable tag: 2.5.1
License: GPLv2
Akismet checks your comments against the Akismet web service to see if they look like spam or not.
@@ -21,7 +21,7 @@ Major new features in Akismet 2.5 include:
* Moderators can see the number of approved comments for each user
* Spam and Unspam reports now include more information, to help improve accuracy
-PS: You'll need an [Akismet.com API key](http://akismet.com/signup/) to use it. Keys are free for personal blogs, with paid subscriptions available for businesses and commercial sites.
+PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it. Keys are free for personal blogs, with paid subscriptions available for businesses and commercial sites.
== Installation ==
@@ -31,6 +31,24 @@ Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.co
== Changelog ==
+= 2.5.1 =
+
+* Fix a bug that caused the "Auto delete" option to fail to discard comments correctly
+* Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce
+* Fixed padding bug in "author" column of posts screen
+* Added margin-top to "cleared by ..." badges on dashboard
+* Fix possible error when calling akismet_cron_recheck()
+* Fix more PHP warnings
+* Clean up XHTML warnings for comment nonce
+* Fix for possible condition where scheduled comment re-checks could get stuck
+* Clean up the comment meta details after deleting a comment
+* Only show the status badge if the comment status has been changed by someone/something other than Akismet
+* Show a 'History' link in the row-actions
+* Translation fixes
+* Reduced font-size on author name
+* Moved "flagged by..." notification to top right corner of comment container and removed heavy styling
+* Hid "flagged by..." notification while on dashboard
+
= 2.5.0 =
* Track comment actions under 'Akismet Status' on the edit comment screen