Skip to content

Commit

Permalink
Bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Oct 15, 2023
1 parent 42def41 commit 8c4bae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlx-pmpro-turnstile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 );

Expand Down

0 comments on commit 8c4bae1

Please sign in to comment.