Closed bobbingwide closed 4 years ago
Current solution I’ve prototyped displays different columns;
Active Installs and Rating instead of Requires and Last update.
Need to decide what goes in wporg_downloads.csv
Having tried this routine out on the latest list of plugins I've got some additional requirements.
This should eliminate plugins such as wysiwyg-widgets
from appearing in a list of plugins for the WordPress block editor
Version 1.0.0-alpha-20191107 has a couple of issues:
gtrans
it finds gtranslate
and for nextgen-Gallery
It finds all the extensionsmatches
- see belowmatches
parameter for exact matches I’ve developed fixes for the first 3 of the above problems and used them to create posts for the following:
For the Gutenberg list I also want to able to compare by date. Any plugin with a last update before WordPress 5.0 could be excluded on the basis that it couldn’t possibly have working blocks.
The code is now live on https://top-10-wp-plugins.com so I'm going to close this even though not everything is PHPUnit tested yet.
Using top 10 logic implement a simple search for the top 10 plugins that match a set of keywords but don’t match a set of other keywords.
Requirements
[top10 2]
The Plugin links to the wordpress.org entry, by slug.
[top10 include=gutenberg,block exclude=spam,IP,blocker]
WIBNI: there was an option to display the plugin’s details on a show more / hover.
Proposed solution
Use cases
Limitations