Skip to content

Commit

Permalink
Merge pull request #53 from impress-org/feature/recaptcha
Browse files Browse the repository at this point in the history
Add Google ReCaptcha v2 integration
  • Loading branch information
DevinWalker authored Feb 9, 2023
2 parents 26ee64b + 72f7d8d commit 8ad92eb
Show file tree
Hide file tree
Showing 13 changed files with 23,000 additions and 328 deletions.
8 changes: 8 additions & 0 deletions block.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
"type": "integer",
"default": 0
},
"enableRecaptcha": {
"type": "boolean",
"default": false
},
"recaptchaSiteKey": {
"type": "string",
"default": ""
},
"liveMode": {
"type": "boolean",
"default": false
Expand Down
4 changes: 2 additions & 2 deletions donation-block-for-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A beautiful donation form block for Stripe by GiveWP. Accept donations in minutes.
* Requires at least: 5.2
* Requires PHP: 7.2
* Version: 1.2.0
* Version: 1.3.0
* Author: GiveWP
* Author URI: https://givewp.com
* License: GPL-2.0-or-later
Expand All @@ -16,7 +16,7 @@

use GiveDonationBlock\Bootstrap;

define('DONATION_BLOCK_VERSION', '1.2.0');
define('DONATION_BLOCK_VERSION', '1.3.0');
define('DONATION_BLOCK_FILE', __FILE__);
define('DONATION_BLOCK_PATH', plugin_dir_path(__FILE__));
define('DONATION_BLOCK_SCRIPT_ASSET', require(DONATION_BLOCK_PATH . 'build/index.asset.php'));
Expand Down
Loading

0 comments on commit 8ad92eb

Please sign in to comment.