Version Description
2015-05-18 = * Minor fixes
Download this release
Release Info
Developer | Vlad Cleantalk |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.8 |
Comparing to | |
See all releases |
Code changes from version 5.7 to 5.8
- cleantalk-common.php +1 -1
- cleantalk-public.php +1 -1
- cleantalk.php +2 -2
- i18n/cleantalk-fr_FR.mo +0 -0
- readme.txt +8 -2
cleantalk-common.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
$ct_agent_version = 'wordpress-
|
4 |
$ct_plugin_name = 'Anti-spam by CleanTalk';
|
5 |
$ct_checkjs_frm = 'ct_checkjs_frm';
|
6 |
$ct_checkjs_register_form = 'ct_checkjs_register_form';
|
1 |
<?php
|
2 |
|
3 |
+
$ct_agent_version = 'wordpress-58';
|
4 |
$ct_plugin_name = 'Anti-spam by CleanTalk';
|
5 |
$ct_checkjs_frm = 'ct_checkjs_frm';
|
6 |
$ct_checkjs_register_form = 'ct_checkjs_register_form';
|
cleantalk-public.php
CHANGED
@@ -190,7 +190,7 @@ ctSetCookie("%s", "%s", "%s");
|
|
190 |
';
|
191 |
$html = sprintf($html, $field_name, $ct_checkjs_key, $ct_checkjs_def);
|
192 |
/*!!! IT'S A TEMPORARILY CODE FOR DEBUGGING CF7 !!!*/
|
193 |
-
$html='
|
194 |
/*!!! IT'S A TEMPORARILY CODE FOR DEBUGGING CF7 !!!*/
|
195 |
} else {
|
196 |
$ct_input_challenge = sprintf("'%s'", $ct_checkjs_key);
|
190 |
';
|
191 |
$html = sprintf($html, $field_name, $ct_checkjs_key, $ct_checkjs_def);
|
192 |
/*!!! IT'S A TEMPORARILY CODE FOR DEBUGGING CF7 !!!*/
|
193 |
+
$html='';
|
194 |
/*!!! IT'S A TEMPORARILY CODE FOR DEBUGGING CF7 !!!*/
|
195 |
} else {
|
196 |
$ct_input_challenge = sprintf("'%s'", $ct_checkjs_key);
|
cleantalk.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
Plugin Name: Anti-spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org
|
5 |
Description: Max power, all-in-one, captcha less, premium anti-spam plugin. No comment spam, no registration spam, no contact spam, protects any WordPress forms.
|
6 |
-
Version: 5.
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
-
$cleantalk_plugin_version='5.
|
11 |
$cleantalk_executed=false;
|
12 |
|
13 |
if(!defined('CLEANTALK_PLUGIN_DIR')){
|
3 |
Plugin Name: Anti-spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org
|
5 |
Description: Max power, all-in-one, captcha less, premium anti-spam plugin. No comment spam, no registration spam, no contact spam, protects any WordPress forms.
|
6 |
+
Version: 5.8
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
+
$cleantalk_plugin_version='5.8';
|
11 |
$cleantalk_executed=false;
|
12 |
|
13 |
if(!defined('CLEANTALK_PLUGIN_DIR')){
|
i18n/cleantalk-fr_FR.mo
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: znaeff, shagimuratov, vlad-cleantalk
|
|
3 |
Tags: akismet, anti-spam, antispam, bbpress spam, buddypress spam, captcha antispam, cf7 spam, comments spam, contact form spam, form, Formidable spam, jetpack spam, math, registration spam, s2member spam, signup spam, spam, spammers, spammy, WooCommerce spam, wordpress spam, booking spam, order spam, subscriptions spam, comments, gravity spam, gravity forms spam, widget, widget antispam, registration, spam pingbacks
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.2.2
|
6 |
-
Stable tag: 5.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -165,7 +165,7 @@ WordPress 3.0 at least. PHP 5 with CURL or file_get_contents() function and enab
|
|
165 |
|
166 |
= Translations =
|
167 |
* Danish (da_DK)
|
168 |
-
* French (fr_FR)
|
169 |
* German (de_DE)
|
170 |
* Italian (it_IT)
|
171 |
* Polish (pl_PL)
|
@@ -181,6 +181,9 @@ WordPress 3.0 at least. PHP 5 with CURL or file_get_contents() function and enab
|
|
181 |
1. Setup Android/iOS app to have push notices when new legitiamte comments/registrations or contactcs appears on the website.
|
182 |
|
183 |
== Changelog ==
|
|
|
|
|
|
|
184 |
= 5.7 2015-05-18 =
|
185 |
* Fixed French translation
|
186 |
* Fixed protection algorithm
|
@@ -564,6 +567,9 @@ WordPress 3.0 at least. PHP 5 with CURL or file_get_contents() function and enab
|
|
564 |
* First version
|
565 |
|
566 |
== Upgrade Notice ==
|
|
|
|
|
|
|
567 |
= 5.7 2015-05-18 =
|
568 |
* Fixed French translation
|
569 |
* Fixed protection algorithm
|
3 |
Tags: akismet, anti-spam, antispam, bbpress spam, buddypress spam, captcha antispam, cf7 spam, comments spam, contact form spam, form, Formidable spam, jetpack spam, math, registration spam, s2member spam, signup spam, spam, spammers, spammy, WooCommerce spam, wordpress spam, booking spam, order spam, subscriptions spam, comments, gravity spam, gravity forms spam, widget, widget antispam, registration, spam pingbacks
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.2.2
|
6 |
+
Stable tag: 5.8
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
165 |
|
166 |
= Translations =
|
167 |
* Danish (da_DK)
|
168 |
+
* French (fr_FR) - thanks to Gilles Santacreu <a href="http://net-ik.net">http://net-ik.net</a>
|
169 |
* German (de_DE)
|
170 |
* Italian (it_IT)
|
171 |
* Polish (pl_PL)
|
181 |
1. Setup Android/iOS app to have push notices when new legitiamte comments/registrations or contactcs appears on the website.
|
182 |
|
183 |
== Changelog ==
|
184 |
+
= 5.8 2015-05-18 =
|
185 |
+
* Minor fixes
|
186 |
+
|
187 |
= 5.7 2015-05-18 =
|
188 |
* Fixed French translation
|
189 |
* Fixed protection algorithm
|
567 |
* First version
|
568 |
|
569 |
== Upgrade Notice ==
|
570 |
+
= 5.8 2015-05-18 =
|
571 |
+
* Minor fixes
|
572 |
+
|
573 |
= 5.7 2015-05-18 =
|
574 |
* Fixed French translation
|
575 |
* Fixed protection algorithm
|