commit: df3c3f8da7a9e39415bd7059f6293877640d7681
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 21:10:19 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat May 20 21:10:19 2017 +0000
URL: https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=df3c3f8d
Update akismet 3.3.2
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
plugins/akismet/_inc/akismet.js | 2 +-
plugins/akismet/akismet.php | 4 ++--
plugins/akismet/readme.txt | 7 ++++++-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/plugins/akismet/_inc/akismet.js b/plugins/akismet/_inc/akismet.js
index 5d18aa3..b7ff719 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 80e5bcb..ca21d8b 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: 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 cb06293..dc08793 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*