Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein authored and Jon Waldstein committed Oct 29, 2024
1 parent 27add66 commit 8b46bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion give-cloudflare-turnstile.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// Register the add-on service provider with the GiveWP core.
add_action(
'before_give_init',
function () {
static function () {
// Check Give min required version.
if (Environment::giveMinRequiredVersionCheck()) {
give()->registerServiceProvider(GiveCloudflareTurnstile\Addon\ServiceProvider::class);
Expand Down
10 changes: 3 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Requires Give: 3.17.0
Requires PHP: 7.2
License: GPLv3

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

== Description ==
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.
Expand All @@ -35,10 +35,6 @@ Stay in touch with us for important plugin news and updates:
* [GiveWP Newsletter](https://go.givewp.com/subcloud)
* [GiveWP Facebook](https://go.givewp.com/fbcloud)

== Installation ==
= Minimum Requirements =
= Setup Instructions =

== Frequently Asked Questions ==
= Does Cloudflare Turnstile work with older donation forms? =
No, the integration only works with forms created using the Visual Donation Form Builder. This feature won’t protect older forms.
Expand All @@ -53,8 +49,8 @@ You can adjust settings in your Cloudflare account to fine-tune the behavior, bu

== Screenshots ==

== Development Notes ==

== Changelog ==
= 1.0.0 =
* Initial release of the Cloudflare Turnstile integration for GiveWP.

== Upgrade Notice ==

0 comments on commit 8b46bde

Please sign in to comment.