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