changelog.txt 21 KB

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