Plugin Directory

Changeset 1308340

Timestamp:
12/14/2015 07:03:50 PM (9 years ago)
Author:
eoigal
Message:

Bump revision to 3.1.6

Location:
akismet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/akismet.php

    r1266168 r1308340  
    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 spam</strong>. It keeps your site protected 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 plan</a> to get an API key, and 3) Go to your Akismet configuration page, and save your API key.
    9 Version: 3.1.6a1
     9Version: 3.1.6
    1010Author: Automattic
    1111Author URI: http://automattic.com/wordpress-plugins/
     
    3838}
    3939
    40 define( 'AKISMET_VERSION', '3.1.6a1' );
     40define( 'AKISMET_VERSION', '3.1.6' );
    4141define( 'AKISMET__MINIMUM_WP_VERSION', '3.2' );
    4242define( 'AKISMET__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • akismet/trunk/readme.txt

    r1306650 r1308340  
    44Requires at least: 3.2
    55Tested up to: 4.4
    6 Stable tag: 3.1.5
     6Stable tag: 3.1.
    77License: GPLv2 or later
    88
     
    3232
    3333= 3.1.6 =
     34
    3435
    3536* Improve the notices shown after activating Akismet.
Note: See TracChangeset for help on using the changeset viewer.