Skip to content

Commit

Permalink
Bump version and add changelog for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Feb 9, 2023
1 parent 4139005 commit 3d22fb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.3.0
* Version: 1.3.1
* 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.3.0');
define('DONATION_BLOCK_VERSION', '1.3.1');
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
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: givewp, dlocc, jasontheadams, webdevmattcrom
Tags: donation, donate, stripe, fundraise, block
Tested up to: 6.2
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -133,7 +133,7 @@ Not currently. For access to Stripe donation forms with support for recurring do
== Changelog ==

= 1.3.1 =
* Fix: Prevent JS error when using the ReCAPTCHA option for the first time. Also resolve noticed in PHP 8.0+.
* Fix: Prevent JS error when using the ReCAPTCHA option for the first time. Also resolve PHP notice in PHP 8.0+ causing annoyances.

= 1.3.0 =
* New: 🤖❌ Added an integration with Google reCAPTCHA version 2 to help prevent spam donations.
Expand Down

0 comments on commit 3d22fb2

Please sign in to comment.