A bugfix release was in order, as the new i18n make-pot command was not properly packaged in v2.0.0!
For this release, 9 contributors have produced 19 pull requests and squashed 12 bugs.
Breaking change
The only thing of note as a (potential) breaking change is “Throw error in theme fetcher on non-lowercase slugs” [#126]. It should turn scenarios that produce a success message and actually failed into error messages instead. However, given the many possible combinations of encodings and filesystem quirks, what should have failed might previously actually have worked out of sheer coincidence instead. This will now throw an error message nevertheless.
Complete change log
wp-cli/wp-cli-bundle
- Add i18n-command dependencies to make-phar [#14]
wp-cli/wp-cli
- Update dependencies and avoid redefining
WP_CLI_ROOT[#4918] - Make
pick_fields()work with numeric headers [#4916] - Automatically rerun failed scenarios [#4906]
- Skip releases that lack a downloadable asset [#4923]
wp-cli/config-command
- Permit use of
wp config editwhen WP isn’t functional [#71]
wp-cli/entity-command
wp-cli/extension-command
- Throw error in theme fetcher on non-lowercase slugs [#126]
- Raise timeout for HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. requests to 1 minute [#125]
- Automatically rerun failed scenarios [#119]
wp-cli/i18n-command
wp-cli/language-command
- Make sure upgrader strings are always in English [#54]
- Slug fixes [#53]
- Automatically rerun failed scenarios [#50]
- Change access to
activate_language()toprivate[#47]
wp-cli/scaffold-command
- PHPCSPHP Code Sniffer PHP Code Sniffer, a popular tool for analyzing code quality. The WordPress Coding Standards rely on PHPCS. template: fix XML error in ruleset [#171]
- Automatically rerun failed scenarios [#170]
Contributor List
@arunsathiya, @danielbachhuber, @javorszky, @jrfnl, @Mr-Alexander, @ocean90, @schlessera, @swissspidy, @wojsmol