From df3c3f8da7a9e39415bd7059f6293877640d7681 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 20 May 2017 17:10:19 -0400 Subject: Update akismet 3.3.2 Signed-off-by: Anthony G. Basile --- plugins/akismet/_inc/akismet.js | 2 +- plugins/akismet/akismet.php | 4 ++-- plugins/akismet/readme.txt | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/akismet/_inc/akismet.js b/plugins/akismet/_inc/akismet.js index 5d18aa39..b7ff7194 100644 --- a/plugins/akismet/_inc/akismet.js +++ b/plugins/akismet/_inc/akismet.js @@ -174,7 +174,7 @@ jQuery( function ( $ ) { $( '.checkforspam' ).click(); } - if ( typeof 'MutationObserver' !== 'undefined' ) { + if ( typeof MutationObserver !== 'undefined' ) { // Dynamically add the "X" next the the author URL links when a comment is quick-edited. var comment_list_container = document.getElementById( 'the-comment-list' ); 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 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: 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 ); diff --git a/plugins/akismet/readme.txt b/plugins/akismet/readme.txt index cb06293a..dc087934 100644 --- a/plugins/akismet/readme.txt +++ b/plugins/akismet/readme.txt @@ -3,7 +3,7 @@ Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eo Tags: akismet, comments, spam, antispam, anti-spam, anti spam, comment moderation, comment spam, contact form spam, spam comments Requires at least: 3.7 Tested up to: 4.7.4 -Stable tag: 3.3.1 +Stable tag: 3.3.2 License: GPLv2 or later Akismet checks your comments and contact form submissions against our global database of spam to protect you and your site from malicious content. @@ -30,6 +30,11 @@ Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.co == Changelog == += 3.3.2 = +*Release Date - 10 May 2017* + +* Fixed a bug causing JavaScript errors in some browsers. + = 3.3.1 = *Release Date - 2 May 2017* -- cgit v1.2.3-65-gdbad