Update akismet
This commit is contained in:
parent
1e3ac16676
commit
6ed0abf6a3
8 changed files with 53 additions and 37 deletions
|
@ -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.1.1
|
||||
Version: 4.1.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', '4.1.1' );
|
||||
define( 'AKISMET_VERSION', '4.1.2' );
|
||||
define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
|
||||
define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'AKISMET_DELETE_LIMIT', 100000 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue