Version Description
December 17 2019 = * Fix: Fatal PHP error.
Download this release
Release Info
Developer | Safronik |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.132.1 |
Comparing to | |
See all releases |
Code changes from version 5.132 to 5.132.1
- cleantalk.php +1 -4
- 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.132
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: https://cleantalk.org
|
9 |
Text Domain: cleantalk
|
@@ -72,9 +72,6 @@ if( !defined( 'CLEANTALK_PLUGIN_DIR' ) ){
|
|
72 |
require_once(CLEANTALK_PLUGIN_DIR . 'inc/cleantalk-pluggable.php'); // Pluggable functions
|
73 |
require_once(CLEANTALK_PLUGIN_DIR . 'inc/cleantalk-common.php');
|
74 |
|
75 |
-
// Autoloader
|
76 |
-
require_once(CLEANTALK_PLUGIN_DIR . 'lib\autoloader.php');
|
77 |
-
|
78 |
// Global ArrayObject with settings and other global varables
|
79 |
global $apbct;
|
80 |
$apbct = new CleantalkState('cleantalk', array('settings', 'data', 'debug', 'errors', 'remote_calls', 'stats'));
|
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.132.1
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: https://cleantalk.org
|
9 |
Text Domain: cleantalk
|
72 |
require_once(CLEANTALK_PLUGIN_DIR . 'inc/cleantalk-pluggable.php'); // Pluggable functions
|
73 |
require_once(CLEANTALK_PLUGIN_DIR . 'inc/cleantalk-common.php');
|
74 |
|
|
|
|
|
|
|
75 |
// Global ArrayObject with settings and other global varables
|
76 |
global $apbct;
|
77 |
$apbct = new CleantalkState('cleantalk', array('settings', 'data', 'debug', 'errors', 'remote_calls', 'stats'));
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: spam, antispam, woocommerce, comments, firewall
|
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.3
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, antispam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
@@ -579,6 +579,9 @@ If your website has forms that send data to external sources, you can enable opt
|
|
579 |
10. Website's options.
|
580 |
|
581 |
== Changelog ==
|
|
|
|
|
|
|
582 |
= 5.132 December 17 2019 =
|
583 |
* Fix: PHP 7.4 compability
|
584 |
* New: Settings and description for "disable comments" functionality.
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.3
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 5.132.1
|
8 |
License: GPLv2
|
9 |
|
10 |
Spam protection, antispam, firewall, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
|
579 |
10. Website's options.
|
580 |
|
581 |
== Changelog ==
|
582 |
+
= 5.132.1 December 17 2019 =
|
583 |
+
* Fix: Fatal PHP error.
|
584 |
+
|
585 |
= 5.132 December 17 2019 =
|
586 |
* Fix: PHP 7.4 compability
|
587 |
* New: Settings and description for "disable comments" functionality.
|