Plugin Directory

Changeset 893872

Timestamp:
04/15/2014 10:12:30 PM (10 years ago)
Author:
eoigal
Message:

launch 3.0.0

Location:
akismet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

    r891336 r893872  
    77Plugin URI: http://akismet.com/
    88Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from comment and trackback spam</strong>. It keeps your site protected from spam even while you sleep. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="http://akismet.com/get/">Sign up for an Akismet API key</a>, and 3) Go to your Akismet configuration page, and save your API key.
    9 Version: 3.0-beta
     9Version: 3.0
    1010Author: Automattic
    1111Author URI: http://automattic.com/wordpress-plugins/
     
    3636}
    3737
    38 define( 'AKISMET_VERSION', '3.0-beta' );
     38define( 'AKISMET_VERSION', '3.0' );
    3939define( 'AKISMET__MINIMUM_WP_VERSION', '3.0' );
    4040define( 'AKISMET__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • akismet/trunk/readme.txt

    r891022 r893872  
    33Tags: akismet, comments, spam
    44Requires at least: 3.0
    5 Tested up to: 3.8.1
    6 Stable tag: 2.6.0
     5Tested up to: 3.
     6Stable tag: .0
    77License: GPLv2 or later
    88
     
    3232== Changelog ==
    3333
    34 = 3.0-beta =
     34= 3.0 =
    3535* Move Akismet to Settings menu
    3636* Drop Akismet Stats menu
     
    4242* Fix Akismet settings page to be responsive
    4343* Drop legacy code
    44 * Tidy up CSS an Javascript
     44* Tidy up CSS an Javascript
    4545* Replace the old discard setting with a new "discard pervasive spam" feature.
    4646
Note: See TracChangeset for help on using the changeset viewer.