Spam protection, AntiSpam, FireWall by CleanTalk - Version 5.152.4

Version Description

Feb 01 2020 = * Fix: Cron tasks compare fixed.

Download this release

Release Info

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

Code changes from version 5.152.3 to 5.152.4

Files changed (3) hide show
  1. cleantalk.php +1 -1
  2. lib/Cleantalk/ApbctWP/Cron.php +5 -0
  3. readme.txt +4 -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.152.3
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.152.4
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: https://cleantalk.org
9
  Text Domain: cleantalk-spam-protect
lib/Cleantalk/ApbctWP/Cron.php CHANGED
@@ -146,6 +146,11 @@ class Cron
146
 
147
  $tasks_to_run[] = $task;
148
  }
 
 
 
 
 
149
 
150
  }
151
 
146
 
147
  $tasks_to_run[] = $task;
148
  }
149
+
150
+ // Hard bug fix
151
+ if( ! isset( $task_data['params'] ) ) {
152
+ $task_data['params'] = array();
153
+ }
154
 
155
  }
156
 
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.6
6
  Requires PHP: 5.4
7
- Stable tag: 5.152.3
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.152.3 Jan 31 2020 =
584
  * Fix: Error: SFW_DISABLED.
585
  * Fix: Moderate connection timeout increased to 6sec.
4
  Requires at least: 3.0
5
  Tested up to: 5.6
6
  Requires PHP: 5.4
7
+ Stable tag: 5.152.4
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.152.4 Feb 01 2020 =
584
+ * Fix: Cron tasks compare fixed.
585
+
586
  = 5.152.3 Jan 31 2020 =
587
  * Fix: Error: SFW_DISABLED.
588
  * Fix: Moderate connection timeout increased to 6sec.