Skip to content

Commit fe7053a

Browse files
author
Jon Waldstein
committed
chore: prepare for release
1 parent 8e17062 commit fe7053a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Diff for: give-cloudflare-turnstile.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Requires Plugins: give
66
* Plugin URI: https://github.com/impress-org/givewp
77
* Description: Reduce donation spam with Cloudflare turnstile, a user-friendly, privacy-preserving alternative to CAPTCHA
8-
* Version: 1.0.0
8+
* Version: 1.1.0
99
* Requires at least: 6.5
1010
* Requires PHP: 7.4
1111
* Author: GiveWP
@@ -23,8 +23,8 @@
2323
define('GIVE_CLOUDFLARE_TURNSTILE_NAME', 'Cloudflare Turnstile');
2424

2525
// Versions
26-
define('GIVE_CLOUDFLARE_TURNSTILE_VERSION', '1.0.0');
27-
define('GIVE_CLOUDFLARE_TURNSTILE_MIN_GIVE_VERSION', '3.17.0');
26+
define('GIVE_CLOUDFLARE_TURNSTILE_VERSION', '1.1.0');
27+
define('GIVE_CLOUDFLARE_TURNSTILE_MIN_GIVE_VERSION', '4.1.0');
2828

2929
// Add-on paths
3030
define('GIVE_CLOUDFLARE_TURNSTILE_FILE', __FILE__);

Diff for: readme.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://givewp.com
44
Tags: donation, spam, captcha, turnstile, security
55
Requires at least: 6.5
66
Tested up to: 6.7
7-
Stable tag: 1.0.0
8-
Requires Give: 3.17.0
7+
Stable tag: 1.1.0
8+
Requires Give: 4.1.0
99
Requires PHP: 7.4
1010
License: GPLv3
1111

@@ -50,6 +50,10 @@ No, the integration only works with forms created using the Visual Donation Form
5050
== Screenshots ==
5151

5252
== Changelog ==
53+
= 1.1.0 =
54+
* New: Added compatibility with GiveWP 4.1.0 and above
55+
* Fix: Resolved an issue when using PayPal Donations
56+
5357
= 1.0.0 =
5458
* Initial release of the Cloudflare Turnstile integration for GiveWP.
5559

Diff for: src/FormExtension/DonationForm/Fields/TurnstileField.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Cloudflare Turnstile field.
1010
* @see https://developers.cloudflare.com/turnstile/get-started/
1111
*
12-
* @unreleased updated to extend SecurityChallenge
12+
* @since 1.1.0 updated to extend SecurityChallenge
1313
* @since 1.0.0
1414
*/
1515
class TurnstileField extends SecurityChallenge {

0 commit comments

Comments
 (0)