web/wp-content/plugins/akismet/readme.txt
changeset 204 09a1c134465b
parent 194 32102edaa81b
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     1 === Akismet ===
     1 === Akismet ===
     2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, automattic
     2 Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, automattic
     3 Tags: akismet, comments, spam
     3 Tags: akismet, comments, spam
     4 Requires at least: 3.0
     4 Requires at least: 3.0
     5 Tested up to: 3.4
     5 Tested up to: 3.5
     6 Stable tag: 2.5.6
     6 Stable tag: 2.5.7
     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 ==
    28 Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
    28 Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
    29 
    29 
    30 1, 2, 3: You're done!
    30 1, 2, 3: You're done!
    31 
    31 
    32 == Changelog ==
    32 == Changelog ==
       
    33 
       
    34 = 2.5.7 =
       
    35 * FireFox Stats iframe preview bug
       
    36 * Fix mshots preview when using https
       
    37 * Add .htaccess to block direct access to files
       
    38 * Prevent some PHP notices
       
    39 * Fix Check For Spam return location when referrer is empty
       
    40 * Fix Settings links for network admins
       
    41 * Fix prepare() warnings in WP 3.5
    33 
    42 
    34 = 2.5.6 =
    43 = 2.5.6 =
    35 * Prevent retry scheduling problems on sites where wp_cron is misbehaving
    44 * Prevent retry scheduling problems on sites where wp_cron is misbehaving
    36 * Preload mshot previews
    45 * Preload mshot previews
    37 * Modernize the widget code
    46 * Modernize the widget code