wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
87 stars 82 forks source link

Further improve SQLite testing #379

Closed swissspidy closed 8 months ago

swissspidy commented 8 months ago

Follow-up to #378

All the remaining failed tests are because of a PHP < 7.3 compatibility bug in the SQLite plugin, see https://github.com/WordPress/sqlite-database-integration/pull/57

One functionality change included (enhancement):

This adds support for filtering themes/plugins by their auto_update status.

Related: https://github.com/wp-cli/wp-cli/issues/5859