YahnisElsts / plugin-update-checker

A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
MIT License
2.26k stars 410 forks source link

"Requires PHP" not parsed in JSON input #355

Closed galbaras closed 4 years ago

galbaras commented 4 years ago

wp.org plugins now show PHP compatibility, but I see no code to find "Requires PHP" in the JSON input, or to pass "requires_php" to the WordPress info function.

Please add this.

YahnisElsts commented 4 years ago

This feature has been added to the master branch.