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