Spam protection, AntiSpam, FireWall by CleanTalk - Version 4.9

Version Description

2014-11-24 = * Fixed anti spam test for Contact Form 7.

Download this release

Release Info

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

Code changes from version 4.8 to 4.9

Files changed (2) hide show
  1. cleantalk.php +3 -3
  2. readme.txt +10 -4
cleantalk.php CHANGED
@@ -3,14 +3,14 @@
3
  Plugin Name: Anti-spam by CleanTalk
4
  Plugin URI: http://cleantalk.org
5
  Description: Cloud antispam for comments, registrations and contacts. The plugin doesn't use CAPTCHA, Q&A, math, counting animals or quiz to stop spam bots.
6
- Version: 4.8
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
 
11
  define('CLEANTALK_PLUGIN_DIR', plugin_dir_path(__FILE__));
12
 
13
- $ct_agent_version = 'wordpress-48';
14
  $ct_plugin_name = 'Anti-spam by CleanTalk';
15
  $ct_checkjs_frm = 'ct_checkjs_frm';
16
  $ct_checkjs_register_form = 'ct_checkjs_register_form';
@@ -1468,7 +1468,7 @@ function ct_wpcf7_spam($spam) {
1468
 
1469
  $checkjs = js_test('ct_checkjs', $_COOKIE, true);
1470
  if($checkjs != 1){
1471
- $checkjs = js_test($ct_checkjs_cf7, $_POST);
1472
  }
1473
 
1474
  $post_info['comment_type'] = 'feedback';
3
  Plugin Name: Anti-spam by CleanTalk
4
  Plugin URI: http://cleantalk.org
5
  Description: Cloud antispam for comments, registrations and contacts. The plugin doesn't use CAPTCHA, Q&A, math, counting animals or quiz to stop spam bots.
6
+ Version: 4.9
7
  Author: СleanTalk <welcome@cleantalk.org>
8
  Author URI: http://cleantalk.org
9
  */
10
 
11
  define('CLEANTALK_PLUGIN_DIR', plugin_dir_path(__FILE__));
12
 
13
+ $ct_agent_version = 'wordpress-49';
14
  $ct_plugin_name = 'Anti-spam by CleanTalk';
15
  $ct_checkjs_frm = 'ct_checkjs_frm';
16
  $ct_checkjs_register_form = 'ct_checkjs_register_form';
1468
 
1469
  $checkjs = js_test('ct_checkjs', $_COOKIE, true);
1470
  if($checkjs != 1){
1471
+ $checkjs = js_test($ct_checkjs_cf7, $_POST, true);
1472
  }
1473
 
1474
  $post_info['comment_type'] = 'feedback';
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: znaeff, shagimuratov
3
  Tags: antispam, anti-spam, anti spam, spam, spammers, captcha, comments, registration, contact form, blacklist, math, signup, formidable, bot, spam bots, spammy, s2member, wordpress, support, BuddyPress, bbpress, landing pages, fast secure contact form, WooCommerce, jetpack, cf7, akismet, capcha, form
4
  Requires at least: 3.0
5
- Tested up to: 4.0
6
- Stable tag: 4.8
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -155,7 +155,10 @@ WordPress 3.0 at least. PHP 4, 5 with CURL or file_get_contents() function and e
155
  1. Setup Android/iOS app to have push notices when new legitiamte comments/registrations or contactcs appears on the website.
156
 
157
  == Changelog ==
158
- = 4.9 2014-11-19 =
 
 
 
159
  * Improved anti spam protection for BuddyPress registrations and custom contact forms.
160
 
161
  = 4.7 2014-11-16 =
@@ -437,7 +440,10 @@ WordPress 3.0 at least. PHP 4, 5 with CURL or file_get_contents() function and e
437
  * First version
438
 
439
  == Upgrade Notice ==
440
- = 4.9 2014-11-19 =
 
 
 
441
  Improved anti spam protection for BuddyPress registrations and custom contact forms.
442
 
443
  = 4.7 2014-11-16 =
2
  Contributors: znaeff, shagimuratov
3
  Tags: antispam, anti-spam, anti spam, spam, spammers, captcha, comments, registration, contact form, blacklist, math, signup, formidable, bot, spam bots, spammy, s2member, wordpress, support, BuddyPress, bbpress, landing pages, fast secure contact form, WooCommerce, jetpack, cf7, akismet, capcha, form
4
  Requires at least: 3.0
5
+ Tested up to: 4.0.1
6
+ Stable tag: 4.9
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
155
  1. Setup Android/iOS app to have push notices when new legitiamte comments/registrations or contactcs appears on the website.
156
 
157
  == Changelog ==
158
+ = 4.9 2014-11-24 =
159
+ * Fixed anti spam test for Contact Form 7.
160
+
161
+ = 4.8 2014-11-19 =
162
  * Improved anti spam protection for BuddyPress registrations and custom contact forms.
163
 
164
  = 4.7 2014-11-16 =
440
  * First version
441
 
442
  == Upgrade Notice ==
443
+ = 4.9 2014-11-24 =
444
+ Minor bug fix for Contact form 7.
445
+
446
+ = 4.8 2014-11-19 =
447
  Improved anti spam protection for BuddyPress registrations and custom contact forms.
448
 
449
  = 4.7 2014-11-16 =