As it turns out, refactoring can introduce bugs. Who knew?!
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ v1.2.1 fixes a few regressions introduced in v1.2.0:
- Properly registers commands to existing namespaces when defined by plugins [#4123, #4130].
- Restores compatibility with using WP-CLI as a dependency of a Composer-based WordPress install [#4126].
- Only forces use of
/usr/bin/mysqlon *nix systems [#4132]. - Improves wordwrapping by using total columns in terminal, instead of an arbitrary width [#4133].
Want to help us catch these bugs earlier? Run wp cli update --nightly in your local and staging environments to use the latest and greatest.
Contributors to this release (4 total): danielbachhuber, gitlost, schlessera, szepeviktor