readme.txt
59 lines
| 1 | === Akismet === |
| 2 | Contributors: matt, ryan, andy, mdawaffe, tellyworth, automattic |
| 3 | Tags: akismet, comments, spam |
| 4 | Requires at least: 2.0 |
| 5 | Tested up to: 3.0 |
| 6 | Stable tag: 2.2.8 |
| 7 | |
| 8 | Akismet checks your comments against the Akismet web service to see if they look like spam or not. |
| 9 | |
| 10 | == Description == |
| 11 | |
| 12 | Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you |
| 13 | review the spam it catches under your blog's "Comments" admin screen. |
| 14 | |
| 15 | Want to show off how much spam Akismet has caught for you? Just put `<?php akismet_counter(); ?>` in your template. |
| 16 | |
| 17 | See also: [WP Stats plugin](http://wordpress.org/extend/plugins/stats/). |
| 18 | |
| 19 | PS: You'll need a [WordPress.com API key](http://wordpress.com/api-keys/) to use it. |
| 20 | |
| 21 | == Installation == |
| 22 | |
| 23 | Upload the Akismet plugin to your blog, Activate it, then enter your [WordPress.com API key](http://wordpress.com/api-keys/). |
| 24 | |
| 25 | 1, 2, 3: You're done! |
| 26 | |
| 27 | == Changelog == |
| 28 | |
| 29 | = 2.2.8 = |
| 30 | |
| 31 | * Fix bug in initial comment check for ipv6 addresses |
| 32 | * Report comments as ham when they are moved from spam to moderation |
| 33 | * Report comments as ham when clicking undo after spam |
| 34 | * Use transition_comment_status action when available instead of older actions for spam/ham submissions |
| 35 | * Better diagnostic messages when PHP network functions are unavailable |
| 36 | * Better handling of comments by logged-in users |
| 37 | |
| 38 | = 2.2.7 = |
| 39 | |
| 40 | * Add a new AKISMET_VERSION constant |
| 41 | * Reduce the possibility of over-counting spam when another spam filter plugin is in use |
| 42 | * Disable the connectivity check when the API key is hard-coded for WPMU |
| 43 | |
| 44 | = 2.2.6 = |
| 45 | |
| 46 | * Fix a global warning introduced in 2.2.5 |
| 47 | * Add changelog and additional readme.txt tags |
| 48 | * Fix an array conversion warning in some versions of PHP |
| 49 | * Support a new WPCOM_API_KEY constant for easier use with WordPress MU |
| 50 | |
| 51 | = 2.2.5 = |
| 52 | |
| 53 | * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls |
| 54 | |
| 55 | = 2.2.4 = |
| 56 | |
| 57 | * Fixed a key problem affecting the stats feature in WordPress MU |
| 58 | * Provide additional blog information in Akismet API calls |
| 59 |