Spam protection, AntiSpam, FireWall by CleanTalk - Version 5.100

Version Description

July 30 2018 = * Fix: JavaScript dependencies.

Download this release

Release Info

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

Code changes from version 5.99.1 to 5.100

Files changed (3) hide show
  1. cleantalk.php +3 -3
  2. inc/cleantalk-public.php +1 -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.99.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.99.1');
14
- define('APBCT_AGENT', 'wordpress-5991');
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.100
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
 
11
  $cleantalk_executed = false;
12
 
13
+ define('APBCT_VERSION', '5.100');
14
+ define('APBCT_AGENT', 'wordpress-5100');
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-public.php CHANGED
@@ -2338,7 +2338,7 @@ function ct_enqueue_scripts_public($hook){
2338
 
2339
  if(!empty($ct_options['registrations_test']) || !empty($ct_options['comments_test']) || !empty($ct_options['contact_forms_test']) || !empty($ct_options['general_contact_forms_test']) || !empty($ct_options['wc_checkout_test']) || !empty($ct_options['check_external']) || !empty($ct_options['check_internal']) || !empty($ct_options['bp_private_messages']) || !empty($ct_options['general_postdata_test'])){
2340
 
2341
- wp_enqueue_script('ct_public', APBCT_URL_PATH.'/js/apbct-public.js', array(''), APBCT_VERSION, 'in_footer');
2342
 
2343
  if(shortcode_exists( 'cleantalk_gdpr_form')){
2344
 
2338
 
2339
  if(!empty($ct_options['registrations_test']) || !empty($ct_options['comments_test']) || !empty($ct_options['contact_forms_test']) || !empty($ct_options['general_contact_forms_test']) || !empty($ct_options['wc_checkout_test']) || !empty($ct_options['check_external']) || !empty($ct_options['check_internal']) || !empty($ct_options['bp_private_messages']) || !empty($ct_options['general_postdata_test'])){
2340
 
2341
+ wp_enqueue_script('ct_public', APBCT_URL_PATH.'/js/apbct-public.js', array(), APBCT_VERSION, 'in_footer');
2342
 
2343
  if(shortcode_exists( 'cleantalk_gdpr_form')){
2344
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: safronik
3
  Tags: spam, antispam, protection, comments, firewall
4
  Requires at least: 3.0
5
  Tested up to: 4.9
6
- Stable tag: 5.99.1
7
  License: GPLv2
8
 
9
  Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
@@ -516,6 +516,9 @@ Yes, it is. Please read this article,
516
  10. Website's options.
517
 
518
  == Changelog ==
 
 
 
519
  = 5.99.1 July 17 2018 =
520
  * IP detection fixed and improved.
521
 
@@ -1614,6 +1617,9 @@ Yes, it is. Please read this article,
1614
  * First version
1615
 
1616
  == Upgrade Notice ==
 
 
 
1617
  = 5.99.1 July 17 2018 =
1618
  * IP detection fixed and improved.
1619
 
3
  Tags: spam, antispam, protection, comments, firewall
4
  Requires at least: 3.0
5
  Tested up to: 4.9
6
+ Stable tag: 5.100
7
  License: GPLv2
8
 
9
  Spam protection, antispam, all-in-one, premium plugin. No spam comments & users, no spam contact form & WooCommerce anti-spam.
516
  10. Website's options.
517
 
518
  == Changelog ==
519
+ = 5.100 July 30 2018 =
520
+ * Fix: JavaScript dependencies.
521
+
522
  = 5.99.1 July 17 2018 =
523
  * IP detection fixed and improved.
524
 
1617
  * First version
1618
 
1619
  == Upgrade Notice ==
1620
+ = 5.100 July 30 2018 =
1621
+ * Fix: JavaScript dependencies.
1622
+
1623
  = 5.99.1 July 17 2018 =
1624
  * IP detection fixed and improved.
1625