Spam protection, AntiSpam, FireWall by CleanTalk - Version 5.92.2

Version Description

March 23 2018 = * Fix: Error if cURL extension is disabled.

Download this release

Release Info

Developer Safronik
Plugin Icon 128x128 Spam protection, AntiSpam, FireWall by CleanTalk
Version 5.92.2
Comparing to
See all releases

Code changes from version 5.92.1 to 5.92.2

Files changed (3) hide show
  1. cleantalk.php +3 -3
  2. lib/CleantalkHelper.php +1 -1
  3. readme.txt +11 -1
cleantalk.php CHANGED
@@ -3,15 +3,15 @@
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.92.1
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
 
11
  $cleantalk_executed = false;
12
 
13
- define('APBCT_VERSION', '5.92.1');
14
- define('APBCT_AGENT', 'wordpress-5921');
15
 
16
  define('CLEANTALK_REMOTE_CALL_SLEEP', 10); // Minimum time between remote call
17
  define('APBCT_CASERT_PATH', file_exists(ABSPATH . WPINC . '/certificates/ca-bundle.crt')
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.92.2
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
 
11
  $cleantalk_executed = false;
12
 
13
+ define('APBCT_VERSION', '5.92.2');
14
+ define('APBCT_AGENT', 'wordpress-5922');
15
 
16
  define('CLEANTALK_REMOTE_CALL_SLEEP', 10); // Minimum time between remote call
17
  define('APBCT_CASERT_PATH', file_exists(ABSPATH . WPINC . '/certificates/ca-bundle.crt')
lib/CleantalkHelper.php CHANGED
@@ -378,7 +378,7 @@ class CleantalkHelper
378
 
379
  if($result === false){
380
  if($ssl === false){
381
- return self::api_send_request($url, $original_data, $isJSON, $timeout, true);
382
  }
383
  $curl_error = curl_error($ch);
384
  }
378
 
379
  if($result === false){
380
  if($ssl === false){
381
+ return self::api_send_request($original_data, $url, $isJSON, $timeout, true);
382
  }
383
  $curl_error = curl_error($ch);
384
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: znaeff, shagimuratov, sartemd174
3
  Tags: spam, antispam, protection, comments, firewall
4
  Requires at least: 3.0
5
  Tested up to: 4.9.4
6
- Stable tag: 5.92.1
7
  License: GPLv2
8
 
9
  Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce spam. Forget spam.
@@ -240,6 +240,10 @@ WordPress 3.0 at least. PHP 5 with CURL or file_get_contents() function and enab
240
 
241
  5. Done! The plugin is ready to use.
242
 
 
 
 
 
243
  **Important!** To test spam protection you must post a dummy submissions as website visitor (use must logged out from WordPress console), because the plugin doesn't filter submissions from WordPress administrators.
244
 
245
  = How can setup plugin in WPMU version? =
@@ -515,6 +519,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
515
  10. Website's options.
516
 
517
  == Changelog ==
 
 
 
518
  = 5.92.1 March 23 2018 =
519
  * Fix: Spelling
520
  * Fix: Fatal error if cURL extension is disabled.
@@ -1557,6 +1564,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
1557
  * First version
1558
 
1559
  == Upgrade Notice ==
 
 
 
1560
  = 5.92.1 March 23 2018 =
1561
  * Fix: Spelling
1562
  * Fix: Fatal error if cURL extension is disabled.
3
  Tags: spam, antispam, protection, comments, firewall
4
  Requires at least: 3.0
5
  Tested up to: 4.9.4
6
+ Stable tag: 5.92.2
7
  License: GPLv2
8
 
9
  Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce spam. Forget spam.
240
 
241
  5. Done! The plugin is ready to use.
242
 
243
+ = Video guide - Anti-Spam Plugin Installation in WordPress. =
244
+
245
+ [youtube https://www.youtube.com/watch?v=SktF0s-go6A ]
246
+
247
  **Important!** To test spam protection you must post a dummy submissions as website visitor (use must logged out from WordPress console), because the plugin doesn't filter submissions from WordPress administrators.
248
 
249
  = How can setup plugin in WPMU version? =
519
  10. Website's options.
520
 
521
  == Changelog ==
522
+ = 5.92.2 March 23 2018 =
523
+ * Fix: Error if cURL extension is disabled.
524
+
525
  = 5.92.1 March 23 2018 =
526
  * Fix: Spelling
527
  * Fix: Fatal error if cURL extension is disabled.
1564
  * First version
1565
 
1566
  == Upgrade Notice ==
1567
+ = 5.92.2 March 23 2018 =
1568
+ * Fix: Error if cURL extension is disabled.
1569
+
1570
  = 5.92.1 March 23 2018 =
1571
  * Fix: Spelling
1572
  * Fix: Fatal error if cURL extension is disabled.