Skip to content

Commit 8b46bde

Browse files
Jon WaldsteinJon Waldstein
authored andcommitted
chore: update readme
1 parent 27add66 commit 8b46bde

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

give-cloudflare-turnstile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// Register the add-on service provider with the GiveWP core.
4343
add_action(
4444
'before_give_init',
45-
function () {
45+
static function () {
4646
// Check Give min required version.
4747
if (Environment::giveMinRequiredVersionCheck()) {
4848
give()->registerServiceProvider(GiveCloudflareTurnstile\Addon\ServiceProvider::class);

readme.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Requires Give: 3.17.0
99
Requires PHP: 7.2
1010
License: GPLv3
1111

12-
The Cloudflare Turnstile integration for GiveWP protects donation forms from spam by verifying human users without requiring traditional CAPTCHA methods.
12+
Reduce donation spam with Cloudflare turnstile, a user-friendly, privacy-preserving alternative to CAPTCHA
1313

1414
== Description ==
1515
The Cloudflare Turnstile integration for **[GiveWP](https://go.givewp.com/cloud "Visit the GiveWP Website")** secures donation forms against bots. It prevents spam donations by using simple checks to ensure only real humans can submit your forms without choosing how many pictures include a bicycle.
@@ -35,10 +35,6 @@ Stay in touch with us for important plugin news and updates:
3535
* [GiveWP Newsletter](https://go.givewp.com/subcloud)
3636
* [GiveWP Facebook](https://go.givewp.com/fbcloud)
3737

38-
== Installation ==
39-
= Minimum Requirements =
40-
= Setup Instructions =
41-
4238
== Frequently Asked Questions ==
4339
= Does Cloudflare Turnstile work with older donation forms? =
4440
No, the integration only works with forms created using the Visual Donation Form Builder. This feature won’t protect older forms.
@@ -53,8 +49,8 @@ You can adjust settings in your Cloudflare account to fine-tune the behavior, bu
5349

5450
== Screenshots ==
5551

56-
== Development Notes ==
57-
5852
== Changelog ==
53+
= 1.0.0 =
54+
* Initial release of the Cloudflare Turnstile integration for GiveWP.
5955

6056
== Upgrade Notice ==

0 commit comments

Comments
 (0)