]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/readme.txt
Wordpress 3.0.1
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / readme.txt
index c3b117695d38220a6eab1756e8aa8b5b218dc5f6..f6b27fc253e54d880899935fae1c6c265626a282 100644 (file)
@@ -2,7 +2,8 @@
 Contributors: matt, ryan, andy, mdawaffe, tellyworth, automattic
 Tags: akismet, comments, spam
 Requires at least: 2.0
-Tested up to: 2.9
+Tested up to: 3.0
+Stable tag: 2.3.0
 
 Akismet checks your comments against the Akismet web service to see if they look like spam or not.
 
@@ -15,16 +16,34 @@ Want to show off how much spam Akismet has caught for you? Just put `<?php akism
 
 See also: [WP Stats plugin](http://wordpress.org/extend/plugins/stats/).
 
-PS: You'll need a [WordPress.com API key](http://wordpress.com/api-keys/) to use it.
+PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it.
 
 == Installation ==
 
-Upload the Akismet plugin to your blog, Activate it, then enter your [WordPress.com API key](http://wordpress.com/api-keys/).
+Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
 
 1, 2, 3: You're done!
 
 == Changelog ==
 
+* Fix "Are you sure" nonce message on config screen in WPMU
+* Fix XHTML compliance issue in sidebar widget
+* Change author link; remove some old references to WordPress.com accounts
+* Localize the widget title (core ticket #13879)
+
+= 2.2.9 =
+
+* Eliminate a potential conflict with some plugins that may cause spurious reports
+
+= 2.2.8 =
+
+* Fix bug in initial comment check for ipv6 addresses
+* Report comments as ham when they are moved from spam to moderation
+* Report comments as ham when clicking undo after spam
+* Use transition_comment_status action when available instead of older actions for spam/ham submissions
+* Better diagnostic messages when PHP network functions are unavailable
+* Better handling of comments by logged-in users
+
 = 2.2.7 =
 
 * Add a new AKISMET_VERSION constant