Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Sep 25, 2024
1 parent 48006af commit d4084a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/donors/class-give-donors-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ private function get_order_query() {
// Create query.
foreach ( $ordersby as $orderby => $order ) {
/**
* @unreleased Prevent SQL Injection by not using the user defined order value directly in the query.
* @since 3.16.2 Prevent SQL Injection by not using the user defined order value directly in the query.
*/
$sanitizedOrder = $order === 'ASC' ? 'ASC' : 'DESC';

Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ The 2% fee on Stripe donations only applies to donations taken via our free Stri
* Enhancement: Updated the strings in the form builder onboarding buttons to be translatable (Open source submission by @DAnn2012)
* Enhancement: Updated strings in give settings to be translatable (Open source submission by @DAnn2012)
* Security: Added additional prevention for serialized data in the option-based donation form request
* Security: Added additional security measures to the legacy donor list table request (CVE-2024-9130)
* Fix: Resolved a styling issue with some text fields not respecting error border styling
* Fix: Resolved a styling issue with the anonymous block for WP 6.6 compatibility
* Dev: Removed defaultProps in favor of ES6 default parameters for React 19 compatibility
Expand Down

0 comments on commit d4084a7

Please sign in to comment.