Version Description
June 9 2017 = * Fixed JS attachment error.
Download this release
Release Info
Developer | Safronik |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.67.3 |
Comparing to | |
See all releases |
Code changes from version 5.67.2 to 5.67.3
- cleantalk.php +3 -3
- inc/cleantalk-public.php +1 -1
- readme.txt +7 -1
cleantalk.php
CHANGED
@@ -3,12 +3,12 @@
|
|
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. Formerly Anti-Spam by CleanTalk.
|
6 |
-
Version: 5.67.
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
-
$cleantalk_plugin_version='5.67.
|
11 |
-
$ct_agent_version = 'wordpress-
|
12 |
$cleantalk_executed=false;
|
13 |
$ct_sfw_updated = false;
|
14 |
|
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. Formerly Anti-Spam by CleanTalk.
|
6 |
+
Version: 5.67.3
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
+
$cleantalk_plugin_version='5.67.3';
|
11 |
+
$ct_agent_version = 'wordpress-5673';
|
12 |
$cleantalk_executed=false;
|
13 |
$ct_sfw_updated = false;
|
14 |
|
inc/cleantalk-public.php
CHANGED
@@ -2844,7 +2844,7 @@ function ct_enqueue_scripts_public($hook){
|
|
2844 |
wp_enqueue_style ('ct_public_css', plugins_url('/cleantalk-spam-protect/assets/css/cleantalk-public.css'), array(), $cleantalk_plugin_version, 'all');
|
2845 |
wp_enqueue_script('ct_public_js', plugins_url('/cleantalk-spam-protect/assets/js/cleantalk-public.js'), array('jquery'), $cleantalk_plugin_version, true);
|
2846 |
|
2847 |
-
wp_localize_script(
|
2848 |
'ct_ajax_nonce' => $ajax_nonce,
|
2849 |
'ct_ajaxurl' => admin_url('admin-ajax.php'),
|
2850 |
'ct_feedback_msg' => sprintf(__("Feedback has been sent to %sCleanTalk Dashboard%s.", 'cleantalk'), $user_token ? "<a target='_blank' href=https://cleantalk.org/my/show_requests?user_token={$user_token}&cp_mode=antispam>" : '', $user_token ? "</a>" : ''),
|
2844 |
wp_enqueue_style ('ct_public_css', plugins_url('/cleantalk-spam-protect/assets/css/cleantalk-public.css'), array(), $cleantalk_plugin_version, 'all');
|
2845 |
wp_enqueue_script('ct_public_js', plugins_url('/cleantalk-spam-protect/assets/js/cleantalk-public.js'), array('jquery'), $cleantalk_plugin_version, true);
|
2846 |
|
2847 |
+
wp_localize_script('ct_public_js', 'ctPublic', array(
|
2848 |
'ct_ajax_nonce' => $ajax_nonce,
|
2849 |
'ct_ajaxurl' => admin_url('admin-ajax.php'),
|
2850 |
'ct_feedback_msg' => sprintf(__("Feedback has been sent to %sCleanTalk Dashboard%s.", 'cleantalk'), $user_token ? "<a target='_blank' href=https://cleantalk.org/my/show_requests?user_token={$user_token}&cp_mode=antispam>" : '', $user_token ? "</a>" : ''),
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: znaeff, shagimuratov, serge00, sartemd174, amagsumov
|
|
3 |
Tags: antispam, protection, contact form, comments, spam
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.8
|
6 |
-
Stable tag: 5.67.
|
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.
|
@@ -501,6 +501,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
|
|
501 |
1. The Dashboard with a map of most spam active countries per your account.
|
502 |
|
503 |
== Changelog ==
|
|
|
|
|
|
|
504 |
= 5.67.2 June 5 2017 =
|
505 |
* Fixed error with IP determination.
|
506 |
|
@@ -1361,6 +1364,9 @@ We develop plugin to do it as optimized as possible, CleanTalk doesn't downgrade
|
|
1361 |
* First version
|
1362 |
|
1363 |
== Upgrade Notice ==
|
|
|
|
|
|
|
1364 |
= 5.67.2 June 5 2017 =
|
1365 |
* Fixed error with IP determination.
|
1366 |
|
3 |
Tags: antispam, protection, contact form, comments, spam
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.8
|
6 |
+
Stable tag: 5.67.3
|
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.
|
501 |
1. The Dashboard with a map of most spam active countries per your account.
|
502 |
|
503 |
== Changelog ==
|
504 |
+
= 5.67.3 June 9 2017 =
|
505 |
+
* Fixed JS attachment error.
|
506 |
+
|
507 |
= 5.67.2 June 5 2017 =
|
508 |
* Fixed error with IP determination.
|
509 |
|
1364 |
* First version
|
1365 |
|
1366 |
== Upgrade Notice ==
|
1367 |
+
= 5.67.3 June 9 2017 =
|
1368 |
+
* Fixed JS attachment error.
|
1369 |
+
|
1370 |
= 5.67.2 June 5 2017 =
|
1371 |
* Fixed error with IP determination.
|
1372 |
|