Skip to content

Commit 8d1c4ab

Browse files
committed
v2.1.2
1 parent bdaaa9f commit 8d1c4ab

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

altcha.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
* GitHub Plugin URI: https://github.com/altcha-org/altcha-wordpress-next
1010
* Primary Branch: main
1111
* Release Asset: true
12-
* Version: 2.1.1
12+
* Version: 2.1.2
1313
* Stable tag: 2.1.2
1414
* Requires at least: 5.0
1515
* Requires PHP: 7.3
16-
* Tested up to: 6.8
16+
* Tested up to: 6.9
1717
* License: END-USER LICENSE AGREEMENT (EULA)
1818
* License URI: https://altcha.org/docs/v2/wordpress/eula
1919
*
@@ -38,7 +38,7 @@
3838

3939
if (! defined("ABSPATH")) exit;
4040

41-
define("ALTCHA_PLUGIN_VERSION", "2.1.1");
41+
define("ALTCHA_PLUGIN_VERSION", "2.1.2");
4242

4343
include_once(ABSPATH . "wp-admin/includes/plugin.php");
4444

public/vendor/admin-app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Tags: altcha, captcha, recaptcha, hcaptcha, spam, anti-spam, anti-bot
33
Author: Altcha.org
44
Author URI: https://altcha.org
5-
Version: 2.1.1
6-
Stable tag: 2.1.1
5+
Version: 2.1.2
6+
Stable tag: 2.1.2
77
Requires at least: 5.0
88
Requires PHP: 7.3
9-
Tested up to: 6.8
9+
Tested up to: 6.9
1010
License: END-USER LICENSE AGREEMENT (EULA)
1111
License URI: https://altcha.org/docs/v2/wordpress/eula
1212

@@ -49,6 +49,15 @@ Download and install the plugin manually:
4949

5050
== Changelog ==
5151

52+
= 2.1.2 =
53+
* Add EventPrime plugin defaults
54+
* Add "Tested up to" with WP 6.9
55+
* Fix minor UI issues
56+
57+
= 2.1.1 =
58+
* Add WooCommerce default exclusion path !/wc-api/*
59+
* Fix SAPI CLI bypass
60+
5261
= 2.1.1 =
5362
* Add WooCommerce default exclusion path !/wc-api/*
5463
* Fix SAPI CLI bypass

0 commit comments

Comments
 (0)