From 8c4bae189843be642372fd077b87f89d3a7cea67 Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Sat, 14 Oct 2023 23:09:43 -0500 Subject: [PATCH] Bumping version. --- dlx-pmpro-turnstile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlx-pmpro-turnstile.php b/dlx-pmpro-turnstile.php index af2baae..29bb396 100644 --- a/dlx-pmpro-turnstile.php +++ b/dlx-pmpro-turnstile.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro - Add Cloudflare Turnstile * Plugin URI: https://dlxplugins.com/plugins/pmpro-turnstile/ * Description: Add Cloudflare Turnstile to your PMPro login and checkout forms. - * Version: 1.0.0 + * Version: 1.0.1 * Requires at least: 6.1 * Requires PHP: 7.2 * Author: DLX Plugins @@ -18,7 +18,7 @@ namespace DLXPlugins\PMProTurnstile; -define( 'DLX_PMPRO_TURNSTILE_VERSION', '1.0.0' ); +define( 'DLX_PMPRO_TURNSTILE_VERSION', '1.0.1' ); define( 'DLX_PMPRO_TURNSTILE_FILE', __FILE__ ); define( 'DLX_PMPRO_TURNSTILE_PRODUCT_ID', 36132 );