diff -r c7c34916027a -r 177826044cd9 wp/wp-content/plugins/akismet/akismet.php --- a/wp/wp-content/plugins/akismet/akismet.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-content/plugins/akismet/akismet.php Mon Oct 14 18:28:13 2019 +0200 @@ -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 protect your blog from spam. 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.8 +Version: 4.1.2 Author: Automattic Author URI: https://automattic.com/wordpress-plugins/ License: GPLv2 or later @@ -37,7 +37,7 @@ exit; } -define( 'AKISMET_VERSION', '4.0.8' ); +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 );