Skip to content

Commit

Permalink
chore: prepere for release 3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Oct 9, 2024
1 parent db0ea4f commit 4ea54ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions includes/process-donation.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function give_donation_form_validate_fields() {
/**
* Detect serialized fields.
*
* @unreleased updated to check all values for serialized fields
* @since 3.16.4 updated to check all values for serialized fields
* @since 3.16.2 added additional check for stripslashes_deep
* @since 3.14.2 add give-form-title, give_title
* @since 3.5.0
Expand Down Expand Up @@ -1622,7 +1622,7 @@ function give_validate_required_form_fields( $form_id ) {
*
* @param array $post_data List of post data.
*
* @unreleased Add additional validation for company name field
* @since 3.16.4 Add additional validation for company name field
* @since 3.16.3 Add additional validations for name title prefix field
* @since 2.1
*
Expand Down
4 changes: 2 additions & 2 deletions tests/includes/legacy/tests-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function test_give_form_get_default_level() {
}

/**
* @unreleased
* @since 3.16.4
* @dataProvider give_donation_form_has_serialized_fields_data
*/
public function test_give_donation_form_has_serialized_fields(array $fields, bool $expected): void
Expand All @@ -101,7 +101,7 @@ public function test_give_donation_form_has_serialized_fields(array $fields, boo
}

/**
* @unreleased
* @since 3.16.4
*/
public function give_donation_form_has_serialized_fields_data(): array
{
Expand Down

0 comments on commit 4ea54ac

Please sign in to comment.