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