home *** CD-ROM | disk | FTP | other *** search
/ HTML Examples / WP.iso / wordpress2 / wp-content / plugins / akismet / readme.txt < prev    next >
Encoding:
Text File  |  2017-12-18  |  16.9 KB  |  406 lines

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