Version Description
Feb 20 2021 = * Fix: CF7. Modified spam hook #2
Download this release
Release Info
Developer | glomberg |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.153.1 |
Comparing to | |
See all releases |
Code changes from version 5.153 to 5.153.1
- cleantalk.php +1 -1
- inc/cleantalk-public.php +1 -1
- readme.txt +4 -1
cleantalk.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Anti-Spam by CleanTalk
|
4 |
Plugin URI: https://cleantalk.org
|
5 |
Description: Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment spam, no registration spam, no contact spam, protects any WordPress forms.
|
6 |
-
Version: 5.153
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: https://cleantalk.org
|
9 |
Text Domain: cleantalk-spam-protect
|
3 |
Plugin Name: Anti-Spam by CleanTalk
|
4 |
Plugin URI: https://cleantalk.org
|
5 |
Description: Max power, all-in-one, no Captcha, premium anti-spam plugin. No comment spam, no registration spam, no contact spam, protects any WordPress forms.
|
6 |
+
Version: 5.153.1
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: https://cleantalk.org
|
9 |
Text Domain: cleantalk-spam-protect
|
inc/cleantalk-public.php
CHANGED
@@ -2346,7 +2346,7 @@ function apbct_form__contactForm7__tesSpam__before_validate($result = null, $tag
|
|
2346 |
$invalid_fields = $result->get_invalid_fields();
|
2347 |
if(!empty($invalid_fields) && is_array($invalid_fields)){
|
2348 |
$apbct->validation_error = $invalid_fields[key($invalid_fields)]['reason'];
|
2349 |
-
apbct_form__contactForm7__testSpam(false);
|
2350 |
}
|
2351 |
}
|
2352 |
|
2346 |
$invalid_fields = $result->get_invalid_fields();
|
2347 |
if(!empty($invalid_fields) && is_array($invalid_fields)){
|
2348 |
$apbct->validation_error = $invalid_fields[key($invalid_fields)]['reason'];
|
2349 |
+
apbct_form__contactForm7__testSpam( false, null );
|
2350 |
}
|
2351 |
}
|
2352 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: spam, antispam, anti-spam, comments, firewall
|
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 5.153
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
@@ -580,6 +580,9 @@ If your website has forms that send data to external sources, you can enable opt
|
|
580 |
|
581 |
== Changelog ==
|
582 |
|
|
|
|
|
|
|
583 |
= 5.153 Feb 17.02.2021 =
|
584 |
* New: Integrations. WPDiscuz integration implemented.
|
585 |
* New: Using custom modal message instead allert.
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 5.153.1
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
580 |
|
581 |
== Changelog ==
|
582 |
|
583 |
+
= 5.153.1 Feb 20 2021 =
|
584 |
+
* Fix: CF7. Modified spam hook #2
|
585 |
+
|
586 |
= 5.153 Feb 17.02.2021 =
|
587 |
* New: Integrations. WPDiscuz integration implemented.
|
588 |
* New: Using custom modal message instead allert.
|