Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 6853f02

Browse files
committed
1.24.0
1 parent 682657c commit 6853f02

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

altcha.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
* Description: ALTCHA is a free, open-source CAPTCHA alternative that offers robust protection without using cookies, ensuring full GDPR compliance by design. It also provides invisible anti-spam and anti-bot protection through ALTCHA's API.
88
* Author: Altcha.org
99
* Author URI: https://altcha.org
10-
* Version: 1.23.0
11-
* Stable tag: 1.23.0
10+
* Version: 1.24.0
11+
* Stable tag: 1.24.0
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.3
1414
* Tested up to: 6.6
1515
* License: GPLv2 or later
1616
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1717
*/
1818

19-
define('ALTCHA_VERSION', '1.23.0');
19+
define('ALTCHA_VERSION', '1.24.0');
2020
define('ALTCHA_WEBSITE', 'https://altcha.org/');
2121
define('ALTCHA_WIDGET_VERSION', '2.0.2');
2222

integrations/elementor/field.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ public function render($item, $item_index, $form)
2525
if (empty($mode) || $mode === 'spamfilter') {
2626
return '';
2727
}
28-
wp_enqueue_script(
29-
'altcha-elementor',
30-
AltchaPlugin::$elementor_script_src,
31-
array(),
32-
ALTCHA_VERSION,
33-
true
34-
);
3528
echo wp_kses("<div style=\"flex-basis:100%\">" . $plugin->render_widget($mode, false) . "</div>", AltchaPlugin::$html_espace_allowed_tags);
3629
// shadow element for error reporting
3730
echo wp_kses('<input type="hidden" ' . $form->get_render_attribute_string('input' . $item_index) . '>', AltchaPlugin::$html_espace_allowed_tags);

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Tags: altcha, captcha, spam, anti-spam, anti-bot, antispam, recaptcha, hcaptcha, gdpr
33
Author: Altcha.org
44
Author URI: https://altcha.org
5-
Version: 1.23.0
6-
Stable tag: 1.23.0
5+
Version: 1.24.0
6+
Stable tag: 1.24.0
77
Requires at least: 5.0
88
Requires PHP: 7.3
99
Tested up to: 6.8
@@ -91,6 +91,9 @@ All source code for the plugin, and the ALTCHA widget is available on GitHub. In
9191

9292
== Changelog ==
9393

94+
= 1.24.0 =
95+
* Fix issue with duplicate widget rendering in Elementor popups and WPDiscuz replies
96+
9497
= 1.23.0 =
9598
* Support for CoBlocks
9699

0 commit comments

Comments
 (0)