From 68dca3e7aaefd3e14c79ab855b51d4bc342a731a Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Wed, 23 Oct 2024 16:39:50 -0400 Subject: [PATCH] refactor: rename plugin file to give- to appease the activation hook --- ...wp-cloudflare-turnstile.php => give-cloudflare-turnstile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename givewp-cloudflare-turnstile.php => give-cloudflare-turnstile.php (96%) diff --git a/givewp-cloudflare-turnstile.php b/give-cloudflare-turnstile.php similarity index 96% rename from givewp-cloudflare-turnstile.php rename to give-cloudflare-turnstile.php index 57de134..eb53732 100644 --- a/givewp-cloudflare-turnstile.php +++ b/give-cloudflare-turnstile.php @@ -20,7 +20,7 @@ defined('ABSPATH') or exit; // Add-on name -define('GIVE_CLOUDFLARE_TURNSTILE_NAME', 'Give - Cloudflare Turnstile'); +define('GIVE_CLOUDFLARE_TURNSTILE_NAME', 'Cloudflare Turnstile'); // Versions define('GIVE_CLOUDFLARE_TURNSTILE_VERSION', '1.0.0');