Skip to content

Commit

Permalink
Fix "Invalid Request" response from https://connect.advancedcustomfie…
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 27, 2024
1 parent cd33190 commit 7dc881b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/scripts/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,22 @@ function run( $command, &$result_code = null ) {
'key' => $acf_pro_license,
'slug' => 'advanced-custom-fields-pro',
'basename' => $basename,
'version' => '1.0.0',
'version' => '6.2',
]
];

$data_wp = [
'wp_name' => 'acf',
'wp_version' => '6.3',
'wp_name' => 'acf',
'wp_url' => 'http:https://acf.local',
'wp_version' => '6.3',
'wp_language' => 'en-US',
'wp_timezone' => '',
'wp_multisite' => 0,
'php_version' => '8',
];

$data_acf = [
'acf_version' => '1.0.0',
'acf_version' => '6.2',
'acf_pro' => true,
'block_count' => 0,
];
Expand Down

0 comments on commit 7dc881b

Please sign in to comment.