-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add plugin header checking This patch will scan plugin headers for plugins declaring a requirement for WordPress 5.0 and above. * Update patch to use WP_PLUGIN_DIR * Fix a HTML typos, add Requires at least: header to plugin file, and extend plugin checking to screen plugin header and readme as well as listing plugins that don't contain the Requires at least: header * Improved logic to prevent duplicate issue warnings under different sections based on testing feedback * Avoid array use when collecting plugin names from API conflict data
- Loading branch information
Showing
2 changed files
with
75 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters