]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/readme.txt
WordPress 3.9.2
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / readme.txt
1 === Akismet ===
2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic
3 Tags: akismet, comments, spam
4 Requires at least: 3.1
5 Tested up to: 3.9.1
6 Stable tag: 3.0.1
7 License: GPLv2 or later
8
9 Akismet checks your comments against the Akismet Web service to see if they look like spam or not.
10
11 == Description ==
12
13 Akismet checks your comments against the Akismet Web service to see if they look like spam or not and lets you review the spam it catches under your blog's "Comments" admin screen.
14
15 Major features in Akismet include:
16
17 * Automatically checks all comments and filters out the ones that look like spam.
18 * Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.
19 * URLs are shown in the comment body to reveal hidden or misleading links.
20 * Moderators can see the number of approved comments for each user.
21 * A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.
22
23 PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it.  Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.
24
25 == Installation ==
26
27 Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
28
29 1, 2, 3: You're done!
30
31 == Changelog ==
32
33 = 3.0.1 =
34 * Removed dependency on PHP's fsockopen function
35 * Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app
36 * Remove jQuery dependency for comment form JavaScript
37 * Remove unnecessary data from some Akismet comment meta
38 * Suspended keys will now result in all comments being put in moderation, not spam.
39
40 = 3.0.0 =
41 * Move Akismet to Settings menu
42 * Drop Akismet Stats menu
43 * Add stats snapshot to Akismet settings
44 * Add Akismet subscription details and status to Akismet settings
45 * Add contextual help for each page
46 * Improve Akismet setup to use Jetpack to automate plugin setup
47 * Fix "Check for Spam" to use AJAX to avoid page timing out
48 * Fix Akismet settings page to be responsive
49 * Drop legacy code
50 * Tidy up CSS and Javascript
51 * Replace the old discard setting with a new "discard pervasive spam" feature.
52
53 = 2.6.0 =
54 * Add ajax paging to the check for spam button to handle large volumes of comments
55 * Optimize javascript and add localization support 
56 * Fix bug in link to spam comments from right now dashboard widget
57 * Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments
58 * Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications
59 * Add pre-check for pingbacks, to stop spam before an outbound verification request is made
60
61 = 2.5.9 =
62 * Update 'Already have a key' link to redirect page rather than depend on javascript
63 * Fix some non-translatable strings to be translatable
64 * Update Activation banner in plugins page to redirect user to Akismet config page
65
66 = 2.5.8 =
67 * Simplify the activation process for new users
68 * Remove the reporter_ip parameter
69 * Minor preventative security improvements
70
71 = 2.5.7 =
72 * FireFox Stats iframe preview bug
73 * Fix mshots preview when using https
74 * Add .htaccess to block direct access to files
75 * Prevent some PHP notices
76 * Fix Check For Spam return location when referrer is empty
77 * Fix Settings links for network admins
78 * Fix prepare() warnings in WP 3.5
79
80 = 2.5.6 =
81 * Prevent retry scheduling problems on sites where wp_cron is misbehaving
82 * Preload mshot previews
83 * Modernize the widget code
84 * Fix a bug where comments were not held for moderation during an error condition
85 * Improve the UX and display when comments are temporarily held due to an error
86 * Make the Check For Spam button force a retry when comments are held due to an error
87 * Handle errors caused by an invalid key
88 * Don't retry comments that are too old
89 * Improve error messages when verifying an API key
90
91 = 2.5.5 =
92 * Add nonce check for comment author URL remove action
93 * Fix the settings link
94
95 = 2.5.4 =
96 * Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it
97 * Added author URL quick removal functionality
98 * Added mShot preview on Author URL hover
99 * Added empty index.php to prevent directory listing
100 * Move wp-admin menu items under Jetpack, if it is installed
101 * Purge old Akismet comment meta data, default of 15 days
102
103 = 2.5.3 = 
104 * Specify the license is GPL v2 or later
105 * Fix a bug that could result in orphaned commentmeta entries
106 * Include hotfix for WordPress 3.0.5 filter issue
107
108 = 2.5.2 =
109
110 * Properly format the comment count for author counts
111 * Look for super admins on multisite installs when looking up user roles
112 * Increase the HTTP request timeout
113 * Removed padding for author approved count
114 * Fix typo in function name
115 * Set Akismet stats iframe height to fixed 2500px.  Better to have one tall scroll bar than two side by side.
116
117 = 2.5.1 =
118
119 * Fix a bug that caused the "Auto delete" option to fail to discard comments correctly
120 * Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce
121 * Fixed padding bug in "author" column of posts screen
122 * Added margin-top to "cleared by ..." badges on dashboard
123 * Fix possible error when calling akismet_cron_recheck()
124 * Fix more PHP warnings
125 * Clean up XHTML warnings for comment nonce
126 * Fix for possible condition where scheduled comment re-checks could get stuck
127 * Clean up the comment meta details after deleting a comment
128 * Only show the status badge if the comment status has been changed by someone/something other than Akismet
129 * Show a 'History' link in the row-actions
130 * Translation fixes
131 * Reduced font-size on author name
132 * Moved "flagged by..." notification to top right corner of comment container and removed heavy styling
133 * Hid "flagged by..." notification while on dashboard
134
135 = 2.5.0 =
136
137 * Track comment actions under 'Akismet Status' on the edit comment screen
138 * Fix a few remaining deprecated function calls ( props Mike Glendinning ) 
139 * Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
140 * Use the WordPress HTTP class if available
141 * Move the admin UI code to a separate file, only loaded when needed
142 * Add cron retry feature, to replace the old connectivity check
143 * Display Akismet status badge beside each comment
144 * Record history for each comment, and display it on the edit page
145 * Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham
146 * Highlight links in comment content
147 * New option, "Show the number of comments you've approved beside each comment author."
148 * New option, "Use a nonce on the comment form."
149
150 = 2.4.0 =
151
152 * Spell out that the license is GPLv2
153 * Fix PHP warnings
154 * Fix WordPress deprecated function calls
155 * Fire the delete_comment action when deleting comments
156 * Move code specific for older WP versions to legacy.php
157 * General code clean up
158
159 = 2.3.0 =
160
161 * Fix "Are you sure" nonce message on config screen in WPMU
162 * Fix XHTML compliance issue in sidebar widget
163 * Change author link; remove some old references to WordPress.com accounts
164 * Localize the widget title (core ticket #13879)
165
166 = 2.2.9 =
167
168 * Eliminate a potential conflict with some plugins that may cause spurious reports
169
170 = 2.2.8 =
171
172 * Fix bug in initial comment check for ipv6 addresses
173 * Report comments as ham when they are moved from spam to moderation
174 * Report comments as ham when clicking undo after spam
175 * Use transition_comment_status action when available instead of older actions for spam/ham submissions
176 * Better diagnostic messages when PHP network functions are unavailable
177 * Better handling of comments by logged-in users
178
179 = 2.2.7 =
180
181 * Add a new AKISMET_VERSION constant
182 * Reduce the possibility of over-counting spam when another spam filter plugin is in use
183 * Disable the connectivity check when the API key is hard-coded for WPMU
184
185 = 2.2.6 =
186
187 * Fix a global warning introduced in 2.2.5
188 * Add changelog and additional readme.txt tags
189 * Fix an array conversion warning in some versions of PHP
190 * Support a new WPCOM_API_KEY constant for easier use with WordPress MU
191
192 = 2.2.5 =
193
194 * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
195
196 = 2.2.4 =
197
198 * Fixed a key problem affecting the stats feature in WordPress MU
199 * Provide additional blog information in Akismet API calls