Skip to content

Commit 2d06ea8

Browse files
Edits
1 parent d3c71d1 commit 2d06ea8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_posts/2016-11-29-version-1.0.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This release represents a level of maturity few open source projects achieve. It
1212

1313
Now that the issue backlog is [down to zero](https://twitter.com/danielbachhuber/status/802951083354009600), I'm personally looking forward to getting more ideas cooking for [runcommand](https://runcommand.io/), my own WP-CLI innovation studio.
1414

15-
Headed to Philly this week? I'll be at Post Status Publish and WCUS (although only until mid-afternoon Friday). Say hello!
15+
Headed to Philly this week? I'll be at Post Status Publish and WCUS (although only until mid-afternoon Friday). Say hello - [@danielbachhuber](https://twitter.com/danielbachhuber)!
1616

1717
On with the show...
1818

@@ -27,12 +27,14 @@ With `WP_CLI::runcommand()`, you can:
2727
* Return STDOUT generated by the command, or all command execution details (STDOUT, STDERR, return_code) as an object.
2828
* Optionally parse captured STDOUT as JSON.
2929

30-
Relevant pull requests include: [#3605](https://github.com/wp-cli/wp-cli/pull/3605), [#3619](https://github.com/wp-cli/wp-cli/pull/3619), [#3621](https://github.com/wp-cli/wp-cli/pull/3621)
30+
Relevant pull requests include: [#3605](https://github.com/wp-cli/wp-cli/pull/3605), [#3619](https://github.com/wp-cli/wp-cli/pull/3619), [#3621](https://github.com/wp-cli/wp-cli/pull/3621).
3131

3232
### Breaking changes: Uses return code 1 when batch operation partially fails.
3333

3434
Some commands support performing the same operation against multiple resources (e.g. updating two or more plugins with `wp plugin update akismet hello`). Previously, if one of the operations failed (e.g. a plugin update failed to be downloaded), WP-CLI would display a warning, continue on, and exit with return code 0. Beginning in v1.0.0, WP-CLI uses return code 1 when one or more operations fails.
3535

36+
See [this issue](https://github.com/wp-cli/wp-cli/issues/3577) for more background and rationale.
37+
3638
Affected commands include:
3739

3840
* `wp media (regenerate|import)`
@@ -46,16 +48,14 @@ Affected commands include:
4648

4749
Use `WP_CLI\Utils\report_batch_operation_results()` ([doc](/docs/internal-api/wp-cli-utils-report-batch-operation-results/)) in your custom WP-CLI commands to more easily support this behavior.
4850

49-
See [this issue](https://github.com/wp-cli/wp-cli/issues/3577) for more background and rationale.
50-
51-
Relevant pull requests include: [#3584](https://github.com/wp-cli/wp-cli/pull/3584), [#3583](https://github.com/wp-cli/wp-cli/pull/3583), [#3582](https://github.com/wp-cli/wp-cli/pull/3582), [#3585](https://github.com/wp-cli/wp-cli/pull/3585), [#3586](https://github.com/wp-cli/wp-cli/pull/3586), [#3588](https://github.com/wp-cli/wp-cli/pull/3588)
51+
Relevant pull requests include: [#3584](https://github.com/wp-cli/wp-cli/pull/3584), [#3583](https://github.com/wp-cli/wp-cli/pull/3583), [#3582](https://github.com/wp-cli/wp-cli/pull/3582), [#3585](https://github.com/wp-cli/wp-cli/pull/3585), [#3586](https://github.com/wp-cli/wp-cli/pull/3586), [#3588](https://github.com/wp-cli/wp-cli/pull/3588).
5252

5353
### Everything else in 1.0.0
5454

5555
New commands:
5656

5757
* `wp package update` - Update all installed WP-CLI packages to their latest version.
58-
* `wp scaffold theme-tests` - Scaffold unit tests for themes.
58+
* `wp scaffold theme-tests` - Scaffold PHPUnit tests for themes.
5959

6060
Command improvements:
6161

0 commit comments

Comments
 (0)