wp/wp-content/plugins/akismet/readme.txt
author ymh <ymh.work@gmail.com>
Wed, 13 Nov 2013 17:59:35 +0000
changeset 3 6d22aaa62d12
parent 0 d970ebf37754
child 5 5e2f62d02dcd
permissions -rw-r--r--
correct portofolio item display
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
=== Akismet ===
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, automattic
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
Tags: akismet, comments, spam
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
Requires at least: 3.0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
Tested up to: 3.6
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
Stable tag: 2.5.9
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
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
Akismet checks your comments against the Akismet web service to see if they look like spam or not.
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
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
review the spam it catches under your blog's "Comments" admin screen.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
Major new features in Akismet 2.5 include:
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    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
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
* Links are highlighted in the comment body, to reveal hidden or misleading links
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
* If your web host is unable to reach Akismet's servers, the plugin will automatically retry when your connection is back up
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
* Moderators can see the number of approved comments for each user
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
* Spam and Unspam reports now include more information, to help improve accuracy
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    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.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
== Installation ==
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
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
    29
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
1, 2, 3: You're done!
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
== Changelog ==
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
= 2.5.9 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
* 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
    36
* Fix some non-translatable strings to be translatable
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
* Update Activation banner in plugins page to redirect user to Akismet config page
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
= 2.5.8 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
* Simplify the activation process for new users
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
* Remove the reporter_ip parameter
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
* Minor preventative security improvements
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
= 2.5.7 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
* FireFox Stats iframe preview bug
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
* Fix mshots preview when using https
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
* Add .htaccess to block direct access to files
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
* Prevent some PHP notices
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
* Fix Check For Spam return location when referrer is empty
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
* Fix Settings links for network admins
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
* Fix prepare() warnings in WP 3.5
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
= 2.5.6 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
* Prevent retry scheduling problems on sites where wp_cron is misbehaving
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
* Preload mshot previews
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
* Modernize the widget code
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
* 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
    58
* 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
    59
* 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
    60
* Handle errors caused by an invalid key
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
* Don't retry comments that are too old
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
* Improve error messages when verifying an API key
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
= 2.5.5 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
* Add nonce check for comment author URL remove action
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
* Fix the settings link
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
= 2.5.4 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
* 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
    70
* Added author URL quick removal functionality
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
* Added mShot preview on Author URL hover
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
* Added empty index.php to prevent directory listing
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
* Move wp-admin menu items under Jetpack, if it is installed
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
* Purge old Akismet comment meta data, default of 15 days
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
= 2.5.3 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
* Specify the license is GPL v2 or later
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    78
* Fix a bug that could result in orphaned commentmeta entries
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    79
* Include hotfix for WordPress 3.0.5 filter issue
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    80
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    81
= 2.5.2 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    82
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    83
* Properly format the comment count for author counts
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    84
* Look for super admins on multisite installs when looking up user roles
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    85
* Increase the HTTP request timeout
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    86
* Removed padding for author approved count
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    87
* Fix typo in function name
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    88
* 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
    89
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    90
= 2.5.1 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    91
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    92
* 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
    93
* 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
    94
* Fixed padding bug in "author" column of posts screen
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
* Added margin-top to "cleared by ..." badges on dashboard
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
* Fix possible error when calling akismet_cron_recheck()
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    97
* Fix more PHP warnings
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    98
* Clean up XHTML warnings for comment nonce
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
* Fix for possible condition where scheduled comment re-checks could get stuck
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
* Clean up the comment meta details after deleting a comment
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
* 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
   102
* Show a 'History' link in the row-actions
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   103
* Translation fixes
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   104
* Reduced font-size on author name
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   105
* 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
   106
* Hid "flagged by..." notification while on dashboard
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   107
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   108
= 2.5.0 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   109
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110
* Track comment actions under 'Akismet Status' on the edit comment screen
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   111
* Fix a few remaining deprecated function calls ( props Mike Glendinning ) 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   112
* Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   113
* Use the WordPress HTTP class if available
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   114
* Move the admin UI code to a separate file, only loaded when needed
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   115
* Add cron retry feature, to replace the old connectivity check
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   116
* Display Akismet status badge beside each comment
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   117
* Record history for each comment, and display it on the edit page
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   118
* 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
   119
* Highlight links in comment content
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   120
* 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
   121
* New option, "Use a nonce on the comment form."
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   122
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   123
= 2.4.0 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   124
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   125
* Spell out that the license is GPLv2
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   126
* Fix PHP warnings
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   127
* Fix WordPress deprecated function calls
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   128
* Fire the delete_comment action when deleting comments
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   129
* Move code specific for older WP versions to legacy.php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   130
* General code clean up
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   131
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   132
= 2.3.0 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   133
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   134
* Fix "Are you sure" nonce message on config screen in WPMU
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   135
* Fix XHTML compliance issue in sidebar widget
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   136
* Change author link; remove some old references to WordPress.com accounts
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   137
* Localize the widget title (core ticket #13879)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   138
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   139
= 2.2.9 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   140
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   141
* Eliminate a potential conflict with some plugins that may cause spurious reports
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   142
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   143
= 2.2.8 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   144
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   145
* Fix bug in initial comment check for ipv6 addresses
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   146
* Report comments as ham when they are moved from spam to moderation
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   147
* Report comments as ham when clicking undo after spam
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   148
* 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
   149
* Better diagnostic messages when PHP network functions are unavailable
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   150
* Better handling of comments by logged-in users
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   151
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   152
= 2.2.7 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   153
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   154
* Add a new AKISMET_VERSION constant
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   155
* 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
   156
* Disable the connectivity check when the API key is hard-coded for WPMU
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   157
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   158
= 2.2.6 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   159
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   160
* Fix a global warning introduced in 2.2.5
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   161
* Add changelog and additional readme.txt tags
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   162
* Fix an array conversion warning in some versions of PHP
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   163
* Support a new WPCOM_API_KEY constant for easier use with WordPress MU
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   164
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   165
= 2.2.5 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   166
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   167
* Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   168
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
= 2.2.4 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   170
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   171
* Fixed a key problem affecting the stats feature in WordPress MU
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   172
* Provide additional blog information in Akismet API calls