Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e0a1f50
Fix. Integrations. GiveWP now has bot detector scripts in iframes.
alexandergull Apr 27, 2026
8b42301
New. WooCommerce. Spam order details modal windows implemented.
alexandergull Jun 16, 2026
bc12b72
Merge branch 'dev' into wc_spam_order_details.ag
alexandergull Jun 17, 2026
277aeec
Fix. Integration. Brevo integration fixed.
Glomberg Jun 23, 2026
0da1195
Merge branch 'master' of https://github.com/CleanTalk/wordpress-antis…
AntonV1211 Jun 24, 2026
1c09785
Upd version 6.82.99-fix
AntonV1211 Jun 24, 2026
1531a0f
CP. Minor fixes.
alexandergull Jun 17, 2026
9d1f05b
Merge branch 'dev' into wc_spam_order_details.ag
alexandergull Jun 24, 2026
f821e54
Recompress.
alexandergull Jun 24, 2026
a571bb8
CP. Fix validation rule for order ID.
alexandergull Jun 24, 2026
f02b725
CP. Fix search provider case.
alexandergull Jun 24, 2026
c2596ea
CP. Prevalidation of JSON of spam order details.
alexandergull Jun 24, 2026
27e3bf0
CP. Escaping rule added.
alexandergull Jun 24, 2026
313e519
Fix. After team review. Translation added.
alexandergull Jun 29, 2026
450ead0
Fix. Integration. WooCommerce register requests protection fixed.
Glomberg Jul 6, 2026
f302fd6
Fix. Code. Psalm notice fixed.
Glomberg Jul 6, 2026
37c32d4
CP. Few comments resolved.
alexandergull Jul 8, 2026
131b720
Code. Common libs updated.
alexandergull Jul 8, 2026
0f84fcf
Merge branch 'dev' into wc_spam_order_details.ag
alexandergull Jul 8, 2026
c91684c
Code. Recompression.
alexandergull Jul 8, 2026
9f2052f
Upd. WooCommerce spam orders. Interface now has human-readable produc…
alexandergull Jul 8, 2026
4f10969
New. Catch fetch request. Iframe forms of sender.com protected.
alexandergull Jul 9, 2026
448b268
Merge branch 'dev' into wc_spam_order_details.ag
alexandergull Jul 9, 2026
7a1cdf3
Code. Common libs update.
alexandergull Jul 9, 2026
f617766
upd version
svfcode Jul 13, 2026
bc5af6e
Merge branch 'master' into fix
svfcode Jul 13, 2026
fd48139
Merge branch 'dev' of https://github.com/CleanTalk/wordpress-antispam…
AntonV1211 Jul 13, 2026
24217be
fix copilot review
AntonV1211 Jul 13, 2026
0eb487d
Merge pull request #790 from CleanTalk/fix__scripts_integrator.ag
AntonV1211 Jul 13, 2026
e8e904f
Fix. processFetchOfExternalForms. Service fields added to data.
alexandergull Jul 14, 2026
84bc923
Merge branch 'dev' into sender-com-ext-fetch.ag
alexandergull Jul 14, 2026
d690a55
Code. Rebuild.
alexandergull Jul 14, 2026
7a17277
Merge branch 'dev' into wc_spam_order_details.ag
alexandergull Jul 14, 2026
b36a08c
Code. Rebuild.
alexandergull Jul 14, 2026
8405480
Fix. Integrations. Woo fluent checkout update flow.
svfcode Jul 14, 2026
7600349
Fix. Integrations. XStore checkout update flow.
svfcode Jul 14, 2026
40af114
Fix. Code. Deprecated notice fixed #2.
Glomberg Jul 15, 2026
5d90625
Merge branch 'master' into dev
svfcode Jul 15, 2026
755fb2d
Merge branch 'master' into fix
svfcode Jul 15, 2026
9f5c922
Code. Final changes after test.
alexandergull Jul 15, 2026
df7016e
Code. Codecov.
alexandergull Jul 15, 2026
ccc895f
Merge pull request #829 from CleanTalk/sender-com-ext-fetch.ag
alexandergull Jul 15, 2026
6cfeec7
Merge branch 'dev' into wc_spam_order_details.ag
alexandergull Jul 15, 2026
3224664
Code. Recompressed after dev merge.
alexandergull Jul 15, 2026
cfee229
Fix. ContactEncoder. Addition typecheck.
svfcode Jul 16, 2026
7487a7e
fix phpcs
svfcode Jul 16, 2026
847e089
Fix. Settings. Improve alt storage.
svfcode Jul 16, 2026
6d0e474
Code. Recompressed after dev merge.
alexandergull Jul 17, 2026
f443284
Merge branch 'dev' into wc_spam_order_details.ag
alexandergull Jul 17, 2026
488baf3
Upd. WooCommerce Spam orders. Aded link to CleanTalk dashboard requests.
alexandergull Jul 17, 2026
2903380
Merge pull request #812 from CleanTalk/wc_spam_order_details.ag
alexandergull Jul 17, 2026
903c420
Merge branch 'dev' into beta
alexandergull Jul 20, 2026
fd1b365
Version: 6.84 and readme updated.
alexandergull Jul 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 4 additions & 22 deletions cleantalk.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
Plugin Name: Anti-Spam by CleanTalk
Plugin URI: https://cleantalk.org
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.
Version: 6.83.1
Version: 6.84
Author: CleanTalk - Anti-Spam Protection <welcome@cleantalk.org>
Author URI: https://cleantalk.org
Text Domain: cleantalk-spam-protect
Domain Path: /i18n
*/

use Cleantalk\Antispam\ScriptsIntegration\CleantalkScriptsIntegrator;
use Cleantalk\Antispam\ProtectByShortcode;
use Cleantalk\ApbctWP\Activator;
use Cleantalk\ApbctWP\AdminNotices;
Expand Down Expand Up @@ -608,27 +609,8 @@ function apbct_write_js_errors($data)

// Public actions
if ( ! is_admin() && ! apbct_is_ajax() && ! apbct_is_customize_preview() ) {
if (
apbct_is_plugin_active('fluentformpro/fluentformpro.php') &&
(
apbct_is_in_uri('ff_landing=') ||
(
// Load scripts for logged in users if constant is defined
apbct_is_user_logged_in() &&
(defined('APBCT_FF_JS_SCRIPTS_LOAD') &&
APBCT_FF_JS_SCRIPTS_LOAD == true)
)
)
) {
add_action('wp_head', function () {
echo '<script data-pagespeed-no-defer="" src="'
. APBCT_URL_PATH
. '/js/apbct-public-bundle.min.js'
. '?ver=' . APBCT_VERSION . '" id="ct_public_functions-js"></script>';
echo '<script src="' . APBCT_BOT_DETECTOR_SCRIPT_URL . '?ver='
. APBCT_VERSION . '" async id="ct_bot_detector-js" data-wp-strategy="async"></script>';
}, 100);
}
$sci = new CleantalkScriptsIntegrator();
$sci->run();

SFWUpdateHelper::processSFWOutdatedError($apbct);

Expand Down
2 changes: 1 addition & 1 deletion css/cleantalk-admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 91 additions & 1 deletion css/src/cleantalk-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,13 @@
#cleantalk_notice_review .button {
margin-bottom: 20px;
}
.apbct-restore-spam-order-button {
.apbct-restore-spam-order-button, .apbct-details-spam-order-button {
cursor: pointer;
}

.apbct-details-spam-order-button {
color: gray;
}
.ct-modal-buttons {
display: flex;
align-items: center;
Expand Down Expand Up @@ -141,12 +145,98 @@

.apbct-table-actions-wrapper {
background: #FCFCFC;
background: #fcfcfc;
border-radius: 2px;
padding: 5px !important;
border: 1px solid lightgray;
margin: 0 5px 5px 0 !important;
}

.apbct_wc_details__table-container_header {
text-align: center;
}

.apbct_wc_details__wrapper {
display: flex;
flex-direction: column;
scroll-behavior: smooth;
overflow-y: auto;
max-height: 400px;
min-width: 50pc;
position: relative;
}

.apbct_wc_details__table-wrapper-inner {
margin-bottom: 25px;
background: #f9f9f9;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.08);
position: relative;
padding: 0 15px;
}

.apbct_wc_details__table-wrapper-inner h4 {
margin: 0 0 12px 0;
color: #333;
font-size: 16px;
font-weight: 600;
padding: 10px 0 8px 0;
border-bottom: 2px solid #e0e0e0;
position: sticky;
top: 0;
background: #f9f9f9;
z-index: 10;
}

.apbct_wc_details__table {
width: 100%;
border-collapse: collapse;
background: white;
border-radius: 6px;
overflow: hidden;
}

.apbct_wc_details__table-key-cell {
border: 1px solid #e8e8e8;
padding: 10px 12px;
font-weight: 600;
background: #f5f7fa;
color: #2c3e50;
width: 35%;
font-size: 13px;
}

.apbct_wc_details__table-value-cell {
border: 1px solid #e8e8e8;
padding: 10px 12px;
color: #34495e;
font-size: 13px;
word-break: break-word;
}

.apbct_wc_details__table tbody tr:hover {
background: #fafbfc;
}

.apbct_wc_details__table tbody tr:last-child td {
border-bottom: none;
}

.apbct_wc_details__table-value-cell--json {
font-family: monospace;
font-size: 12px;
white-space: pre-wrap;
}

/* Safari and older browsers support */
@supports (position: sticky) {
.apbct_wc_details__table-wrapper-inner h4,
.apbct_wc_details__table th {
position: sticky;
}
}


@media screen and (max-width: 1120px) {
.apbct-tablenav {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion inc/cleantalk-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ function apbct_admin__enqueue_scripts($hook)

// Scripts to all admin pages
ApbctEnqueue::getInstance()->js('common-cleantalk-modal.js', array('jquery'));
ApbctEnqueue::getInstance()->js('cleantalk-admin.js', array('common-cleantalk-modal-js', 'jquery'));
ApbctEnqueue::getInstance()->js('cleantalk-admin.js', array('wp-i18n','common-cleantalk-modal-js', 'jquery'));
ApbctEnqueue::getInstance()->css('cleantalk-admin.css');
ApbctEnqueue::getInstance()->css('cleantalk-icons.css');
ApbctEnqueue::getInstance()->css('cleantalk-email-decoder.css');
Expand Down
9 changes: 9 additions & 0 deletions inc/cleantalk-pluggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,15 @@ class_exists('Cleantalk\Antispam\Integrations\CleantalkInternalForms')
) {
return 'Plugin Name: HivePress skip REST route checking';
}

// WooCommerce register request skipping - this have to be processed by hook `woocommerce_registration_errors`
if (
apbct_is_plugin_active('woocommerce/woocommerce.php') &&
Post::getString('woocommerce-register-nonce') &&
wp_verify_nonce(Post::getString('woocommerce-register-nonce'), 'woocommerce-register')
) {
return 'WooCommerce register request (have to be processed by hook `woocommerce_registration_errors`)';
}
}

// WP Fusion Abandoned Cart Addon
Expand Down
2 changes: 1 addition & 1 deletion js/apbct-public-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/apbct-public-bundle_ext-protection.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/apbct-public-bundle_ext-protection_gathering.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/apbct-public-bundle_full-protection.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/apbct-public-bundle_full-protection_gathering.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/apbct-public-bundle_gathering.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/apbct-public-bundle_int-protection.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/apbct-public-bundle_int-protection_gathering.min.js

Large diffs are not rendered by default.

Loading
Loading