Spam protection, AntiSpam, FireWall by CleanTalk - Version 5.158.1

Version Description

Download this release

Release Info

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

Code changes from version 5.158 to 5.158.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.158
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.158.1
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: https://cleantalk.org
9
  Text Domain: cleantalk-spam-protect
lib/Cleantalk/Common/Firewall.php CHANGED
@@ -137,7 +137,7 @@ class Firewall
137
  $result['ip'],
138
  $result['status'],
139
  isset( $result['network'] ) ? $result['network'] : null,
140
- isset( $result['is_personal'] ) ? $result['is_personal'] : null
141
  );
142
  }
143
  }
137
  $result['ip'],
138
  $result['status'],
139
  isset( $result['network'] ) ? $result['network'] : null,
140
+ isset( $result['is_personal'] ) ? $result['is_personal'] : 'NULL'
141
  );
142
  }
143
  }
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.7
6
  Requires PHP: 5.6
7
- Stable tag: 5.158
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.158 May 26 2021 =
584
  * New. Integration. WP Foro register system integration.
585
  * New. Integration. Elementor essentials LoginRegister integration implemented.
4
  Requires at least: 3.0
5
  Tested up to: 5.7
6
  Requires PHP: 5.6
7
+ Stable tag: 5.158.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.158 May 27 2021 =
584
+ * Fix: Firewall. SQL-request error.
585
+
586
  = 5.158 May 26 2021 =
587
  * New. Integration. WP Foro register system integration.
588
  * New. Integration. Elementor essentials LoginRegister integration implemented.