]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/readme.txt
WordPress 4.6.1
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / readme.txt
1 === Akismet ===
2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs
3 Tags: akismet, comments, spam, antispam, anti-spam, anti spam, comment moderation, comment spam, contact form spam, spam comments
4 Requires at least: 3.7
5 Tested up to: 4.6.1
6 Stable tag: 3.2
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](https://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](https://akismet.com/get/).
28
29 1, 2, 3: You're done!
30
31 == Changelog ==
32
33 = 3.2 =
34 *Release Date - 6 September 2016*
35
36 * Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.
37 * Stopped using the deprecated jQuery function `.live()`.
38 * Fixed a bug in `remove_comment_author_url()` and `add_comment_author_url()` that could generate PHP notices.
39 * Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.
40 * Fixed a bug that could cause the Akismet widget title to be blank.
41
42 = 3.1.11 =
43 *Release Date - 12 May 2016*
44
45 * Fixed a bug that could cause the "Check for Spam" button to skip some comments.
46 * Fixed a bug that could prevent some spam submissions from being sent to Akismet.
47 * Updated all links to use https:// when possible.
48 * Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.
49
50 = 3.1.10 =
51 *Release Date - 1 April 2016*
52
53 * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
54 * Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.
55 * Fixed a bug that could have caused avoidable PHP warnings in the error log.
56
57 = 3.1.9 =
58 *Release Date - 28 March 2016*
59
60 * Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.
61 * Fixed a bug preventing some comment data from being sent to Akismet.
62
63 = 3.1.8 =
64 *Release Date - 4 March 2016*
65
66 * Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.
67 * Reduced the amount of bandwidth used on Akismet API calls
68 * Reduced the amount of space Akismet uses in the database
69 * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
70
71 = 3.1.7 =
72 *Release Date - 4 January 2016*
73
74 * Added documentation for the 'akismet_comment_nonce' filter.
75 * The post-install activation button is now accessible to screen readers and keyboard-only users.
76 * Fixed a bug that was preventing the "Remove author URL" feature from working in WordPress 4.4
77
78 = 3.1.6 =
79 *Release Date - 14 December 2015*
80
81 * Improve the notices shown after activating Akismet.
82 * Update some strings to allow for the proper plural forms in all languages.
83
84 = 3.1.5 =
85 *Release Date - 13 October 2015*
86
87 * Closes a potential XSS vulnerability.
88
89 = 3.1.4 =
90 *Release Date - 24 September 2015*
91
92 * Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn't have a current Akismet subscription.
93 * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
94 * Error messages and instructions have been simplified to be more understandable.
95 * Link previews are enabled for all links inside comments, not just the author's website link.
96
97 = 3.1.3 =
98 *Release Date - 6 July 2015*
99
100 * Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.
101
102 = 3.1.2 =
103 *Release Date - 7 June 2015*
104
105 * Reduced the amount of space Akismet uses in the commentmeta table.
106 * Fixed a bug where some comments with quotes in the author name weren't getting history entries
107 * Pre-emptive security improvements to ensure that the Akismet plugin can't be used by attackers to compromise a WordPress installation.
108 * Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.
109 * When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.
110 * Clearer error messages.
111
112 = 3.1.1 =
113 *Release Date - 17th March, 2015*
114
115 * Improvements to the "Remove comment author URL" JavaScript
116 * Include the pingback pre-check from the 2.6 branch.
117
118 = 3.1 =
119 *Release Date - 11th March, 2015*
120
121 * Use HTTPS by default for all requests to Akismet.
122 * Fix for a situation where Akismet might strip HTML from a comment.
123
124 = 3.0.4 =
125 *Release Date - 11th December, 2014*
126
127 * Fix to make .htaccess compatible with Apache 2.4.
128 * Fix to allow removal of https author URLs.
129 * Fix to avoid stripping part of the author URL when removing and re-adding.
130 * Removed the "Check for Spam" button from the "Trash" and "Approved" queues, where it would have no effect.
131 * Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account
132
133 = 3.0.3 =
134 *Release Date - 3rd November, 2014*
135
136 * Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.
137 * Added a filter to disable logging of Akismet debugging information.
138 * Added a filter for the maximum comment age when deleting old spam comments.
139 * Added a filter for the number per batch when deleting old spam comments.
140 * Removed the "Check for Spam" button from the Spam folder.
141
142 = 3.0.2 =
143 *Release Date - 18th August, 2014*
144
145 * Performance improvements.
146 * Fixed a bug that could truncate the comment data being sent to Akismet for checking.
147
148 = 3.0.1 =
149 *Release Date - 9th July, 2014*
150
151 * Removed dependency on PHP's fsockopen function
152 * Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app
153 * Remove jQuery dependency for comment form JavaScript
154 * Remove unnecessary data from some Akismet comment meta
155 * Suspended keys will now result in all comments being put in moderation, not spam.
156
157 = 3.0.0 =
158 *Release Date - 15th April, 2014*
159
160 * Move Akismet to Settings menu
161 * Drop Akismet Stats menu
162 * Add stats snapshot to Akismet settings
163 * Add Akismet subscription details and status to Akismet settings
164 * Add contextual help for each page
165 * Improve Akismet setup to use Jetpack to automate plugin setup
166 * Fix "Check for Spam" to use AJAX to avoid page timing out
167 * Fix Akismet settings page to be responsive
168 * Drop legacy code
169 * Tidy up CSS and Javascript
170 * Replace the old discard setting with a new "discard pervasive spam" feature.
171
172 = 2.6.0 =
173 *Release Date - 18th March, 2014*
174
175 * Add ajax paging to the check for spam button to handle large volumes of comments
176 * Optimize javascript and add localization support 
177 * Fix bug in link to spam comments from right now dashboard widget
178 * Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments
179 * Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications
180 * Add pre-check for pingbacks, to stop spam before an outbound verification request is made
181
182 = 2.5.9 =
183 *Release Date - 1st August, 2013*
184
185 * Update 'Already have a key' link to redirect page rather than depend on javascript
186 * Fix some non-translatable strings to be translatable
187 * Update Activation banner in plugins page to redirect user to Akismet config page
188
189 = 2.5.8 =
190 *Release Date - 20th January, 2013*
191
192 * Simplify the activation process for new users
193 * Remove the reporter_ip parameter
194 * Minor preventative security improvements
195
196 = 2.5.7 =
197 *Release Date - 13th December, 2012*
198
199 * FireFox Stats iframe preview bug
200 * Fix mshots preview when using https
201 * Add .htaccess to block direct access to files
202 * Prevent some PHP notices
203 * Fix Check For Spam return location when referrer is empty
204 * Fix Settings links for network admins
205 * Fix prepare() warnings in WP 3.5
206
207 = 2.5.6 =
208 *Release Date - 26th April, 2012*
209
210 * Prevent retry scheduling problems on sites where wp_cron is misbehaving
211 * Preload mshot previews
212 * Modernize the widget code
213 * Fix a bug where comments were not held for moderation during an error condition
214 * Improve the UX and display when comments are temporarily held due to an error
215 * Make the Check For Spam button force a retry when comments are held due to an error
216 * Handle errors caused by an invalid key
217 * Don't retry comments that are too old
218 * Improve error messages when verifying an API key
219
220 = 2.5.5 =
221 *Release Date - 11th January, 2012*
222
223 * Add nonce check for comment author URL remove action
224 * Fix the settings link
225
226 = 2.5.4 =
227 *Release Date - 5th January, 2012*
228
229 * Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it
230 * Added author URL quick removal functionality
231 * Added mShot preview on Author URL hover
232 * Added empty index.php to prevent directory listing
233 * Move wp-admin menu items under Jetpack, if it is installed
234 * Purge old Akismet comment meta data, default of 15 days
235
236 = 2.5.3 = 
237 *Release Date - 8th Febuary, 2011*
238
239 * Specify the license is GPL v2 or later
240 * Fix a bug that could result in orphaned commentmeta entries
241 * Include hotfix for WordPress 3.0.5 filter issue
242
243 = 2.5.2 =
244 *Release Date - 14th January, 2011*
245
246 * Properly format the comment count for author counts
247 * Look for super admins on multisite installs when looking up user roles
248 * Increase the HTTP request timeout
249 * Removed padding for author approved count
250 * Fix typo in function name
251 * Set Akismet stats iframe height to fixed 2500px.  Better to have one tall scroll bar than two side by side.
252
253 = 2.5.1 =
254 *Release Date - 17th December, 2010*
255
256 * Fix a bug that caused the "Auto delete" option to fail to discard comments correctly
257 * Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce
258 * Fixed padding bug in "author" column of posts screen
259 * Added margin-top to "cleared by ..." badges on dashboard
260 * Fix possible error when calling akismet_cron_recheck()
261 * Fix more PHP warnings
262 * Clean up XHTML warnings for comment nonce
263 * Fix for possible condition where scheduled comment re-checks could get stuck
264 * Clean up the comment meta details after deleting a comment
265 * Only show the status badge if the comment status has been changed by someone/something other than Akismet
266 * Show a 'History' link in the row-actions
267 * Translation fixes
268 * Reduced font-size on author name
269 * Moved "flagged by..." notification to top right corner of comment container and removed heavy styling
270 * Hid "flagged by..." notification while on dashboard
271
272 = 2.5.0 =
273 *Release Date - 7th December, 2010*
274
275 * Track comment actions under 'Akismet Status' on the edit comment screen
276 * Fix a few remaining deprecated function calls ( props Mike Glendinning ) 
277 * Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
278 * Use the WordPress HTTP class if available
279 * Move the admin UI code to a separate file, only loaded when needed
280 * Add cron retry feature, to replace the old connectivity check
281 * Display Akismet status badge beside each comment
282 * Record history for each comment, and display it on the edit page
283 * Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham
284 * Highlight links in comment content
285 * New option, "Show the number of comments you've approved beside each comment author."
286 * New option, "Use a nonce on the comment form."
287
288 = 2.4.0 =
289 *Release Date - 23rd August, 2010*
290
291 * Spell out that the license is GPLv2
292 * Fix PHP warnings
293 * Fix WordPress deprecated function calls
294 * Fire the delete_comment action when deleting comments
295 * Move code specific for older WP versions to legacy.php
296 * General code clean up
297
298 = 2.3.0 =
299 *Release Date - 5th June, 2010*
300
301 * Fix "Are you sure" nonce message on config screen in WPMU
302 * Fix XHTML compliance issue in sidebar widget
303 * Change author link; remove some old references to WordPress.com accounts
304 * Localize the widget title (core ticket #13879)
305
306 = 2.2.9 =
307 *Release Date - 2nd June, 2010*
308
309 * Eliminate a potential conflict with some plugins that may cause spurious reports
310
311 = 2.2.8 =
312 *Release Date - 27th May, 2010*
313
314 * Fix bug in initial comment check for ipv6 addresses
315 * Report comments as ham when they are moved from spam to moderation
316 * Report comments as ham when clicking undo after spam
317 * Use transition_comment_status action when available instead of older actions for spam/ham submissions
318 * Better diagnostic messages when PHP network functions are unavailable
319 * Better handling of comments by logged-in users
320
321 = 2.2.7 =
322 *Release Date - 17th December, 2009*
323
324 * Add a new AKISMET_VERSION constant
325 * Reduce the possibility of over-counting spam when another spam filter plugin is in use
326 * Disable the connectivity check when the API key is hard-coded for WPMU
327
328 = 2.2.6 =
329 *Release Date - 20th July, 2009*
330
331 * Fix a global warning introduced in 2.2.5
332 * Add changelog and additional readme.txt tags
333 * Fix an array conversion warning in some versions of PHP
334 * Support a new WPCOM_API_KEY constant for easier use with WordPress MU
335
336 = 2.2.5 =
337 *Release Date - 13th July, 2009*
338
339 * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
340
341 = 2.2.4 =
342 *Release Date - 3rd June, 2009*
343
344 * Fixed a key problem affecting the stats feature in WordPress MU
345 * Provide additional blog information in Akismet API calls