Skip to content

Commit

Permalink
Update API for new WordPress 6.7 Release (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: mattyrob <mattyrob@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mattyrob authored Nov 14, 2024
1 parent b6c98c1 commit 45085af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1/migration/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
// WordPress versions allowed for migration.
'wordpress' => [
'min' => '4.9.0',
'max' => '6.6.2',
'max' => '6.7',
'other' => [
'#^4\.9$#',
'#^6\.7-(alpha|beta|rc)#i',
'#^6\.8-(alpha|beta|rc)#i',
],
],
// ClassicPress build to use for migration.
Expand Down

0 comments on commit 45085af

Please sign in to comment.