Spam protection, AntiSpam, FireWall by CleanTalk - Version 5.70.2

Version Description

July 17 2017 = * Fix for SpamFireWall for Multisite.

Download this release

Release Info

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

Code changes from version 5.70.1 to 5.70.2

Files changed (3) hide show
  1. cleantalk.php +3 -3
  2. lib/CleantalkSFW.php +1 -1
  3. readme.txt +7 -1
cleantalk.php CHANGED
@@ -3,12 +3,12 @@
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. Formerly Anti-Spam by CleanTalk.
6
- Version: 5.70.1
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
- $cleantalk_plugin_version='5.70.1';
11
- $ct_agent_version = 'wordpress-5701';
12
  $cleantalk_executed=false;
13
  $ct_sfw_updated = false;
14
 
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. Formerly Anti-Spam by CleanTalk.
6
+ Version: 5.70.2
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
+ $cleantalk_plugin_version='5.70.2';
11
+ $ct_agent_version = 'wordpress-5702';
12
  $cleantalk_executed=false;
13
  $ct_sfw_updated = false;
14
 
lib/CleantalkSFW.php CHANGED
@@ -28,7 +28,7 @@ class CleantalkSFW
28
  public function __construct()
29
  {
30
  global $wpdb;
31
- $this->table_prefix = $wpdb->prefix;
32
  $this->db = $wpdb;
33
  }
34
 
28
  public function __construct()
29
  {
30
  global $wpdb;
31
+ $this->table_prefix = $wpdb->base_prefix;
32
  $this->db = $wpdb;
33
  }
34
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: znaeff, shagimuratov, serge00, sartemd174, amagsumov
3
  Tags: antispam, protection, contact form, comments, spam
4
  Requires at least: 3.0
5
  Tested up to: 4.8
6
- Stable tag: 5.70.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.
@@ -504,6 +504,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
504
  1. The Dashboard with a map of most spam active countries per your account.
505
 
506
  == Changelog ==
 
 
 
507
  = 5.70.1 July 17 2017 =
508
  * Fix for SpamFireWall.
509
  * Spam detection improved.
@@ -1396,6 +1399,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
1396
  * First version
1397
 
1398
  == Upgrade Notice ==
 
 
 
1399
  = 5.70.1 July 17 2017 =
1400
  * Fix for SpamFireWall.
1401
  * Spam detection improved.
3
  Tags: antispam, protection, contact form, comments, spam
4
  Requires at least: 3.0
5
  Tested up to: 4.8
6
+ Stable tag: 5.70.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.
504
  1. The Dashboard with a map of most spam active countries per your account.
505
 
506
  == Changelog ==
507
+ = 5.70.2 July 17 2017 =
508
+ * Fix for SpamFireWall for Multisite.
509
+
510
  = 5.70.1 July 17 2017 =
511
  * Fix for SpamFireWall.
512
  * Spam detection improved.
1399
  * First version
1400
 
1401
  == Upgrade Notice ==
1402
+ = 5.70.2 July 17 2017 =
1403
+ * Fix for SpamFireWall for Multisite.
1404
+
1405
  = 5.70.1 July 17 2017 =
1406
  * Fix for SpamFireWall.
1407
  * Spam detection improved.