summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-06-08 10:07:37 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-06-08 10:07:37 -0400
commit7ca0ec095e0c737d2f181e015cc01b1bd9463f4c (patch)
tree4aca64353e6d7ebbc64ffbd4cd73a20e227bfeca /plugins/akismet/akismet.php
parentUpdate twentyfourteen 2.2 (diff)
downloadblogs-gentoo-7ca0ec095e0c737d2f181e015cc01b1bd9463f4c.tar.gz
blogs-gentoo-7ca0ec095e0c737d2f181e015cc01b1bd9463f4c.tar.bz2
blogs-gentoo-7ca0ec095e0c737d2f181e015cc01b1bd9463f4c.zip
Update akismet 4.0.7
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 a8ea4a15..e16f8888 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: 4.0.3
+Version: 4.0.7
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', '4.0.3' );
+define( 'AKISMET_VERSION', '4.0.7' );
define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'AKISMET_DELETE_LIMIT', 100000 );