Skip to content

Commit

Permalink
chore: prepare for release 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Jul 23, 2024
1 parent f898906 commit d6db81a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions give.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6db81a

Please sign in to comment.