Spam protection, AntiSpam, FireWall by CleanTalk - Version 5.93.1

Version Description

April 9 2018 = * Fix: Fatal error on PHP 5.5 or lower.

Download this release

Release Info

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

Code changes from version 5.93 to 5.93.1

Files changed (3) hide show
  1. cleantalk.php +3 -3
  2. inc/cleantalk-admin.php +2 -1
  3. readme.txt +7 -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.93
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
 
11
  $cleantalk_executed = false;
12
 
13
- define('APBCT_VERSION', '5.93');
14
- define('APBCT_AGENT', 'wordpress-593');
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.93.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.93.1');
14
+ define('APBCT_AGENT', 'wordpress-5931');
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')
inc/cleantalk-admin.php CHANGED
@@ -1921,7 +1921,8 @@ function apbct_register_plugin_links($links, $file) {
1921
 
1922
  $links[] = '<a class="ct_meta_links ct_faq_links" href="http://wordpress.org/plugins/cleantalk-spam-protect/faq/" target="_blank">' . __( 'FAQ','cleantalk' ) . '</a>';
1923
  $links[] = '<a class="ct_meta_links ct_support_links"href="https://wordpress.org/support/plugin/cleantalk-spam-protect" target="_blank">' . __( 'Support','cleantalk' ) . '</a>';
1924
- if(!empty(ct_input_get_premium(false)))
 
1925
  $links[] = ct_input_get_premium(false);
1926
 
1927
  return $links;
1921
 
1922
  $links[] = '<a class="ct_meta_links ct_faq_links" href="http://wordpress.org/plugins/cleantalk-spam-protect/faq/" target="_blank">' . __( 'FAQ','cleantalk' ) . '</a>';
1923
  $links[] = '<a class="ct_meta_links ct_support_links"href="https://wordpress.org/support/plugin/cleantalk-spam-protect" target="_blank">' . __( 'Support','cleantalk' ) . '</a>';
1924
+ $trial = ct_input_get_premium(false);
1925
+ if(!empty($trial))
1926
  $links[] = ct_input_get_premium(false);
1927
 
1928
  return $links;
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.93
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.
@@ -519,6 +519,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
519
  10. Website's options.
520
 
521
  == Changelog ==
 
 
 
522
  = 5.93 April 9 2018 =
523
  * Fix: SpamFirewall IP detection.
524
  * Fix: Contact Form 7. False positives.
@@ -1570,6 +1573,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
1570
  * First version
1571
 
1572
  == Upgrade Notice ==
 
 
 
1573
  = 5.93 April 9 2018 =
1574
  * Fix: SpamFirewall IP detection.
1575
  * Fix: Contact Form 7. False positives.
3
  Tags: spam, antispam, protection, comments, firewall
4
  Requires at least: 3.0
5
  Tested up to: 4.9.4
6
+ Stable tag: 5.93.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.
519
  10. Website's options.
520
 
521
  == Changelog ==
522
+ = 5.93.1 April 9 2018 =
523
+ * Fix: Fatal error on PHP 5.5 or lower.
524
+
525
  = 5.93 April 9 2018 =
526
  * Fix: SpamFirewall IP detection.
527
  * Fix: Contact Form 7. False positives.
1573
  * First version
1574
 
1575
  == Upgrade Notice ==
1576
+ = 5.93.1 April 9 2018 =
1577
+ * Fix: Fatal error on PHP 5.5 or lower.
1578
+
1579
  = 5.93 April 9 2018 =
1580
  * Fix: SpamFirewall IP detection.
1581
  * Fix: Contact Form 7. False positives.