Skip to content

Commit

Permalink
Remove old setTestedWpVersion() in favor of header field
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansechrest authored Aug 8, 2024
1 parent 725ac91 commit c91bdb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function __construct(string $file)
{
(new GitHubUpdater($file))
->setBranch('master')
->setTestedWpVersion('6.5.2')
->add();
}
}
}

0 comments on commit c91bdb7

Please sign in to comment.