Skip to content

Commit

Permalink
Version 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlav committed Apr 22, 2020
1 parent 605bb19 commit 1026037
Show file tree
Hide file tree
Showing 3 changed files with 7 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.0
Version: 6.1
Author: kudlav, webvitaly
Text Domain: anti-spam-reloaded
Author URI: https://kudlav.github.io/
Expand All @@ -22,7 +22,7 @@
function antispamrel_enqueue_script() {
global $withcomments; // WP flag to show comments on all pages
if ((is_singular() || $withcomments) && comments_open()) { // load script only for pages with comments form
wp_enqueue_script('anti-spam-reloaded-script', plugins_url('/js/anti-spam-6.0.js', __FILE__), null, null, true);
wp_enqueue_script('anti-spam-reloaded-script', plugins_url('/js/anti-spam-6.1.js', __FILE__), null, null, true);
}
}
add_action('wp_enqueue_scripts', 'antispamrel_enqueue_script');
Expand Down
File renamed without changes.
6 changes: 5 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.0
Stable tag: 6.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -82,6 +82,10 @@ If the spammer will fill this trap-field with anything - the comment will be blo

== Changelog ==

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

= 6.0 - 2020-04-20 =
* New maintainer kudlav - updated links and docs
* Sanitizing and cleaner HTML output
Expand Down

0 comments on commit 1026037

Please sign in to comment.