~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-content/plugins/akismet/akismet.php

  • Committer: Barry Price
  • Date: 2019-02-22 03:51:26 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: barry.price@canonical.com-20190222035126-o28k38qs8jfyjsxt
Merge WP5.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Plugin Name: Akismet Anti-Spam
7
7
Plugin URI: https://akismet.com/
8
8
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.
9
 
Version: 4.1
 
9
Version: 4.1.1
10
10
Author: Automattic
11
11
Author URI: https://automattic.com/wordpress-plugins/
12
12
License: GPLv2 or later
37
37
        exit;
38
38
}
39
39
 
40
 
define( 'AKISMET_VERSION', '4.1' );
 
40
define( 'AKISMET_VERSION', '4.1.1' );
41
41
define( 'AKISMET__MINIMUM_WP_VERSION', '4.0' );
42
42
define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
43
43
define( 'AKISMET_DELETE_LIMIT', 100000 );