wp/wp-content/plugins/akismet/readme.txt
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 9 177826044cd9
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     1 === Akismet ===
     1 === Akismet Anti-Spam ===
     2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs
     2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs, procifer, stephdau
     3 Tags: akismet, comments, spam
     3 Tags: akismet, comments, spam, antispam, anti-spam, anti spam, comment moderation, comment spam, contact form spam, spam comments
     4 Requires at least: 3.2
     4 Requires at least: 4.0
     5 Tested up to: 4.2.2
     5 Tested up to: 4.9.6
     6 Stable tag: 3.1.2
     6 Stable tag: 4.0.8
     7 License: GPLv2 or later
     7 License: GPLv2 or later
     8 
     8 
     9 Akismet checks your comments against the Akismet Web service to see if they look like spam or not.
     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 
    10 
    11 == Description ==
    11 == Description ==
    12 
    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.
    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 
    14 
    15 Major features in Akismet include:
    15 Major features in Akismet include:
    16 
    16 
    17 * Automatically checks all comments and filters out the ones that look like spam.
    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.
    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.
    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.
    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.
    21 * A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.
    22 
    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.
    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 
    24 
    25 == Installation ==
    25 == Installation ==
    26 
    26 
    27 Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
    27 Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](https://akismet.com/get/).
    28 
    28 
    29 1, 2, 3: You're done!
    29 1, 2, 3: You're done!
    30 
    30 
    31 == Changelog ==
    31 == Changelog ==
       
    32 
       
    33 = 4.0.8 =
       
    34 *Release Date - 19 June 2018*
       
    35 
       
    36 * Improved the grammar and consistency of the in-admin privacy related notes (notice and config).
       
    37 * Revised in-admin explanation of the comment form privacy notice to make its usage clearer. 
       
    38 * Added `rel="nofollow noopener"` to the comment form privacy notice to improve SEO and security.
       
    39 
       
    40 = 4.0.7 =
       
    41 *Release Date - 28 May 2018*
       
    42 
       
    43 * 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.
       
    44 * 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."
       
    45 * Only show in-admin privacy notice if Akismet has an API Key configured
       
    46 
       
    47 = 4.0.6 =
       
    48 *Release Date - 26 May 2018*
       
    49 
       
    50 * Moved away from using `empty( get_option() )` to instantiating a variable to be compatible with older versions of PHP (5.3, 5.4, etc).  
       
    51 
       
    52 = 4.0.5 =
       
    53 *Release Date - 26 May 2018*
       
    54 
       
    55 * Corrected version number after tagging. Sorry...
       
    56 
       
    57 = 4.0.4 =
       
    58 *Release Date - 26 May 2018*
       
    59 
       
    60 * Added a hook to provide Akismet-specific privacy information for a site's privacy policy.
       
    61 * Added tools to control the display of a privacy related notice under comment forms.
       
    62 * Fixed HTML in activation failure message to close META and HEAD tag properly.
       
    63 * Fixed a bug that would sometimes prevent Akismet from being correctly auto-configured.
       
    64 
       
    65 = 4.0.3 =
       
    66 *Release Date - 19 February 2018*
       
    67 
       
    68 * Added a scheduled task to remove entries in wp_commentmeta that no longer have corresponding comments in wp_comments.
       
    69 * 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.
       
    70 
       
    71 = 4.0.2 =
       
    72 *Release Date - 18 December 2017*
       
    73 
       
    74 * Fixed a bug that could cause Akismet to recheck a comment that has already been manually approved or marked as spam.
       
    75 * 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.
       
    76 
       
    77 = 4.0.1 =
       
    78 *Release Date - 6 November 2017*
       
    79 
       
    80 * Fixed a bug that could prevent some users from connecting Akismet via their Jetpack connection.
       
    81 * Ensured that any pending Akismet-related events are unscheduled if the plugin is deactivated.
       
    82 * Allow some JavaScript to be run asynchronously to avoid affecting page render speeds.
       
    83 
       
    84 = 4.0 =
       
    85 *Release Date - 19 September 2017*
       
    86 
       
    87 * Added REST API endpoints for configuring Akismet and retrieving stats.
       
    88 * Increased the minimum supported WordPress version to 4.0.
       
    89 * Added compatibility with comments submitted via the REST API.
       
    90 * Improved the progress indicator on the "Check for Spam" button.
       
    91 
       
    92 = 3.3.4 =
       
    93 *Release Date - 3 August 2017*
       
    94 
       
    95 * Disabled Akismet's debug log output by default unless AKISMET_DEBUG is defined.
       
    96 * URL previews now begin preloading when the mouse moves near them in the comments section of wp-admin.
       
    97 * 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.
       
    98 * Fixed a bug that was preventing an error from being shown when a site can't reach Akismet's servers.
       
    99 
       
   100 = 3.3.3 =
       
   101 *Release Date - 13 July 2017*
       
   102 
       
   103 * Reduced amount of bandwidth used by the URL Preview feature.
       
   104 * Improved the admin UI when the API key is manually pre-defined for the site.
       
   105 * Removed a workaround for WordPress installations older than 3.3 that will improve Akismet's compatibility with other plugins.
       
   106 * The number of spam blocked that is displayed on the WordPress dashboard will now be more accurate and updated more frequently.
       
   107 * Fixed a bug in the Akismet widget that could cause PHP warnings.
       
   108 
       
   109 = 3.3.2 =
       
   110 *Release Date - 10 May 2017*
       
   111 
       
   112 * Fixed a bug causing JavaScript errors in some browsers.
       
   113  
       
   114 = 3.3.1 =
       
   115 *Release Date - 2 May 2017*
       
   116 
       
   117 * Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.
       
   118 * Fixed two bugs that could cause PHP warnings.
       
   119 * Fixed a bug that was preventing the "Remove author URL" feature from working after a comment was edited using "Quick Edit."
       
   120 * Fixed a bug that was preventing the URL preview feature from working after a comment was edited using "Quick Edit."
       
   121 
       
   122 = 3.3 =
       
   123 *Release Date - 23 February 2017*
       
   124 
       
   125 * Updated the Akismet admin pages with a new clean design.
       
   126 * Fixed bugs preventing the `akismet_add_comment_nonce` and `akismet_update_alert` wrapper functions from working properly.
       
   127 * Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.
       
   128 * Added a progress indicator to the "Check for Spam" button.
       
   129 * Added a success message after manually rechecking the Pending queue for spam.
       
   130 
       
   131 = 3.2 =
       
   132 *Release Date - 6 September 2016*
       
   133 
       
   134 * Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.
       
   135 * Stopped using the deprecated jQuery function `.live()`.
       
   136 * Fixed a bug in `remove_comment_author_url()` and `add_comment_author_url()` that could generate PHP notices.
       
   137 * Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.
       
   138 * Fixed a bug that could cause the Akismet widget title to be blank.
       
   139 
       
   140 = 3.1.11 =
       
   141 *Release Date - 12 May 2016*
       
   142 
       
   143 * Fixed a bug that could cause the "Check for Spam" button to skip some comments.
       
   144 * Fixed a bug that could prevent some spam submissions from being sent to Akismet.
       
   145 * Updated all links to use https:// when possible.
       
   146 * Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.
       
   147 
       
   148 = 3.1.10 =
       
   149 *Release Date - 1 April 2016*
       
   150 
       
   151 * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
       
   152 * 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.
       
   153 * Fixed a bug that could have caused avoidable PHP warnings in the error log.
       
   154 
       
   155 = 3.1.9 =
       
   156 *Release Date - 28 March 2016*
       
   157 
       
   158 * Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.
       
   159 * Fixed a bug preventing some comment data from being sent to Akismet.
       
   160 
       
   161 = 3.1.8 =
       
   162 *Release Date - 4 March 2016*
       
   163 
       
   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 
       
   169 = 3.1.7 =
       
   170 *Release Date - 4 January 2016*
       
   171 
       
   172 * Added documentation for the 'akismet_comment_nonce' filter.
       
   173 * The post-install activation button is now accessible to screen readers and keyboard-only users.
       
   174 * Fixed a bug that was preventing the "Remove author URL" feature from working in WordPress 4.4
       
   175 
       
   176 = 3.1.6 =
       
   177 *Release Date - 14 December 2015*
       
   178 
       
   179 * Improve the notices shown after activating Akismet.
       
   180 * Update some strings to allow for the proper plural forms in all languages.
       
   181 
       
   182 = 3.1.5 =
       
   183 *Release Date - 13 October 2015*
       
   184 
       
   185 * Closes a potential XSS vulnerability.
       
   186 
       
   187 = 3.1.4 =
       
   188 *Release Date - 24 September 2015*
       
   189 
       
   190 * Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn't have a current Akismet subscription.
       
   191 * Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.
       
   192 * Error messages and instructions have been simplified to be more understandable.
       
   193 * Link previews are enabled for all links inside comments, not just the author's website link.
       
   194 
       
   195 = 3.1.3 =
       
   196 *Release Date - 6 July 2015*
       
   197 
       
   198 * 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.
    32 
   199 
    33 = 3.1.2 =
   200 = 3.1.2 =
    34 *Release Date - 7 June 2015*
   201 *Release Date - 7 June 2015*
    35 
   202 
    36 * Reduced the amount of space Akismet uses in the commentmeta table.
   203 * Reduced the amount of space Akismet uses in the commentmeta table.