]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/readme.txt
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / readme.txt
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.3.0
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 an [Akismet.com API key](http://akismet.com/get/) to use it.
20
21 == Installation ==
22
23 Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
24
25 1, 2, 3: You're done!
26
27 == Changelog ==
28
29 * Fix "Are you sure" nonce message on config screen in WPMU
30 * Fix XHTML compliance issue in sidebar widget
31 * Change author link; remove some old references to WordPress.com accounts
32 * Localize the widget title (core ticket #13879)
33
34 = 2.2.9 =
35
36 * Eliminate a potential conflict with some plugins that may cause spurious reports
37
38 = 2.2.8 =
39
40 * Fix bug in initial comment check for ipv6 addresses
41 * Report comments as ham when they are moved from spam to moderation
42 * Report comments as ham when clicking undo after spam
43 * Use transition_comment_status action when available instead of older actions for spam/ham submissions
44 * Better diagnostic messages when PHP network functions are unavailable
45 * Better handling of comments by logged-in users
46
47 = 2.2.7 =
48
49 * Add a new AKISMET_VERSION constant
50 * Reduce the possibility of over-counting spam when another spam filter plugin is in use
51 * Disable the connectivity check when the API key is hard-coded for WPMU
52
53 = 2.2.6 =
54
55 * Fix a global warning introduced in 2.2.5
56 * Add changelog and additional readme.txt tags
57 * Fix an array conversion warning in some versions of PHP
58 * Support a new WPCOM_API_KEY constant for easier use with WordPress MU
59
60 = 2.2.5 =
61
62 * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
63
64 = 2.2.4 =
65
66 * Fixed a key problem affecting the stats feature in WordPress MU
67 * Provide additional blog information in Akismet API calls