WPupdatePHP / wp-update-php

Library to be bundled with WordPress plugins to enforce users to upgrade to supported PHP versions.
GNU General Public License v2.0
79 stars 11 forks source link

Dynamic checks implemented #45

Closed coenjacobs closed 7 years ago

coenjacobs commented 7 years ago

We can check a little more versions, in a more structured array approach. This pull requests introduces the new argument format and also a checker for WordPress versions, in addition to the already existing PHP version check.