You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
Once we have a sufficiently large dataset, it'd be helpful to have a wp plugin gutenberg-compat WP-CLI command that spits out a report of plugin compatibility for a given WP install.
Hosts can then run the command against customer WP installs, and proactively engage when they find incompatibility.
The text was updated successfully, but these errors were encountered:
Today I started writing some code that would consider the "Gutenberg compatibility" of the active plugins in a site. I downloaded the Extract in CSV format to opinions/plugincompatibility.csv and parsed it into an array, keyed by plugin slug.
There were 5001 lines in the original file but only 4998 records in the array.
It turns out you have three duplicates in your top 5000: easy2map, portfolio, cloudinary-image-management-and-manipulation-in-the-cloud-cdn
Once we have a sufficiently large dataset, it'd be helpful to have a
wp plugin gutenberg-compat
WP-CLI command that spits out a report of plugin compatibility for a given WP install.Hosts can then run the command against customer WP installs, and proactively engage when they find incompatibility.
The text was updated successfully, but these errors were encountered: