]> 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 f34baf53dd86ee355e2f15ae0ab1fe932e5d0505..f6b27fc253e54d880899935fae1c6c265626a282 100644 (file)
@@ -1,8 +1,9 @@
 === Akismet ===
-Contributors: matt, ryan, andy, mdawaffe, tellyworth
+Contributors: matt, ryan, andy, mdawaffe, tellyworth, automattic
 Tags: akismet, comments, spam
 Requires at least: 2.0
-Tested up to: 2.8.2
+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,40 @@ 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
+* Reduce the possibility of over-counting spam when another spam filter plugin is in use
+* Disable the connectivity check when the API key is hard-coded for WPMU
+
 = 2.2.6 =
 
 * Fix a global warning introduced in 2.2.5