From db0eb20aac6edd188503a9c5ba0104add562d915 Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Tue, 17 Dec 2024 17:14:53 -0500 Subject: [PATCH 1/2] chore: prepare for release 3.19.2 --- give.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/give.php b/give.php index b440512da2..2b3fb75711 100644 --- a/give.php +++ b/give.php @@ -6,7 +6,7 @@ * Description: The most robust, flexible, and intuitive way to accept donations on WordPress. * Author: GiveWP * Author URI: https://givewp.com/ - * Version: 3.19.1 + * Version: 3.19.2 * Requires at least: 6.5 * Requires PHP: 7.2 * Text Domain: give @@ -411,7 +411,7 @@ private function setup_constants() { // Plugin version. if (!defined('GIVE_VERSION')) { - define('GIVE_VERSION', '3.19.1'); + define('GIVE_VERSION', '3.19.2'); } // Plugin Root File. diff --git a/readme.txt b/readme.txt index bc297898c2..b1b7eeb0f4 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: donation, donate, recurring donations, fundraising, crowdfunding Requires at least: 6.5 Tested up to: 6.7 Requires PHP: 7.2 -Stable tag: 3.19.1 +Stable tag: 3.19.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -266,6 +266,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro 10. Use almost any payment gateway integration with GiveWP through our add-ons or by creating your own add-on. == Changelog == += 3.19.2: December 17th, 2024 = +* Fix: Resolved an issue with the custom donation amount field and certain languages like Swedish that was resulting in additional zero values being added + = 3.19.1: December 17th, 2024 = * Fix: Resolved an issue with PayPal where some fields were not being validated properly before processing the donation * Fix: Resolved an issue with PayPal and emails with a plus sign trying to connect to GiveWP From c364606a959eae054d7f78c91cc44ac51abf3956 Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Tue, 17 Dec 2024 17:20:37 -0500 Subject: [PATCH 2/2] chore: update readme --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index b1b7eeb0f4..a1617c9973 100644 --- a/readme.txt +++ b/readme.txt @@ -267,7 +267,7 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == = 3.19.2: December 17th, 2024 = -* Fix: Resolved an issue with the custom donation amount field and certain languages like Swedish that was resulting in additional zero values being added +* Fix: Resolved an issue with the custom donation amount field where using certain languages like Swedish were resulting in additional zero values being added = 3.19.1: December 17th, 2024 = * Fix: Resolved an issue with PayPal where some fields were not being validated properly before processing the donation