Skip to content

Commit

Permalink
Merge pull request #52 from impress-org/feature/stripe-link-51
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker authored Jul 12, 2022
2 parents 94539d4 + 5b5bd8e commit b564378
Show file tree
Hide file tree
Showing 11 changed files with 185 additions and 22,303 deletions.
4 changes: 4 additions & 0 deletions block.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"type": "string",
"default": "Donate Now"
},
"enableLink": {
"type": "boolean",
"default": false
},
"formId": {
"type": "integer",
"default": 0
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.1.1
* Version: 1.2.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.1.1');
define('DONATION_BLOCK_VERSION', '1.2.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 b564378

Please sign in to comment.