Version 0.8.0 is now available.
Changelog
Commands:
- added
wp search-replace. hat tip to interconnectit/Search-Replace-DB - added
wp scaffold - added
wp cap - added
wp user add-role - added
--roleparameter towp user remove-role - added
--idsparameter towp user list - added
--post__inparameter towp export - added
--strparameter to mostwp dbsubcommands - removed community commands (
wp total-cache,wp super-cache,wp sitemap) - made
wp post updateaccept multiple IDs - fixed incorrect exit code from
wp core is-installedin some cases - fixed
wp user import-csv - fixed
wp theme update <theme> - fixed
wp plugin update <plugin>not reactivating the pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party.
Internals:
- added support for
wp-cli.ymlconfig file - bypass full-page caching plugins
- disabled coloring when not in a TTY and added
--color/no-colorglobal parameters - added
--debugglobal parameter - added
wp --infoutility - added unit tests for
wp coresubcommands - Composer compatibility
You can also browse the full list of resolved issues.
Contributors to this release: danielbachhuber, ericmann, jmslbam, milesj, mwilliamson, scribu, sebastiaandegeus.