summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-05-20 17:10:19 -0400
committerAnthony G. Basile <blueness@gentoo.org>2017-05-20 17:10:19 -0400
commitdf3c3f8da7a9e39415bd7059f6293877640d7681 (patch)
tree6dce31d12dcd4c86d8b4d2467635d3f192747c65 /plugins/akismet/akismet.php
parentUpdate mantray 2.6.1 (diff)
downloadblogs-gentoo-df3c3f8da7a9e39415bd7059f6293877640d7681.tar.gz
blogs-gentoo-df3c3f8da7a9e39415bd7059f6293877640d7681.tar.bz2
blogs-gentoo-df3c3f8da7a9e39415bd7059f6293877640d7681.zip
Update akismet 3.3.2
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/akismet/akismet.php')
-rw-r--r--plugins/akismet/akismet.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/akismet/akismet.php b/plugins/akismet/akismet.php
index 80e5bcb6..ca21d8b7 100644
--- a/plugins/akismet/akismet.php
+++ b/plugins/akismet/akismet.php
@@ -6,7 +6,7 @@
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: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
-Version: 3.3.1
+Version: 3.3.2
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.3.1' );
+define( 'AKISMET_VERSION', '3.3.2' );
define( 'AKISMET__MINIMUM_WP_VERSION', '3.7' );
define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'AKISMET_DELETE_LIMIT', 100000 );