ClassicPress / ClassicPress-Migration-Plugin

Switch your WordPress installation to ClassicPress.
Other
26 stars 20 forks source link

Implement PHP version checking based on migration API endpoint #90

Closed mattyrob closed 3 years ago

mattyrob commented 3 years ago

See also: https://github.com/ClassicPress/ClassicPress-APIs/pull/31

This PR alters checking of supported PHP versions to utilise data from the migration API endpoint with the aim of stopping migration on WordPress sites that are using PHP version 8.0 and higher.

nylen commented 3 years ago

Thanks!