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.22k stars 403 forks source link

Add requires_php to JSON API list #413

Closed mgriego closed 3 years ago

mgriego commented 3 years ago

Add requires_php to the JSON API Google Doc as an optional field.

This field was added in WP 5.1: https://github.com/WordPress/WordPress/blob/5.1/wp-admin/includes/class-wp-plugin-install-list-table.php#L507 Currently: https://github.com/WordPress/WordPress/blob/f29d62012dc7817fb52102b6246e101f9caa8a2a/wp-admin/includes/class-wp-plugin-install-list-table.php#L514

YahnisElsts commented 3 years ago

I have added this field to the spreadsheet.