diff options
author | Yury German <blueknight@gentoo.org> | 2017-03-07 21:01:02 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2017-03-07 21:01:02 -0500 |
commit | 1f38dbdf035b1f008eddfe052d3a17c66240ed8a (patch) | |
tree | b53d149ef783d234812168598954c2ee1a37ba9a /plugins/akismet/akismet.php | |
parent | Jetpack upgrade 4.7 (diff) | |
download | blogs-gentoo-1f38dbdf035b1f008eddfe052d3a17c66240ed8a.tar.gz blogs-gentoo-1f38dbdf035b1f008eddfe052d3a17c66240ed8a.tar.bz2 blogs-gentoo-1f38dbdf035b1f008eddfe052d3a17c66240ed8a.zip |
Upgrade Akismet to 3.3
Diffstat (limited to 'plugins/akismet/akismet.php')
-rw-r--r-- | plugins/akismet/akismet.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/akismet/akismet.php b/plugins/akismet/akismet.php index 61b41fa4..42d33213 100644 --- a/plugins/akismet/akismet.php +++ b/plugins/akismet/akismet.php @@ -3,10 +3,10 @@ * @package Akismet */ /* -Plugin Name: Akismet +Plugin Name: Akismet Anti-Spam Plugin URI: https://akismet.com/ -Description: 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="https://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. -Version: 3.2 +Description: 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: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. +Version: 3.3 Author: Automattic Author URI: https://automattic.com/wordpress-plugins/ License: GPLv2 or later @@ -37,7 +37,7 @@ if ( !function_exists( 'add_action' ) ) { exit; } -define( 'AKISMET_VERSION', '3.2' ); +define( 'AKISMET_VERSION', '3.3' ); define( 'AKISMET__MINIMUM_WP_VERSION', '3.7' ); define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'AKISMET_DELETE_LIMIT', 100000 ); |