From f919b18476c65f8670167b4373c5ab9d0781f00c Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:16:02 +0700 Subject: [PATCH] 1.13.1 --- altcha.php | 6 +++--- readme.txt | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/altcha.php b/altcha.php index 01eac46..c0b472d 100644 --- a/altcha.php +++ b/altcha.php @@ -7,8 +7,8 @@ * 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.13.0 - * Stable tag: 1.13.0 + * Version: 1.13.1 + * Stable tag: 1.13.1 * Requires at least: 5.0 * Requires PHP: 7.3 * Tested up to: 6.6 @@ -16,7 +16,7 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.html */ -define('ALTCHA_VERSION', '1.13.0'); +define('ALTCHA_VERSION', '1.13.1'); define('ALTCHA_WEBSITE', 'https://altcha.org/'); define('ALTCHA_WIDGET_VERSION', '1.0.0'); define('ALTCHA_LANGUAGES', [ diff --git a/readme.txt b/readme.txt index b6b5faa..ba15c89 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Tags: altcha, captcha, spam, anti-spam, anti-bot, antispam, recaptcha, hcaptcha, gdpr Author: Altcha.org Author URI: https://altcha.org -Version: 1.13.0 -Stable tag: 1.13.0 +Version: 1.13.1 +Stable tag: 1.13.1 Requires at least: 5.0 Requires PHP: 7.3 Tested up to: 6.6 @@ -96,6 +96,9 @@ All source code for the plugin, and the ALTCHA widget is available on GitHub. In == Changelog == += 1.13.1 = +* Ignore WooCommerce form submissions in WordPress integration [#30] + = 1.13.0 = * WooCommerce integration [#26] * Improved validation message [#27]