From 3d22fb2b6da9342c64defb84d6a2321c2e74e46d Mon Sep 17 00:00:00 2001 From: devinwalker Date: Wed, 8 Feb 2023 18:19:29 -0800 Subject: [PATCH] Bump version and add changelog for 1.3.1 --- donation-block-for-stripe.php | 4 ++-- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/donation-block-for-stripe.php b/donation-block-for-stripe.php index 7f294de..48ccb6b 100644 --- a/donation-block-for-stripe.php +++ b/donation-block-for-stripe.php @@ -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 @@ -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')); diff --git a/readme.txt b/readme.txt index f28f003..56ca83b 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.