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