File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ author : danielbachhuber
4+ title : Version 0.24.0 released
5+ ---
6+
7+
8+ ### Everything else in 0.24.0
9+
10+ Command improvements:
11+
12+ * Adds a newline when using the ` wp shell ` interactive prompt [[ #2601 ] ( https://github.com/wp-cli/wp-cli/pull/2601 )] .
13+ * Improves formatting of scaffolded plugins [[ #2588 ] ( https://github.com/wp-cli/wp-cli/pull/2588 ) , [ #2598 ] ( https://github.com/wp-cli/wp-cli/pull/2598 )] .
14+ * Introduces ` --format=ids ` to ` wp (*) generate ` commands for easier chaining [[ 2622] ( https://github.com/wp-cli/wp-cli/pull/2622 )] .
15+
16+ Framework enhancements:
17+
18+ * Uses ` is_callable() ` in ` WP_CLI::add_command() ` , instead of custom logic [[ #2595 ] ( https://github.com/wp-cli/wp-cli/pull/2595 )] .
19+
20+ Bug fixes across the board:
21+
22+ * Mitigates a DateTime fatal when instantiating the Composer object [[ #2607 ] ( https://github.com/wp-cli/wp-cli/pull/2607 )] .
23+ * Squashes ` wp export ` notice about ` skip_comments ` [[ #2620 ] ( https://github.com/wp-cli/wp-cli/pull/2620 )]
24+
25+ Contributors to this release:
26+
27+ You can browse the full list of [ resolved issues] ( https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.24.0+is%3Aclosed ) on Github.
You can’t perform that action at this time.
0 commit comments