Skip to content

Commit

Permalink
Version 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlav committed Jun 11, 2020
1 parent 0cbe7cf commit 8eb9799
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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.1
Version: 6.2
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.1');
define('ANTISPAMREL_PLUGIN_VERSION', '6.2');

include('anti-spam-functions.php');
include('anti-spam-settings.php');
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.1
Stable tag: 6.2
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Expand Down Expand Up @@ -88,6 +88,13 @@ If the spammer will fill this trap-field with anything - the comment will be blo

== Changelog ==

= 6.2 - 2020-06-12
* Internationalize plugin
* Czech translation
* Minify JS file, use wp_enqueue versioning
* Dont use extract() in antispamrel_check_comment
* Fix undefined variables

= 6.1 - 2020-04-22 =
* Security improvements
* Hide antispam version from HTML
Expand Down

0 comments on commit 8eb9799

Please sign in to comment.