Skip to content

Commit 06fa68e

Browse files
committed
v2.1.1
1 parent e7aff7d commit 06fa68e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

altcha.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* GitHub Plugin URI: https://github.com/altcha-org/altcha-wordpress-next
1010
* Primary Branch: main
1111
* Release Asset: true
12-
* Version: 2.1.0
13-
* Stable tag: 2.1.0
12+
* Version: 2.1.1
13+
* Stable tag: 2.1.2
1414
* Requires at least: 5.0
1515
* Requires PHP: 7.3
1616
* Tested up to: 6.8
@@ -38,7 +38,7 @@
3838

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

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

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

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.0
6-
Stable tag: 2.1.0
5+
Version: 2.1.1
6+
Stable tag: 2.1.1
77
Requires at least: 5.0
88
Requires PHP: 7.3
99
Tested up to: 6.8
@@ -49,6 +49,10 @@ Download and install the plugin manually:
4949

5050
== Changelog ==
5151

52+
= 2.1.1 =
53+
* Add WooCommerce default exclusion path !/wc-api/*
54+
* Fix SAPI CLI bypass
55+
5256
= 2.1.0 =
5357
* Multi-site support
5458
* Obfuscation shortcode

0 commit comments

Comments
 (0)