From b61d58e935d3d612c70364a5fd6f087966d0a2b8 Mon Sep 17 00:00:00 2001 From: kudlav Date: Fri, 31 Jul 2020 22:55:23 +0200 Subject: [PATCH] Version 6.3 --- anti-spam.php | 4 ++-- readme.txt | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/anti-spam.php b/anti-spam.php index 1363ae8..cdbb3ab 100644 --- a/anti-spam.php +++ b/anti-spam.php @@ -3,7 +3,7 @@ Plugin Name: Anti-spam Reloaded Plugin URI: http://wordpress.org/plugins/anti-spam-reloaded/ Description: No spam in comments. No captcha. -Version: 6.2 +Version: 6.3 Author: kudlav, webvitaly Text Domain: anti-spam-reloaded Author URI: https://kudlav.github.io/ @@ -14,7 +14,7 @@ exit; } -define('ANTISPAMREL_PLUGIN_VERSION', '6.2'); +define('ANTISPAMREL_PLUGIN_VERSION', '6.3'); include('anti-spam-functions.php'); include('anti-spam-settings.php'); diff --git a/readme.txt b/readme.txt index 92ee444..e425394 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: kudlav, webvitaly Tags: spam, spammer, comment, comments, comment-spam, antispam, anti-spam, block-spam, spam-free, spambot, spam-bot, bot Requires at least: 3.3 -Tested up to: 5.4 -Stable tag: 6.2 +Tested up to: 5.5 +Stable tag: 6.3 Requires PHP: 5.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html @@ -88,6 +88,10 @@ If the spammer will fill this trap-field with anything - the comment will be blo == Changelog == += 6.3 - 2020-07-31 +* Compatibility with WordPress 5.5 (Use `comment` or empty string for the `comment_type`) +* Use only DOMContentLoaded listener for autofill and auto-hide (affect 1% of browsers) + = 6.2 - 2020-06-12 = * Internationalize plugin * Czech translation