diff --git a/give.php b/give.php index f1064f9912..98a63b6c80 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.14.0 + * Version: 3.14.1 * Requires at least: 6.3 * Requires PHP: 7.2 * Text Domain: give @@ -404,7 +404,7 @@ private function setup_constants() { // Plugin version. if (!defined('GIVE_VERSION')) { - define('GIVE_VERSION', '3.14.0'); + define('GIVE_VERSION', '3.14.1'); } // Plugin Root File. diff --git a/readme.txt b/readme.txt index 332a892aa9..6018588196 100644 --- a/readme.txt +++ b/readme.txt @@ -262,6 +262,9 @@ The 2% fee on Stripe donations only applies to donations taken via our free Stri 10. Use almost any payment gateway integration with GiveWP through our add-ons or by creating your own add-on. == Changelog == += 3.14.1: July 24th, 2024 = +* Fix: Resolved an error with the give_totals shortcode when using multiple form IDs + = 3.14.0: July 17th, 2024 = * Enhancement: Updated the visual donation form builder with various UI design improvements * Enhancement: Updated the form builder design tab preview to be more responsive