PluginProbe ʕ •ᴥ•ʔ
Akismet Anti-spam: Spam Protection / 2.2.8
Akismet Anti-spam: Spam Protection v2.2.8
5.7 3.0.4 3.0.5 3.1 3.1.1 3.1.10 3.1.11 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2 3.3 3.3.1 3.3.2 3.3.3 3.3.4 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.1 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 5.0 5.0.1 5.0.2 5.1 5.2 5.3 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5 5.3.6 5.3.7 5.4 5.5 5.6 trunk 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.4.0 2.4.1 2.5.0 2.5.1 2.5.10 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6.0 2.6.1 3.0.0 3.0.0-RC1 3.0.1 3.0.2 3.0.3
akismet / readme.txt
akismet Last commit date
akismet.gif 19 years ago akismet.php 16 years ago readme.txt 16 years ago
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