Version Description
Oct 21 2021 = * Fix. SFW. Incompatibility WP-Rocket notice removed.
Download this release
Release Info
Developer | glomberg |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.164.1 |
Comparing to | |
See all releases |
Code changes from version 5.164 to 5.164.1
- cleantalk.php +1 -1
- inc/cleantalk-public-integrations.php +1 -1
- lib/Cleantalk/Common/Compatibility.php +0 -3
- readme.txt +4 -1
cleantalk.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Anti-Spam by CleanTalk
|
5 |
Plugin URI: https://cleantalk.org
|
6 |
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.
|
7 |
-
Version: 5.164
|
8 |
Author: СleanTalk <welcome@cleantalk.org>
|
9 |
Author URI: https://cleantalk.org
|
10 |
Text Domain: cleantalk-spam-protect
|
4 |
Plugin Name: Anti-Spam by CleanTalk
|
5 |
Plugin URI: https://cleantalk.org
|
6 |
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.
|
7 |
+
Version: 5.164.1
|
8 |
Author: СleanTalk <welcome@cleantalk.org>
|
9 |
Author URI: https://cleantalk.org
|
10 |
Text Domain: cleantalk-spam-protect
|
inc/cleantalk-public-integrations.php
CHANGED
@@ -1086,7 +1086,7 @@ function ct_preprocess_comment($comment)
|
|
1086 |
}
|
1087 |
|
1088 |
// Change comment flow only for new authors
|
1089 |
-
if ( empty(
|
1090 |
add_action('comment_post', 'ct_set_meta', 10, 2);
|
1091 |
}
|
1092 |
|
1086 |
}
|
1087 |
|
1088 |
// Change comment flow only for new authors
|
1089 |
+
if ( empty($base_call_data['post_info']['post_url']) ) {
|
1090 |
add_action('comment_post', 'ct_set_meta', 10, 2);
|
1091 |
}
|
1092 |
|
lib/Cleantalk/Common/Compatibility.php
CHANGED
@@ -23,9 +23,6 @@ class Compatibility
|
|
23 |
'w3_total_cache' => array(
|
24 |
'callback' => 'w3tcCheckLateInitCallback',
|
25 |
),
|
26 |
-
'wp_rocket_cache' => array(
|
27 |
-
'callback' => 'wpRocketCallback',
|
28 |
-
),
|
29 |
);
|
30 |
|
31 |
public function __construct()
|
23 |
'w3_total_cache' => array(
|
24 |
'callback' => 'w3tcCheckLateInitCallback',
|
25 |
),
|
|
|
|
|
|
|
26 |
);
|
27 |
|
28 |
public function __construct()
|
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.8
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 5.164
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
@@ -595,6 +595,9 @@ If your website has forms that send data to external sources, you can enable opt
|
|
595 |
|
596 |
== Changelog ==
|
597 |
|
|
|
|
|
|
|
598 |
= 5.164 Oct 21 2021 =
|
599 |
* New: Integration. UsersWP plugin integration implemented.
|
600 |
* New. SFW. Incompatibility WP-Rocket notice added.
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 5.164.1
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, anti-spam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
595 |
|
596 |
== Changelog ==
|
597 |
|
598 |
+
= 5.164.1 Oct 21 2021 =
|
599 |
+
* Fix. SFW. Incompatibility WP-Rocket notice removed.
|
600 |
+
|
601 |
= 5.164 Oct 21 2021 =
|
602 |
* New: Integration. UsersWP plugin integration implemented.
|
603 |
* New. SFW. Incompatibility WP-Rocket notice added.
|