Version Description
May 30 2019 = * Fix: Helper class error.
Download this release
Release Info
Developer | shagimuratov |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.119.1 |
Comparing to | |
See all releases |
Code changes from version 5.119 to 5.119.1
- cleantalk.php +1 -1
- inc/cleantalk-settings.php +1 -1
- lib/CleantalkHelper.php +2 -2
- readme.txt +9 -1
cleantalk.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Anti-Spam by CleanTalk
|
4 |
Plugin URI: http://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.119
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
3 |
Plugin Name: Anti-Spam by CleanTalk
|
4 |
Plugin URI: http://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.119.1
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
inc/cleantalk-settings.php
CHANGED
@@ -144,7 +144,7 @@ function apbct_settings__add_page() {
|
|
144 |
'description' => __('Anti spam test for WooCommerce checkout form.', 'cleantalk'),
|
145 |
),
|
146 |
'search_test' => array(
|
147 |
-
'title' => __('Test default Wordpress search form
|
148 |
'description' => __('Some description.', 'cleantalk'),
|
149 |
),
|
150 |
'check_external' => array(
|
144 |
'description' => __('Anti spam test for WooCommerce checkout form.', 'cleantalk'),
|
145 |
),
|
146 |
'search_test' => array(
|
147 |
+
'title' => __('Test default Wordpress search form for spam', 'cleantalk'),
|
148 |
'description' => __('Some description.', 'cleantalk'),
|
149 |
),
|
150 |
'check_external' => array(
|
lib/CleantalkHelper.php
CHANGED
@@ -298,7 +298,7 @@ class CleantalkHelper
|
|
298 |
}
|
299 |
|
300 |
static public function ip__resolve__cleantalks($ip){
|
301 |
-
if(
|
302 |
$url = array_search($ip, self::$cleantalks_servers);
|
303 |
return $url
|
304 |
? $url
|
@@ -308,7 +308,7 @@ class CleantalkHelper
|
|
308 |
}
|
309 |
|
310 |
static public function ip__resolve($ip){
|
311 |
-
if(
|
312 |
$url = gethostbyaddr($ip);
|
313 |
if($url)
|
314 |
return $url;
|
298 |
}
|
299 |
|
300 |
static public function ip__resolve__cleantalks($ip){
|
301 |
+
if(CleantalkHelper::ip__validate($ip)){
|
302 |
$url = array_search($ip, self::$cleantalks_servers);
|
303 |
return $url
|
304 |
? $url
|
308 |
}
|
309 |
|
310 |
static public function ip__resolve($ip){
|
311 |
+
if(CleantalkHelper::ip__validate($ip)){
|
312 |
$url = gethostbyaddr($ip);
|
313 |
if($url)
|
314 |
return $url;
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: safronik
|
|
3 |
Tags: spam, antispam, protection, comments, firewall
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 5.119
|
7 |
License: GPLv2
|
8 |
|
9 |
Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
@@ -439,6 +439,8 @@ Use special IP 10.10.10.10 in URL to test Spam FireWall. For example,
|
|
439 |
|
440 |
https://cleantalk.org/blog/?sfw_test_ip=10.10.10.10
|
441 |
|
|
|
|
|
442 |
= How can I enter access key in WPMU version? =
|
443 |
To set up global CleanTalk access key for all websites in WPMU, define constant in your wp-config.php file before defining database constants:
|
444 |
|
@@ -558,6 +560,9 @@ If your website has forms that send data to external sources, you can enable opt
|
|
558 |
10. Website's options.
|
559 |
|
560 |
== Changelog ==
|
|
|
|
|
|
|
561 |
= 5.119 May 30 2019 =
|
562 |
* Fix: No more second request after registration.
|
563 |
* Fix: Activation hook.
|
@@ -1890,6 +1895,9 @@ If your website has forms that send data to external sources, you can enable opt
|
|
1890 |
* First version
|
1891 |
|
1892 |
== Upgrade Notice ==
|
|
|
|
|
|
|
1893 |
= 5.119 May 30 2019 =
|
1894 |
* Fix: No more second request after registration.
|
1895 |
* Fix: Activation hook.
|
3 |
Tags: spam, antispam, protection, comments, firewall
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 5.119.1
|
7 |
License: GPLv2
|
8 |
|
9 |
Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
439 |
|
440 |
https://cleantalk.org/blog/?sfw_test_ip=10.10.10.10
|
441 |
|
442 |
+
Attention! The incognito mode should be enabled in your browser when you do a test. To enable incognito mode press Ctrl+Shift+N for Chrome, Opera и Safari browsers; press Ctrl+Shift+P for Firefox, Internet Explorer and Microsoft Edge. A full guide to enable Incognito mode is here: https://www.wikihow.com/Activate-Incognito-Mode
|
443 |
+
|
444 |
= How can I enter access key in WPMU version? =
|
445 |
To set up global CleanTalk access key for all websites in WPMU, define constant in your wp-config.php file before defining database constants:
|
446 |
|
560 |
10. Website's options.
|
561 |
|
562 |
== Changelog ==
|
563 |
+
= 5.119.1 May 30 2019 =
|
564 |
+
* Fix: Helper class error.
|
565 |
+
|
566 |
= 5.119 May 30 2019 =
|
567 |
* Fix: No more second request after registration.
|
568 |
* Fix: Activation hook.
|
1895 |
* First version
|
1896 |
|
1897 |
== Upgrade Notice ==
|
1898 |
+
= 5.119.1 May 30 2019 =
|
1899 |
+
* Fix: Helper class error.
|
1900 |
+
|
1901 |
= 5.119 May 30 2019 =
|
1902 |
* Fix: No more second request after registration.
|
1903 |
* Fix: Activation hook.
|