akismet
Last commit date
_inc
6 months ago
views
6 months ago
.htaccess
1 year ago
LICENSE.txt
10 years ago
akismet.php
6 months ago
changelog.txt
1 year ago
class-akismet-compatible-plugins.php
9 months ago
class.akismet-admin.php
6 months ago
class.akismet-cli.php
1 year ago
class.akismet-rest-api.php
8 months ago
class.akismet-widget.php
7 months ago
class.akismet.php
6 months ago
index.php
1 year ago
readme.txt
6 months ago
wrapper.php
1 year ago
changelog.txt
551 lines
| 1 | === Akismet Anti-spam === |
| 2 | |
| 3 | == Archived Changelog Entries == |
| 4 | |
| 5 | This file contains older changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable. |
| 6 | For the latest changes, please see the "Changelog" section of the [readme.txt file](https://plugins.svn.wordpress.org/akismet/trunk/readme.txt). |
| 7 | |
| 8 | = 4.2.5 = |
| 9 | *Release Date - 11 July 2022* |
| 10 | |
| 11 | * Fixed a bug that added unnecessary comment history entries after comment rechecks. |
| 12 | * Added a notice that displays when WP-Cron is disabled and might be affecting comment rechecks. |
| 13 | |
| 14 | = 4.2.4 = |
| 15 | *Release Date - 20 May 2022* |
| 16 | |
| 17 | * Improved translator instructions for comment history. |
| 18 | * Bumped the "Tested up to" tag to WP 6.0. |
| 19 | |
| 20 | = 4.2.3 = |
| 21 | *Release Date - 25 April 2022* |
| 22 | |
| 23 | * Improved compatibility with Fluent Forms |
| 24 | * Fixed missing translation domains |
| 25 | * Updated stats URL. |
| 26 | * Improved accessibility of elements on the config page. |
| 27 | |
| 28 | = 4.2.2 = |
| 29 | *Release Date - 24 January 2022* |
| 30 | |
| 31 | * Improved compatibility with Formidable Forms |
| 32 | * Fixed a bug that could cause issues when multiple contact forms appear on one page. |
| 33 | * Updated delete_comment and deleted_comment actions to pass two arguments to match WordPress core since 4.9.0. |
| 34 | * Added a filter that allows comment types to be excluded when counting users' approved comments. |
| 35 | |
| 36 | = 4.2.1 = |
| 37 | *Release Date - 1 October 2021* |
| 38 | |
| 39 | * Fixed a bug causing AMP validation to fail on certain pages with forms. |
| 40 | |
| 41 | = 4.2 = |
| 42 | *Release Date - 30 September 2021* |
| 43 | |
| 44 | * Added links to additional information on API usage notifications. |
| 45 | * Reduced the number of network requests required for a comment page when running Akismet. |
| 46 | * Improved compatibility with the most popular contact form plugins. |
| 47 | * Improved API usage buttons for clarity on what upgrade is needed. |
| 48 | |
| 49 | = 4.1.12 = |
| 50 | *Release Date - 3 September 2021* |
| 51 | |
| 52 | * Fixed "Use of undefined constant" notice. |
| 53 | * Improved styling of alert notices. |
| 54 | |
| 55 | = 4.1.11 = |
| 56 | *Release Date - 23 August 2021* |
| 57 | |
| 58 | * Added support for Akismet API usage notifications on Akismet settings and edit-comments admin pages. |
| 59 | * Added support for the deleted_comment action when bulk-deleting comments from Spam. |
| 60 | |
| 61 | = 4.1.10 = |
| 62 | *Release Date - 6 July 2021* |
| 63 | |
| 64 | * Simplified the code around checking comments in REST API and XML-RPC requests. |
| 65 | * Updated Plus plan terminology in notices to match current subscription names. |
| 66 | * Added `rel="noopener"` to the widget link to avoid warnings in Google Lighthouse. |
| 67 | * Set the Akismet JavaScript as deferred instead of async to improve responsiveness. |
| 68 | * Improved the preloading of screenshot popups on the edit comments admin page. |
| 69 | |
| 70 | = 4.1.9 = |
| 71 | *Release Date - 2 March 2021* |
| 72 | |
| 73 | * Improved handling of pingbacks in XML-RPC multicalls |
| 74 | |
| 75 | = 4.1.8 = |
| 76 | *Release Date - 6 January 2021* |
| 77 | |
| 78 | * Fixed missing fields in submit-spam and submit-ham calls that could lead to reduced accuracy. |
| 79 | * Fixed usage of deprecated jQuery function. |
| 80 | |
| 81 | = 4.1.7 = |
| 82 | *Release Date - 22 October 2020* |
| 83 | |
| 84 | * Show the "Set up your Akismet account" banner on the comments admin screen, where it's relevant to mention if Akismet hasn't been configured. |
| 85 | * Don't use wp_blacklist_check when the new wp_check_comment_disallowed_list function is available. |
| 86 | |
| 87 | = 4.1.6 = |
| 88 | *Release Date - 4 June 2020* |
| 89 | |
| 90 | * Disable "Check for Spam" button until the page is loaded to avoid errors with clicking through to queue recheck endpoint directly. |
| 91 | * Added filter "akismet_enable_mshots" to allow disabling screenshot popups on the edit comments admin page. |
| 92 | |
| 93 | = 4.1.5 = |
| 94 | *Release Date - 29 April 2020* |
| 95 | |
| 96 | * Based on user feedback, we have dropped the in-admin notice explaining the availability of the "privacy notice" option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact. |
| 97 | * Updated the "Requires at least" to WP 4.6, based on recommendations from https://wp-info.org/tools/checkplugini18n.php?slug=akismet |
| 98 | * Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from https://wp-info.org/tools/checkplugini18n.php?slug=akismet |
| 99 | |
| 100 | = 4.1.4 = |
| 101 | *Release Date - 17 March 2020* |
| 102 | |
| 103 | * Only redirect to the Akismet setup screen upon plugin activation if the plugin was activated manually from within the plugin-related screens, to help users with non-standard install workflows, like WP-CLI. |
| 104 | * Update the layout of the initial setup screen to be more readable on small screens. |
| 105 | * If no API key has been entered, don't run code that expects an API key. |
| 106 | * Improve the readability of the comment history entries. |
| 107 | * Don't modify the comment form HTML if no API key has been set. |
| 108 | |
| 109 | = 4.1.3 = |
| 110 | *Release Date - 31 October 2019* |
| 111 | |
| 112 | * Prevented an attacker from being able to cause a user to unknowingly recheck their Pending comments for spam. |
| 113 | * Improved compatibility with Jetpack 7.7+. |
| 114 | * Updated the plugin activation page to use consistent language and markup. |
| 115 | * Redirecting users to the Akismet connnection/settings screen upon plugin activation, in an effort to make it easier for people to get setup. |
| 116 | |
| 117 | = 4.1.2 = |
| 118 | *Release Date - 14 May 2019* |
| 119 | |
| 120 | * Fixed a conflict between the Akismet setup banner and other plugin notices. |
| 121 | * Reduced the number of API requests made by the plugin when attempting to verify the API key. |
| 122 | * Include additional data in the pingback pre-check API request to help make the stats more accurate. |
| 123 | * Fixed a bug that was enabling the "Check for Spam" button when no comments were eligible to be checked. |
| 124 | * Improved Akismet's AMP compatibility. |
| 125 | |
| 126 | = 4.1.1 = |
| 127 | *Release Date - 31 January 2019* |
| 128 | |
| 129 | * Fixed the "Setup Akismet" notice so it resizes responsively. |
| 130 | * Only highlight the "Save Changes" button in the Akismet config when changes have been made. |
| 131 | * The count of comments in your spam queue shown on the dashboard show now always be up-to-date. |
| 132 | |
| 133 | = 4.1 = |
| 134 | *Release Date - 12 November 2018* |
| 135 | |
| 136 | * Added a WP-CLI method for retrieving stats. |
| 137 | * Hooked into the new "Personal Data Eraser" functionality from WordPress 4.9.6. |
| 138 | * Added functionality to clear outdated alerts from Akismet.com. |
| 139 | |
| 140 | = 4.0.8 = |
| 141 | *Release Date - 19 June 2018* |
| 142 | |
| 143 | * Improved the grammar and consistency of the in-admin privacy related notes (notice and config). |
| 144 | * Revised in-admin explanation of the comment form privacy notice to make its usage clearer. |
| 145 | * Added `rel="nofollow noopener"` to the comment form privacy notice to improve SEO and security. |
| 146 | |
| 147 | = 4.0.7 = |
| 148 | *Release Date - 28 May 2018* |
| 149 | |
| 150 | * Based on user feedback, the link on "Learn how your comment data is processed." in the optional privacy notice now has a `target` of `_blank` and opens in a new tab/window. |
| 151 | * Updated the in-admin privacy notice to use the term "comment" instead of "contact" in "Akismet can display a notice to your users under your comment forms." |
| 152 | * Only show in-admin privacy notice if Akismet has an API Key configured |
| 153 | |
| 154 | = 4.0.6 = |
| 155 | *Release Date - 26 May 2018* |
| 156 | |
| 157 | * Moved away from using `empty( get_option() )` to instantiating a variable to be compatible with older versions of PHP (5.3, 5.4, etc). |
| 158 | |
| 159 | = 4.0.5 = |
| 160 | *Release Date - 26 May 2018* |
| 161 | |
| 162 | * Corrected version number after tagging. Sorry... |
| 163 | |
| 164 | = 4.0.4 = |
| 165 | *Release Date - 26 May 2018* |
| 166 | |
| 167 | * Added a hook to provide Akismet-specific privacy information for a site's privacy policy. |
| 168 | * Added tools to control the display of a privacy related notice under comment forms. |
| 169 | * Fixed HTML in activation failure message to close META and HEAD tag properly. |
| 170 | * Fixed a bug that would sometimes prevent Akismet from being correctly auto-configured. |
| 171 | |
| 172 | = 4.0.3 = |
| 173 | *Release Date - 19 February 2018* |
| 174 | |
| 175 | * Added a scheduled task to remove entries in wp_commentmeta that no longer have corresponding comments in wp_comments. |
| 176 | * Added a new `akismet_batch_delete_count` action to the batch delete methods for people who'd like to keep track of the numbers of records being processed by those methods. |
| 177 | |
| 178 | = 4.0.2 = |
| 179 | *Release Date - 18 December 2017* |
| 180 | |
| 181 | * Fixed a bug that could cause Akismet to recheck a comment that has already been manually approved or marked as spam. |
| 182 | * Fixed a bug that could cause Akismet to claim that some comments are still waiting to be checked when no comments are waiting to be checked. |
| 183 | |
| 184 | = 4.0.1 = |
| 185 | *Release Date - 6 November 2017* |
| 186 | |
| 187 | * Fixed a bug that could prevent some users from connecting Akismet via their Jetpack connection. |
| 188 | * Ensured that any pending Akismet-related events are unscheduled if the plugin is deactivated. |
| 189 | * Allow some JavaScript to be run asynchronously to avoid affecting page render speeds. |
| 190 | |
| 191 | = 4.0 = |
| 192 | *Release Date - 19 September 2017* |
| 193 | |
| 194 | * Added REST API endpoints for configuring Akismet and retrieving stats. |
| 195 | * Increased the minimum supported WordPress version to 4.0. |
| 196 | * Added compatibility with comments submitted via the REST API. |
| 197 | * Improved the progress indicator on the "Check for Spam" button. |
| 198 | |
| 199 | = 3.3.4 = |
| 200 | *Release Date - 3 August 2017* |
| 201 | |
| 202 | * Disabled Akismet's debug log output by default unless AKISMET_DEBUG is defined. |
| 203 | * URL previews now begin preloading when the mouse moves near them in the comments section of wp-admin. |
| 204 | * When a comment is caught by the Comment Blacklist, Akismet will always allow it to stay in the trash even if it is spam as well. |
| 205 | * Fixed a bug that was preventing an error from being shown when a site can't reach Akismet's servers. |
| 206 | |
| 207 | = 3.3.3 = |
| 208 | *Release Date - 13 July 2017* |
| 209 | |
| 210 | * Reduced amount of bandwidth used by the URL Preview feature. |
| 211 | * Improved the admin UI when the API key is manually pre-defined for the site. |
| 212 | * Removed a workaround for WordPress installations older than 3.3 that will improve Akismet's compatibility with other plugins. |
| 213 | * The number of spam blocked that is displayed on the WordPress dashboard will now be more accurate and updated more frequently. |
| 214 | * Fixed a bug in the Akismet widget that could cause PHP warnings. |
| 215 | |
| 216 | = 3.3.2 = |
| 217 | *Release Date - 10 May 2017* |
| 218 | |
| 219 | * Fixed a bug causing JavaScript errors in some browsers. |
| 220 | |
| 221 | = 3.3.1 = |
| 222 | *Release Date - 2 May 2017* |
| 223 | |
| 224 | * Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary. |
| 225 | * Fixed two bugs that could cause PHP warnings. |
| 226 | * Fixed a bug that was preventing the "Remove author URL" feature from working after a comment was edited using "Quick Edit." |
| 227 | * Fixed a bug that was preventing the URL preview feature from working after a comment was edited using "Quick Edit." |
| 228 | |
| 229 | = 3.3 = |
| 230 | *Release Date - 23 February 2017* |
| 231 | |
| 232 | * Updated the Akismet admin pages with a new clean design. |
| 233 | * Fixed bugs preventing the `akismet_add_comment_nonce` and `akismet_update_alert` wrapper functions from working properly. |
| 234 | * Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam. |
| 235 | * Added a progress indicator to the "Check for Spam" button. |
| 236 | * Added a success message after manually rechecking the Pending queue for spam. |
| 237 | |
| 238 | = 3.2 = |
| 239 | *Release Date - 6 September 2016* |
| 240 | |
| 241 | * Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line. |
| 242 | * Stopped using the deprecated jQuery function `.live()`. |
| 243 | * Fixed a bug in `remove_comment_author_url()` and `add_comment_author_url()` that could generate PHP notices. |
| 244 | * Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs. |
| 245 | * Fixed a bug that could cause the Akismet widget title to be blank. |
| 246 | |
| 247 | = 3.1.11 = |
| 248 | *Release Date - 12 May 2016* |
| 249 | |
| 250 | * Fixed a bug that could cause the "Check for Spam" button to skip some comments. |
| 251 | * Fixed a bug that could prevent some spam submissions from being sent to Akismet. |
| 252 | * Updated all links to use https:// when possible. |
| 253 | * Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled. |
| 254 | |
| 255 | = 3.1.10 = |
| 256 | *Release Date - 1 April 2016* |
| 257 | |
| 258 | * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue. |
| 259 | * 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. |
| 260 | * Fixed a bug that could have caused avoidable PHP warnings in the error log. |
| 261 | |
| 262 | = 3.1.9 = |
| 263 | *Release Date - 28 March 2016* |
| 264 | |
| 265 | * Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate. |
| 266 | * Fixed a bug preventing some comment data from being sent to Akismet. |
| 267 | |
| 268 | = 3.1.8 = |
| 269 | *Release Date - 4 March 2016* |
| 270 | |
| 271 | * Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs. |
| 272 | * Reduced the amount of bandwidth used on Akismet API calls |
| 273 | * Reduced the amount of space Akismet uses in the database |
| 274 | * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue. |
| 275 | |
| 276 | = 3.1.7 = |
| 277 | *Release Date - 4 January 2016* |
| 278 | |
| 279 | * Added documentation for the 'akismet_comment_nonce' filter. |
| 280 | * The post-install activation button is now accessible to screen readers and keyboard-only users. |
| 281 | * Fixed a bug that was preventing the "Remove author URL" feature from working in WordPress 4.4 |
| 282 | |
| 283 | = 3.1.6 = |
| 284 | *Release Date - 14 December 2015* |
| 285 | |
| 286 | * Improve the notices shown after activating Akismet. |
| 287 | * Update some strings to allow for the proper plural forms in all languages. |
| 288 | |
| 289 | = 3.1.5 = |
| 290 | *Release Date - 13 October 2015* |
| 291 | |
| 292 | * Closes a potential XSS vulnerability. |
| 293 | |
| 294 | = 3.1.4 = |
| 295 | *Release Date - 24 September 2015* |
| 296 | |
| 297 | * Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn't have a current Akismet subscription. |
| 298 | * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue. |
| 299 | * Error messages and instructions have been simplified to be more understandable. |
| 300 | * Link previews are enabled for all links inside comments, not just the author's website link. |
| 301 | |
| 302 | = 3.1.3 = |
| 303 | *Release Date - 6 July 2015* |
| 304 | |
| 305 | * 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. |
| 306 | |
| 307 | = 3.1.2 = |
| 308 | *Release Date - 7 June 2015* |
| 309 | |
| 310 | * Reduced the amount of space Akismet uses in the commentmeta table. |
| 311 | * Fixed a bug where some comments with quotes in the author name weren't getting history entries |
| 312 | * Pre-emptive security improvements to ensure that the Akismet plugin can't be used by attackers to compromise a WordPress installation. |
| 313 | * 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. |
| 314 | * When deactivating the plugin, notify the Akismet API so the site can be marked as inactive. |
| 315 | * Clearer error messages. |
| 316 | |
| 317 | = 3.1.1 = |
| 318 | *Release Date - 17th March, 2015* |
| 319 | |
| 320 | * Improvements to the "Remove comment author URL" JavaScript |
| 321 | * Include the pingback pre-check from the 2.6 branch. |
| 322 | |
| 323 | = 3.1 = |
| 324 | *Release Date - 11th March, 2015* |
| 325 | |
| 326 | * Use HTTPS by default for all requests to Akismet. |
| 327 | * Fix for a situation where Akismet might strip HTML from a comment. |
| 328 | |
| 329 | = 3.0.4 = |
| 330 | *Release Date - 11th December, 2014* |
| 331 | |
| 332 | * Fix to make .htaccess compatible with Apache 2.4. |
| 333 | * Fix to allow removal of https author URLs. |
| 334 | * Fix to avoid stripping part of the author URL when removing and re-adding. |
| 335 | * Removed the "Check for Spam" button from the "Trash" and "Approved" queues, where it would have no effect. |
| 336 | * Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account |
| 337 | |
| 338 | = 3.0.3 = |
| 339 | *Release Date - 3rd November, 2014* |
| 340 | |
| 341 | * Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted. |
| 342 | * Added a filter to disable logging of Akismet debugging information. |
| 343 | * Added a filter for the maximum comment age when deleting old spam comments. |
| 344 | * Added a filter for the number per batch when deleting old spam comments. |
| 345 | * Removed the "Check for Spam" button from the Spam folder. |
| 346 | |
| 347 | = 3.0.2 = |
| 348 | *Release Date - 18th August, 2014* |
| 349 | |
| 350 | * Performance improvements. |
| 351 | * Fixed a bug that could truncate the comment data being sent to Akismet for checking. |
| 352 | |
| 353 | = 3.0.1 = |
| 354 | *Release Date - 9th July, 2014* |
| 355 | |
| 356 | * Removed dependency on PHP's fsockopen function |
| 357 | * Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app |
| 358 | * Remove jQuery dependency for comment form JavaScript |
| 359 | * Remove unnecessary data from some Akismet comment meta |
| 360 | * Suspended keys will now result in all comments being put in moderation, not spam. |
| 361 | |
| 362 | = 3.0.0 = |
| 363 | *Release Date - 15th April, 2014* |
| 364 | |
| 365 | * Move Akismet to Settings menu |
| 366 | * Drop Akismet Stats menu |
| 367 | * Add stats snapshot to Akismet settings |
| 368 | * Add Akismet subscription details and status to Akismet settings |
| 369 | * Add contextual help for each page |
| 370 | * Improve Akismet setup to use Jetpack to automate plugin setup |
| 371 | * Fix "Check for Spam" to use AJAX to avoid page timing out |
| 372 | * Fix Akismet settings page to be responsive |
| 373 | * Drop legacy code |
| 374 | * Tidy up CSS and Javascript |
| 375 | * Replace the old discard setting with a new "discard pervasive spam" feature. |
| 376 | |
| 377 | = 2.6.0 = |
| 378 | *Release Date - 18th March, 2014* |
| 379 | |
| 380 | * Add ajax paging to the check for spam button to handle large volumes of comments |
| 381 | * Optimize javascript and add localization support |
| 382 | * Fix bug in link to spam comments from right now dashboard widget |
| 383 | * Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments |
| 384 | * Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications |
| 385 | * Add pre-check for pingbacks, to stop spam before an outbound verification request is made |
| 386 | |
| 387 | = 2.5.9 = |
| 388 | *Release Date - 1st August, 2013* |
| 389 | |
| 390 | * Update 'Already have a key' link to redirect page rather than depend on javascript |
| 391 | * Fix some non-translatable strings to be translatable |
| 392 | * Update Activation banner in plugins page to redirect user to Akismet config page |
| 393 | |
| 394 | = 2.5.8 = |
| 395 | *Release Date - 20th January, 2013* |
| 396 | |
| 397 | * Simplify the activation process for new users |
| 398 | * Remove the reporter_ip parameter |
| 399 | * Minor preventative security improvements |
| 400 | |
| 401 | = 2.5.7 = |
| 402 | *Release Date - 13th December, 2012* |
| 403 | |
| 404 | * FireFox Stats iframe preview bug |
| 405 | * Fix mshots preview when using https |
| 406 | * Add .htaccess to block direct access to files |
| 407 | * Prevent some PHP notices |
| 408 | * Fix Check For Spam return location when referrer is empty |
| 409 | * Fix Settings links for network admins |
| 410 | * Fix prepare() warnings in WP 3.5 |
| 411 | |
| 412 | = 2.5.6 = |
| 413 | *Release Date - 26th April, 2012* |
| 414 | |
| 415 | * Prevent retry scheduling problems on sites where wp_cron is misbehaving |
| 416 | * Preload mshot previews |
| 417 | * Modernize the widget code |
| 418 | * Fix a bug where comments were not held for moderation during an error condition |
| 419 | * Improve the UX and display when comments are temporarily held due to an error |
| 420 | * Make the Check For Spam button force a retry when comments are held due to an error |
| 421 | * Handle errors caused by an invalid key |
| 422 | * Don't retry comments that are too old |
| 423 | * Improve error messages when verifying an API key |
| 424 | |
| 425 | = 2.5.5 = |
| 426 | *Release Date - 11th January, 2012* |
| 427 | |
| 428 | * Add nonce check for comment author URL remove action |
| 429 | * Fix the settings link |
| 430 | |
| 431 | = 2.5.4 = |
| 432 | *Release Date - 5th January, 2012* |
| 433 | |
| 434 | * Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it |
| 435 | * Added author URL quick removal functionality |
| 436 | * Added mShot preview on Author URL hover |
| 437 | * Added empty index.php to prevent directory listing |
| 438 | * Move wp-admin menu items under Jetpack, if it is installed |
| 439 | * Purge old Akismet comment meta data, default of 15 days |
| 440 | |
| 441 | = 2.5.3 = |
| 442 | *Release Date - 8th Febuary, 2011* |
| 443 | |
| 444 | * Specify the license is GPL v2 or later |
| 445 | * Fix a bug that could result in orphaned commentmeta entries |
| 446 | * Include hotfix for WordPress 3.0.5 filter issue |
| 447 | |
| 448 | = 2.5.2 = |
| 449 | *Release Date - 14th January, 2011* |
| 450 | |
| 451 | * Properly format the comment count for author counts |
| 452 | * Look for super admins on multisite installs when looking up user roles |
| 453 | * Increase the HTTP request timeout |
| 454 | * Removed padding for author approved count |
| 455 | * Fix typo in function name |
| 456 | * Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side. |
| 457 | |
| 458 | = 2.5.1 = |
| 459 | *Release Date - 17th December, 2010* |
| 460 | |
| 461 | * Fix a bug that caused the "Auto delete" option to fail to discard comments correctly |
| 462 | * Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce |
| 463 | * Fixed padding bug in "author" column of posts screen |
| 464 | * Added margin-top to "cleared by ..." badges on dashboard |
| 465 | * Fix possible error when calling akismet_cron_recheck() |
| 466 | * Fix more PHP warnings |
| 467 | * Clean up XHTML warnings for comment nonce |
| 468 | * Fix for possible condition where scheduled comment re-checks could get stuck |
| 469 | * Clean up the comment meta details after deleting a comment |
| 470 | * Only show the status badge if the comment status has been changed by someone/something other than Akismet |
| 471 | * Show a 'History' link in the row-actions |
| 472 | * Translation fixes |
| 473 | * Reduced font-size on author name |
| 474 | * Moved "flagged by..." notification to top right corner of comment container and removed heavy styling |
| 475 | * Hid "flagged by..." notification while on dashboard |
| 476 | |
| 477 | = 2.5.0 = |
| 478 | *Release Date - 7th December, 2010* |
| 479 | |
| 480 | * Track comment actions under 'Akismet Status' on the edit comment screen |
| 481 | * Fix a few remaining deprecated function calls ( props Mike Glendinning ) |
| 482 | * Use HTTPS for the stats IFRAME when wp-admin is using HTTPS |
| 483 | * Use the WordPress HTTP class if available |
| 484 | * Move the admin UI code to a separate file, only loaded when needed |
| 485 | * Add cron retry feature, to replace the old connectivity check |
| 486 | * Display Akismet status badge beside each comment |
| 487 | * Record history for each comment, and display it on the edit page |
| 488 | * Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham |
| 489 | * Highlight links in comment content |
| 490 | * New option, "Show the number of comments you've approved beside each comment author." |
| 491 | * New option, "Use a nonce on the comment form." |
| 492 | |
| 493 | = 2.4.0 = |
| 494 | *Release Date - 23rd August, 2010* |
| 495 | |
| 496 | * Spell out that the license is GPLv2 |
| 497 | * Fix PHP warnings |
| 498 | * Fix WordPress deprecated function calls |
| 499 | * Fire the delete_comment action when deleting comments |
| 500 | * Move code specific for older WP versions to legacy.php |
| 501 | * General code clean up |
| 502 | |
| 503 | = 2.3.0 = |
| 504 | *Release Date - 5th June, 2010* |
| 505 | |
| 506 | * Fix "Are you sure" nonce message on config screen in WPMU |
| 507 | * Fix XHTML compliance issue in sidebar widget |
| 508 | * Change author link; remove some old references to WordPress.com accounts |
| 509 | * Localize the widget title (core ticket #13879) |
| 510 | |
| 511 | = 2.2.9 = |
| 512 | *Release Date - 2nd June, 2010* |
| 513 | |
| 514 | * Eliminate a potential conflict with some plugins that may cause spurious reports |
| 515 | |
| 516 | = 2.2.8 = |
| 517 | *Release Date - 27th May, 2010* |
| 518 | |
| 519 | * Fix bug in initial comment check for ipv6 addresses |
| 520 | * Report comments as ham when they are moved from spam to moderation |
| 521 | * Report comments as ham when clicking undo after spam |
| 522 | * Use transition_comment_status action when available instead of older actions for spam/ham submissions |
| 523 | * Better diagnostic messages when PHP network functions are unavailable |
| 524 | * Better handling of comments by logged-in users |
| 525 | |
| 526 | = 2.2.7 = |
| 527 | *Release Date - 17th December, 2009* |
| 528 | |
| 529 | * Add a new AKISMET_VERSION constant |
| 530 | * Reduce the possibility of over-counting spam when another spam filter plugin is in use |
| 531 | * Disable the connectivity check when the API key is hard-coded for WPMU |
| 532 | |
| 533 | = 2.2.6 = |
| 534 | *Release Date - 20th July, 2009* |
| 535 | |
| 536 | * Fix a global warning introduced in 2.2.5 |
| 537 | * Add changelog and additional readme.txt tags |
| 538 | * Fix an array conversion warning in some versions of PHP |
| 539 | * Support a new WPCOM_API_KEY constant for easier use with WordPress MU |
| 540 | |
| 541 | = 2.2.5 = |
| 542 | *Release Date - 13th July, 2009* |
| 543 | |
| 544 | * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls |
| 545 | |
| 546 | = 2.2.4 = |
| 547 | *Release Date - 3rd June, 2009* |
| 548 | |
| 549 | * Fixed a key problem affecting the stats feature in WordPress MU |
| 550 | * Provide additional blog information in Akismet API calls |
| 551 |