Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ovx committed Jul 20, 2024
1 parent 2242c71 commit af63b1a
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 559 deletions.
8 changes: 4 additions & 4 deletions altcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
* 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.
* Author: Altcha.org
* Author URI: https://altcha.org
* Version: 1.1.0
* Stable tag: 1.1.0
* Version: 1.2.0
* Stable tag: 1.2.0
* Requires at least: 5.0
* Requires PHP: 7.3
* Tested up to: 6.6
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

define('ALTCHA_VERSION', '1.0.0');
define('ALTCHA_VERSION', '1.2.0');
define('ALTCHA_WEBSITE', 'https://altcha.org/');
define('ALTCHA_WIDGET_VERSION', '0.6.3');
define('ALTCHA_WIDGET_VERSION', '0.6.4');
define('ALTCHA_LANGUAGES', [
"bg" => "Bulgarian",
"ca" => "Catalan",
Expand Down
2 changes: 1 addition & 1 deletion integrations/forminator.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function altcha_forminator_render_widget($html)
altcha_enqueue_scripts();
altcha_enqueue_styles();
$elements = wp_kses($plugin->render_widget($mode, true), AltchaPlugin::$html_espace_allowed_tags);
return str_replace('<button ', $elements . '<button ', $html);
return str_replace('<button class="forminator-button ', $elements . '<button class="forminator-button ', $html);
}
return $html;
}
Loading

0 comments on commit af63b1a

Please sign in to comment.