Skip to content

Commit

Permalink
chore: prepare for 2.33.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelablake committed Sep 18, 2023
1 parent ed6831f commit f526a5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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: 2.33.1
* Version: 2.33.2
* Requires at least: 5.0
* Requires PHP: 7.0
* Text Domain: give
Expand Down Expand Up @@ -316,7 +316,7 @@ private function setup_constants()
{
// Plugin version.
if (!defined('GIVE_VERSION')) {
define('GIVE_VERSION', '2.33.1');
define('GIVE_VERSION', '2.33.2');
}

// Plugin Root File.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: donation, donate, recurring donations, fundraising, crowdfunding
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.0
Stable tag: 2.33.1
Stable tag: 2.33.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -258,6 +258,9 @@ The 2% fee on Stripe donations only applies to donations taken via our free Stri
8. GiveWP has a dedicated support team to help answer any questions you may have and help you through stumbling blocks.

== Changelog ==
= 2.33.1: August 31st, 2023 =
* Fix: Add validation for form status to prevent donations to donation forms with the status of "Trash"

= 2.33.1: August 31st, 2023 =
* Security: The donor default user role has been sanitized to prevent privilege escalation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private function validateGatewayNonce(string $gatewayNonce)
/**
* Validate Donation Form Status
*
* @unreleased
* @since 2.33.2
*/
private function validateDonationFormStatus(int $formId)
{
Expand Down

0 comments on commit f526a5c

Please sign in to comment.