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

Commit 3dccf90

Browse files
committed
1.17.0
1 parent af03e5e commit 3dccf90

4 files changed

Lines changed: 22 additions & 1739 deletions

File tree

altcha.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
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.16.0
11-
* Stable tag: 1.16.0
10+
* Version: 1.17.0
11+
* Stable tag: 1.17.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.16.0');
19+
define('ALTCHA_VERSION', '1.17.0');
2020
define('ALTCHA_WEBSITE', 'https://altcha.org/');
21-
define('ALTCHA_WIDGET_VERSION', '1.0.0');
21+
define('ALTCHA_WIDGET_VERSION', '1.2.0');
2222

2323
// required for is_plugin_active
2424
require_once ABSPATH . 'wp-admin/includes/plugin.php';

0 commit comments

Comments
 (0)