Skip to content

Commit

Permalink
Fixed up project versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Aug 9, 2023
1 parent a024476 commit c813f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies.

### Removed
- Tests: remove invalid tests for WP 6.3

## [1.56.0] - 2023-08-01
### Added
- Add a filter to modify response for the `jetpack.idcUrlValidation` endpoint, add unit test. [#32005]
Expand Down
11 changes: 0 additions & 11 deletions tests/php/test_Signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,22 +366,11 @@ public function get_request_port_data_provider() {
),

// Invalid values.
array(
'',
new stdClass(),
'',
),
array(
'',
'string',
'',
),
array(
'',
array( 'string' ),
'',
),

);
}

Expand Down

0 comments on commit c813f45

Please sign in to comment.