wp/wp-content/plugins/akismet/readme.txt
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
     1 === Akismet ===
     1 === Akismet ===
     2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, automattic
     2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs
     3 Tags: akismet, comments, spam
     3 Tags: akismet, comments, spam
     4 Requires at least: 3.0
     4 Requires at least: 3.2
     5 Tested up to: 3.6
     5 Tested up to: 4.2.2
     6 Stable tag: 2.5.9
     6 Stable tag: 3.1.2
     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 against the Akismet Web service to see if they look like spam or not.
    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
    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 review the spam it catches under your blog's "Comments" admin screen.
    14 
    15 
    15 Major features in Akismet include:
    16 Major new features in Akismet 2.5 include:
    16 
    17 
    17 * Automatically checks all comments and filters out the ones that look like spam.
    18 * A comment 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 * Links are highlighted 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 * If your web host is unable to reach Akismet's servers, the plugin will automatically retry when your connection is back up
    20 * Moderators can see the number of approved comments for each user.
    21 * 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 * Spam and Unspam reports now include more information, to help improve accuracy
    22 
    23 
    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 PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it.  Keys are free for personal blogs, with paid subscriptions available for businesses and commercial sites.
       
    25 
    24 
    26 == Installation ==
    25 == Installation ==
    27 
    26 
    28 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](http://akismet.com/get/).
    29 
    28 
    30 1, 2, 3: You're done!
    29 1, 2, 3: You're done!
    31 
    30 
    32 == Changelog ==
    31 == Changelog ==
    33 
    32 
       
    33 = 3.1.2 =
       
    34 *Release Date - 7 June 2015*
       
    35 
       
    36 * Reduced the amount of space Akismet uses in the commentmeta table.
       
    37 * Fixed a bug where some comments with quotes in the author name weren't getting history entries
       
    38 * Pre-emptive security improvements to ensure that the Akismet plugin can't be used by attackers to compromise a WordPress installation.
       
    39 * 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.
       
    40 * When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.
       
    41 * Clearer error messages.
       
    42 
       
    43 = 3.1.1 =
       
    44 *Release Date - 17th March, 2015*
       
    45 
       
    46 * Improvements to the "Remove comment author URL" JavaScript
       
    47 * Include the pingback pre-check from the 2.6 branch.
       
    48 
       
    49 = 3.1 =
       
    50 *Release Date - 11th March, 2015*
       
    51 
       
    52 * Use HTTPS by default for all requests to Akismet.
       
    53 * Fix for a situation where Akismet might strip HTML from a comment.
       
    54 
       
    55 = 3.0.4 =
       
    56 *Release Date - 11th December, 2014*
       
    57 
       
    58 * Fix to make .htaccess compatible with Apache 2.4.
       
    59 * Fix to allow removal of https author URLs.
       
    60 * Fix to avoid stripping part of the author URL when removing and re-adding.
       
    61 * Removed the "Check for Spam" button from the "Trash" and "Approved" queues, where it would have no effect.
       
    62 * Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account
       
    63 
       
    64 = 3.0.3 =
       
    65 *Release Date - 3rd November, 2014*
       
    66 
       
    67 * Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.
       
    68 * Added a filter to disable logging of Akismet debugging information.
       
    69 * Added a filter for the maximum comment age when deleting old spam comments.
       
    70 * Added a filter for the number per batch when deleting old spam comments.
       
    71 * Removed the "Check for Spam" button from the Spam folder.
       
    72 
       
    73 = 3.0.2 =
       
    74 *Release Date - 18th August, 2014*
       
    75 
       
    76 * Performance improvements.
       
    77 * Fixed a bug that could truncate the comment data being sent to Akismet for checking.
       
    78 
       
    79 = 3.0.1 =
       
    80 *Release Date - 9th July, 2014*
       
    81 
       
    82 * Removed dependency on PHP's fsockopen function
       
    83 * Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app
       
    84 * Remove jQuery dependency for comment form JavaScript
       
    85 * Remove unnecessary data from some Akismet comment meta
       
    86 * Suspended keys will now result in all comments being put in moderation, not spam.
       
    87 
       
    88 = 3.0.0 =
       
    89 *Release Date - 15th April, 2014*
       
    90 
       
    91 * Move Akismet to Settings menu
       
    92 * Drop Akismet Stats menu
       
    93 * Add stats snapshot to Akismet settings
       
    94 * Add Akismet subscription details and status to Akismet settings
       
    95 * Add contextual help for each page
       
    96 * Improve Akismet setup to use Jetpack to automate plugin setup
       
    97 * Fix "Check for Spam" to use AJAX to avoid page timing out
       
    98 * Fix Akismet settings page to be responsive
       
    99 * Drop legacy code
       
   100 * Tidy up CSS and Javascript
       
   101 * Replace the old discard setting with a new "discard pervasive spam" feature.
       
   102 
       
   103 = 2.6.0 =
       
   104 *Release Date - 18th March, 2014*
       
   105 
       
   106 * Add ajax paging to the check for spam button to handle large volumes of comments
       
   107 * Optimize javascript and add localization support 
       
   108 * Fix bug in link to spam comments from right now dashboard widget
       
   109 * Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments
       
   110 * Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications
       
   111 * Add pre-check for pingbacks, to stop spam before an outbound verification request is made
       
   112 
    34 = 2.5.9 =
   113 = 2.5.9 =
       
   114 *Release Date - 1st August, 2013*
       
   115 
    35 * Update 'Already have a key' link to redirect page rather than depend on javascript
   116 * Update 'Already have a key' link to redirect page rather than depend on javascript
    36 * Fix some non-translatable strings to be translatable
   117 * Fix some non-translatable strings to be translatable
    37 * Update Activation banner in plugins page to redirect user to Akismet config page
   118 * Update Activation banner in plugins page to redirect user to Akismet config page
    38 
   119 
    39 = 2.5.8 =
   120 = 2.5.8 =
       
   121 *Release Date - 20th January, 2013*
       
   122 
    40 * Simplify the activation process for new users
   123 * Simplify the activation process for new users
    41 * Remove the reporter_ip parameter
   124 * Remove the reporter_ip parameter
    42 * Minor preventative security improvements
   125 * Minor preventative security improvements
    43 
   126 
    44 = 2.5.7 =
   127 = 2.5.7 =
       
   128 *Release Date - 13th December, 2012*
       
   129 
    45 * FireFox Stats iframe preview bug
   130 * FireFox Stats iframe preview bug
    46 * Fix mshots preview when using https
   131 * Fix mshots preview when using https
    47 * Add .htaccess to block direct access to files
   132 * Add .htaccess to block direct access to files
    48 * Prevent some PHP notices
   133 * Prevent some PHP notices
    49 * Fix Check For Spam return location when referrer is empty
   134 * Fix Check For Spam return location when referrer is empty
    50 * Fix Settings links for network admins
   135 * Fix Settings links for network admins
    51 * Fix prepare() warnings in WP 3.5
   136 * Fix prepare() warnings in WP 3.5
    52 
   137 
    53 = 2.5.6 =
   138 = 2.5.6 =
       
   139 *Release Date - 26th April, 2012*
       
   140 
    54 * Prevent retry scheduling problems on sites where wp_cron is misbehaving
   141 * Prevent retry scheduling problems on sites where wp_cron is misbehaving
    55 * Preload mshot previews
   142 * Preload mshot previews
    56 * Modernize the widget code
   143 * Modernize the widget code
    57 * Fix a bug where comments were not held for moderation during an error condition
   144 * Fix a bug where comments were not held for moderation during an error condition
    58 * Improve the UX and display when comments are temporarily held due to an error
   145 * Improve the UX and display when comments are temporarily held due to an error
    60 * Handle errors caused by an invalid key
   147 * Handle errors caused by an invalid key
    61 * Don't retry comments that are too old
   148 * Don't retry comments that are too old
    62 * Improve error messages when verifying an API key
   149 * Improve error messages when verifying an API key
    63 
   150 
    64 = 2.5.5 =
   151 = 2.5.5 =
       
   152 *Release Date - 11th January, 2012*
       
   153 
    65 * Add nonce check for comment author URL remove action
   154 * Add nonce check for comment author URL remove action
    66 * Fix the settings link
   155 * Fix the settings link
    67 
   156 
    68 = 2.5.4 =
   157 = 2.5.4 =
       
   158 *Release Date - 5th January, 2012*
       
   159 
    69 * Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it
   160 * Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it
    70 * Added author URL quick removal functionality
   161 * Added author URL quick removal functionality
    71 * Added mShot preview on Author URL hover
   162 * Added mShot preview on Author URL hover
    72 * Added empty index.php to prevent directory listing
   163 * Added empty index.php to prevent directory listing
    73 * Move wp-admin menu items under Jetpack, if it is installed
   164 * Move wp-admin menu items under Jetpack, if it is installed
    74 * Purge old Akismet comment meta data, default of 15 days
   165 * Purge old Akismet comment meta data, default of 15 days
    75 
   166 
    76 = 2.5.3 = 
   167 = 2.5.3 = 
       
   168 *Release Date - 8th Febuary, 2011*
       
   169 
    77 * Specify the license is GPL v2 or later
   170 * Specify the license is GPL v2 or later
    78 * Fix a bug that could result in orphaned commentmeta entries
   171 * Fix a bug that could result in orphaned commentmeta entries
    79 * Include hotfix for WordPress 3.0.5 filter issue
   172 * Include hotfix for WordPress 3.0.5 filter issue
    80 
   173 
    81 = 2.5.2 =
   174 = 2.5.2 =
       
   175 *Release Date - 14th January, 2011*
    82 
   176 
    83 * Properly format the comment count for author counts
   177 * Properly format the comment count for author counts
    84 * Look for super admins on multisite installs when looking up user roles
   178 * Look for super admins on multisite installs when looking up user roles
    85 * Increase the HTTP request timeout
   179 * Increase the HTTP request timeout
    86 * Removed padding for author approved count
   180 * Removed padding for author approved count
    87 * Fix typo in function name
   181 * Fix typo in function name
    88 * Set Akismet stats iframe height to fixed 2500px.  Better to have one tall scroll bar than two side by side.
   182 * Set Akismet stats iframe height to fixed 2500px.  Better to have one tall scroll bar than two side by side.
    89 
   183 
    90 = 2.5.1 =
   184 = 2.5.1 =
       
   185 *Release Date - 17th December, 2010*
    91 
   186 
    92 * Fix a bug that caused the "Auto delete" option to fail to discard comments correctly
   187 * Fix a bug that caused the "Auto delete" option to fail to discard comments correctly
    93 * Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce
   188 * Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce
    94 * Fixed padding bug in "author" column of posts screen
   189 * Fixed padding bug in "author" column of posts screen
    95 * Added margin-top to "cleared by ..." badges on dashboard
   190 * Added margin-top to "cleared by ..." badges on dashboard
   104 * Reduced font-size on author name
   199 * Reduced font-size on author name
   105 * Moved "flagged by..." notification to top right corner of comment container and removed heavy styling
   200 * Moved "flagged by..." notification to top right corner of comment container and removed heavy styling
   106 * Hid "flagged by..." notification while on dashboard
   201 * Hid "flagged by..." notification while on dashboard
   107 
   202 
   108 = 2.5.0 =
   203 = 2.5.0 =
       
   204 *Release Date - 7th December, 2010*
   109 
   205 
   110 * Track comment actions under 'Akismet Status' on the edit comment screen
   206 * Track comment actions under 'Akismet Status' on the edit comment screen
   111 * Fix a few remaining deprecated function calls ( props Mike Glendinning ) 
   207 * Fix a few remaining deprecated function calls ( props Mike Glendinning ) 
   112 * Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
   208 * Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
   113 * Use the WordPress HTTP class if available
   209 * Use the WordPress HTTP class if available
   119 * Highlight links in comment content
   215 * Highlight links in comment content
   120 * New option, "Show the number of comments you've approved beside each comment author."
   216 * New option, "Show the number of comments you've approved beside each comment author."
   121 * New option, "Use a nonce on the comment form."
   217 * New option, "Use a nonce on the comment form."
   122 
   218 
   123 = 2.4.0 =
   219 = 2.4.0 =
       
   220 *Release Date - 23rd August, 2010*
   124 
   221 
   125 * Spell out that the license is GPLv2
   222 * Spell out that the license is GPLv2
   126 * Fix PHP warnings
   223 * Fix PHP warnings
   127 * Fix WordPress deprecated function calls
   224 * Fix WordPress deprecated function calls
   128 * Fire the delete_comment action when deleting comments
   225 * Fire the delete_comment action when deleting comments
   129 * Move code specific for older WP versions to legacy.php
   226 * Move code specific for older WP versions to legacy.php
   130 * General code clean up
   227 * General code clean up
   131 
   228 
   132 = 2.3.0 =
   229 = 2.3.0 =
       
   230 *Release Date - 5th June, 2010*
   133 
   231 
   134 * Fix "Are you sure" nonce message on config screen in WPMU
   232 * Fix "Are you sure" nonce message on config screen in WPMU
   135 * Fix XHTML compliance issue in sidebar widget
   233 * Fix XHTML compliance issue in sidebar widget
   136 * Change author link; remove some old references to WordPress.com accounts
   234 * Change author link; remove some old references to WordPress.com accounts
   137 * Localize the widget title (core ticket #13879)
   235 * Localize the widget title (core ticket #13879)
   138 
   236 
   139 = 2.2.9 =
   237 = 2.2.9 =
       
   238 *Release Date - 2nd June, 2010*
   140 
   239 
   141 * Eliminate a potential conflict with some plugins that may cause spurious reports
   240 * Eliminate a potential conflict with some plugins that may cause spurious reports
   142 
   241 
   143 = 2.2.8 =
   242 = 2.2.8 =
       
   243 *Release Date - 27th May, 2010*
   144 
   244 
   145 * Fix bug in initial comment check for ipv6 addresses
   245 * Fix bug in initial comment check for ipv6 addresses
   146 * Report comments as ham when they are moved from spam to moderation
   246 * Report comments as ham when they are moved from spam to moderation
   147 * Report comments as ham when clicking undo after spam
   247 * Report comments as ham when clicking undo after spam
   148 * Use transition_comment_status action when available instead of older actions for spam/ham submissions
   248 * Use transition_comment_status action when available instead of older actions for spam/ham submissions
   149 * Better diagnostic messages when PHP network functions are unavailable
   249 * Better diagnostic messages when PHP network functions are unavailable
   150 * Better handling of comments by logged-in users
   250 * Better handling of comments by logged-in users
   151 
   251 
   152 = 2.2.7 =
   252 = 2.2.7 =
       
   253 *Release Date - 17th December, 2009*
   153 
   254 
   154 * Add a new AKISMET_VERSION constant
   255 * Add a new AKISMET_VERSION constant
   155 * Reduce the possibility of over-counting spam when another spam filter plugin is in use
   256 * Reduce the possibility of over-counting spam when another spam filter plugin is in use
   156 * Disable the connectivity check when the API key is hard-coded for WPMU
   257 * Disable the connectivity check when the API key is hard-coded for WPMU
   157 
   258 
   158 = 2.2.6 =
   259 = 2.2.6 =
       
   260 *Release Date - 20th July, 2009*
   159 
   261 
   160 * Fix a global warning introduced in 2.2.5
   262 * Fix a global warning introduced in 2.2.5
   161 * Add changelog and additional readme.txt tags
   263 * Add changelog and additional readme.txt tags
   162 * Fix an array conversion warning in some versions of PHP
   264 * Fix an array conversion warning in some versions of PHP
   163 * Support a new WPCOM_API_KEY constant for easier use with WordPress MU
   265 * Support a new WPCOM_API_KEY constant for easier use with WordPress MU
   164 
   266 
   165 = 2.2.5 =
   267 = 2.2.5 =
       
   268 *Release Date - 13th July, 2009*
   166 
   269 
   167 * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
   270 * Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
   168 
   271 
   169 = 2.2.4 =
   272 = 2.2.4 =
       
   273 *Release Date - 3rd June, 2009*
   170 
   274 
   171 * Fixed a key problem affecting the stats feature in WordPress MU
   275 * Fixed a key problem affecting the stats feature in WordPress MU
   172 * Provide additional blog information in Akismet API calls
   276 * Provide additional blog information in Akismet API calls