Skip to content

Commit

Permalink
Version 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlav committed Jul 31, 2020
1 parent f5c23e4 commit b61d58e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions anti-spam.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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');
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b61d58e

Please sign in to comment.