Skip to content

Commit bfd207f

Browse files
committed
prepare release 1.15.16 and bump tested wordpress version
1 parent 90f830e commit bfd207f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

friendly-captcha/friendly-captcha.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Plugin Name: Friendly Captcha for WordPress
55
* Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
6-
* Version: 1.15.15
6+
* Version: 1.15.16
77
* Requires at least: 5.0
88
* Requires PHP: 7.3
99
* Author: Friendly Captcha GmbH
@@ -19,7 +19,7 @@
1919
die;
2020
}
2121

22-
define('FRIENDLY_CAPTCHA_VERSION', '1.15.15');
22+
define('FRIENDLY_CAPTCHA_VERSION', '1.15.16');
2323
define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18');
2424
define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.10');
2525
define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [

friendly-captcha/readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: friendlycaptcha
33
Tags: captcha, antispam, spam, contact form, recaptcha, friendly-captcha, block spam, anti-spam, comments, elementor
44
Requires at least: 5.0
5-
Tested up to: 6.5
5+
Tested up to: 6.8
66
Requires PHP: 7.3
7-
Stable tag: 1.15.15
7+
Stable tag: 1.15.16
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -96,6 +96,10 @@ However, you may wish to email the authors of plugins you'd like to support Frie
9696

9797
== Changelog ==
9898

99+
= 1.15.16 =
100+
101+
* Verify captcha in WooCommerce reviews
102+
99103
= 1.15.15 =
100104

101105
* Fix loading error in Gravity Forms integration

0 commit comments

Comments
 (0)