Skip to content

Commit 23631f9

Browse files
Include more changes in the readme
1 parent cfdf1f6 commit 23631f9

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

_posts/2016-07-29-version-0.24.0.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ title: Version 0.24.0 released
66

77
Increased minimum supported PHP version to 5.3.29 https://github.com/wp-cli/wp-cli/pull/2672
88

9+
Use `wp cli update` to install v0.24.0, representing [NNN resolved issues and pull requests](https://github.com/wp-cli/wp-cli/issues?q=milestone%3A0.24.0+is%3Aclosed). Here's what's new.
10+
911
### Forked wp-settings no more
1012

1113
@tk
@@ -15,8 +17,11 @@ Increased minimum supported PHP version to 5.3.29 https://github.com/wp-cli/wp-c
1517

1618
#### Improved examples for many commands.
1719

20+
@tk
21+
1822
#### New README.md, homepage, and localization of homepage
1923

24+
@tk
2025

2126
#### New CONTRIBUTING.md
2227

@@ -27,11 +32,30 @@ Increased minimum supported PHP version to 5.3.29 https://github.com/wp-cli/wp-c
2732

2833
[#2755](https://github.com/wp-cli/wp-cli/pull/2755)
2934

35+
[#2974](https://github.com/wp-cli/wp-cli/pull/2974)
36+
37+
https://github.com/wp-cli/wp-cli/pull/3012
38+
https://github.com/wp-cli/wp-cli/pull/3013
39+
https://github.com/wp-cli/wp-cli/pull/3014
40+
https://github.com/wp-cli/wp-cli/pull/3016
41+
https://github.com/wp-cli/wp-cli/pull/3026
42+
https://github.com/wp-cli/wp-cli/pull/3040
43+
https://github.com/wp-cli/wp-cli/pull/3070
44+
https://github.com/wp-cli/wp-cli/pull/3093
45+
https://github.com/wp-cli/wp-cli/pull/3100
46+
https://github.com/wp-cli/wp-cli/pull/3117
47+
https://github.com/wp-cli/wp-cli/pull/3134
48+
https://github.com/wp-cli/wp-cli/pull/3135
49+
https://github.com/wp-cli/wp-cli/pull/3145
50+
https://github.com/wp-cli/wp-cli/pull/3161
51+
https://github.com/wp-cli/wp-cli/pull/3180
52+
3053
### Future of WP-CLI
3154

3255
* Faster release cycles
3356
* Dependency changes in the next release
3457
* Focus on being a platform for WP-CLI community packages
58+
* runcommand / financial stability
3559

3660

3761
### Everything else in 0.24.0
@@ -44,15 +68,25 @@ Command improvements:
4468
* Adds `term recount` command for trigger a recount of taxonomy terms assigned to posts [[#2625](https://github.com/wp-cli/wp-cli/pull/2625), [#2628](https://github.com/wp-cli/wp-cli/pull/2628)].
4569
* Normalizes plugin / theme version numbers and header formatting when scaffolding [[#2644](https://github.com/wp-cli/wp-cli/pull/2644)].
4670
* Introduces `--due-now` to run all cron events due or overdue [[#2658](https://github.com/wp-cli/wp-cli/pull/2658)].
47-
* Permits `wp cron (event|schedule) list` to output a single field [[#2657](https://github.com/wp-cli/wp-cli/pull/2657)].
71+
* Permits `wp cron (event|schedule) list` and `wp option list` to output a single field [[#2657](https://github.com/wp-cli/wp-cli/pull/2657), [#3033](https://github.com/wp-cli/wp-cli/pull/3033)].
4872
* Adds field filtering in cron event list command [[#2674](https://github.com/wp-cli/wp-cli/pull/2674)].
49-
* Includes a `.distignore` file when scaffolding a new plugin, to define files and folders excluded from distributions [[#2697](https://github.com/wp-cli/wp-cli/pull/2697), [#2756](https://github.com/wp-cli/wp-cli/pull/2756)].
73+
* Includes a `.distignore` file when scaffolding a new plugin, to define files and folders excluded from distributions [[#2697](https://github.com/wp-cli/wp-cli/pull/2697), [#2756](https://github.com/wp-cli/wp-cli/pull/2756), [#3042](https://github.com/wp-cli/wp-cli/pull/3042), [#3088](https://github.com/wp-cli/wp-cli/pull/3088)].
5074
* Displays a summary success message when using `--dry-run` with `wp search-replace` [[#2740](https://github.com/wp-cli/wp-cli/pull/2740)].
5175
* Scaffolds plugin based on supported WordPress version [[#2751](https://github.com/wp-cli/wp-cli/pull/2751)].
5276
* Applies extended insert format to search-replace SQL export, for a substantial performance boost [[#2745](https://github.com/wp-cli/wp-cli/pull/2745)].
5377
* Warns with `wp core verify-checksums` when extra files exist in wp-admin or wp-includes [[#2638](https://github.com/wp-cli/wp-cli/pull/2638)].
54-
* Supports `--format=<format>` argument for `wp cap list` [[#2851](https://github.com/wp-cli/wp-cli/pull/2851)].
78+
* Supports `--format=<format>` argument for `wp cap list`, `wp user list-caps`, and `wp super-admin list` [[#2851](https://github.com/wp-cli/wp-cli/pull/2851), [#2961](https://github.com/wp-cli/wp-cli/pull/2961), and [#2949](https://github.com/wp-cli/wp-cli/pull/2949)].
5579
* Accepts multiple term IDs with `wp term url` [[#2865](https://github.com/wp-cli/wp-cli/pull/2865)].
80+
* Support PHP 5.5 Memcache extension when checking cache type [[#2945](https://github.com/wp-cli/wp-cli/pull/2945)].
81+
* Uses `WP_CLI::warning()` when a theme is already active, to make behavior more consistent with plugin activation [[#3015](https://github.com/wp-cli/wp-cli/pull/3015)].
82+
* Adds `--porcelain` flag to `wp db export` [[#3032](https://github.com/wp-cli/wp-cli/pull/3032)].
83+
* Allow the author field to be selected in `wp theme list --fields=<field>` [[#3043](https://github.com/wp-cli/wp-cli/pull/3043)].
84+
* Introduces `wp widget reset <sidebar>`, for removing all widgets from a sidebar and placing them in the inactive sidebar [[#3077](https://github.com/wp-cli/wp-cli/pull/3077)].
85+
* Supports 'trunk' and 'nightly' version arguments for `wp core download` [[#3127](https://github.com/wp-cli/wp-cli/pull/3127)].
86+
* Adds verbosity to `wp role reset` [[#3132](https://github.com/wp-cli/wp-cli/pull/3132), [#3141](https://github.com/wp-cli/wp-cli/pull/3141)].
87+
* Adds `--include-columns=<columns>` argument to `wp search-replace` [[#3142](https://github.com/wp-cli/wp-cli/pull/3142)].
88+
* Adds `--ci=<provider>` argument for `wp plugin test scaffold`, which supports 'travis', 'circle', or 'gitlab' [[#3144](https://github.com/wp-cli/wp-cli/pull/3144), [#3163](https://github.com/wp-cli/wp-cli/pull/3163)].
89+
5690

5791
Framework enhancements:
5892

@@ -62,6 +96,10 @@ Framework enhancements:
6296
* Introduces `--debug=<group>` to limit debug output to a particular group of debug calls [[#2648](https://github.com/wp-cli/wp-cli/pull/2648)].
6397
* Interacts with the Package Index over SSL [[#2720](https://github.com/wp-cli/wp-cli/pull/2720)].
6498
* Supports CSV with spaces when using `--fields=<fields>` [[#2750](https://github.com/wp-cli/wp-cli/pull/2750)].
99+
* Disables WP cron when `ALTERNATE_WP_CRON` is defined [[#3118](https://github.com/wp-cli/wp-cli/pull/3118)].
100+
* Supports positional arguments defined in `wp-cli.yml` [[#3120](https://github.com/wp-cli/wp-cli/pull/3120)].
101+
* Introduce `WP_CLI_STRICT_ARGS_MODE` for dealing with arg ambiguity [[#3128](https://github.com/wp-cli/wp-cli/pull/3128)].
102+
* Registers `--http=<url>` global parameter for use with RESTful WP-CLI [[#3130](https://github.com/wp-cli/wp-cli/pull/3130)].
65103

66104
Bug fixes across the board:
67105

@@ -82,6 +120,13 @@ Bug fixes across the board:
82120
* Only displays packages directory path when it exists [[#2773](https://github.com/wp-cli/wp-cli/pull/2773)].
83121
* Bails early in theme commands if theme is broken or has error [[#2798](https://github.com/wp-cli/wp-cli/pull/2798)].
84122
* Displays error if theme directory exists but is erred; permits force install [[#2821](https://github.com/wp-cli/wp-cli/pull/2821)].
123+
* Fixes PHP notice when installing a child theme, and running `wp theme status` [[#2976](https://github.com/wp-cli/wp-cli/pull/2976), [#3047](https://github.com/wp-cli/wp-cli/pull/3047)].
124+
* Ensures YAML formatter handles objects and `--fields=<fields>` arg [[#3060](https://github.com/wp-cli/wp-cli/pull/3060)].
125+
* Fixes exception in `wp menu list` if `--format=ids` [[#3075](https://github.com/wp-cli/wp-cli/pull/3075)].
126+
* Populates recently active plugins list when deactivating a plugin [[#3068](https://github.com/wp-cli/wp-cli/pull/3068)].
127+
* Respects `wp-cli.yml` default values when applying argument defaults [[#3111](https://github.com/wp-cli/wp-cli/pull/3111)].
128+
* Calls `wp_slash()` on data passed to post, comment, term, and user commands [[#3156](https://github.com/wp-cli/wp-cli/pull/3156), [#3157](https://github.com/wp-cli/wp-cli/pull/3157), [#3158](https://github.com/wp-cli/wp-cli/pull/3158), [#3159](https://github.com/wp-cli/wp-cli/pull/3159), [#3167](https://github.com/wp-cli/wp-cli/pull/3167), [#3173](https://github.com/wp-cli/wp-cli/pull/3173)].
129+
* Appropriately lists duplicated cron events [[#3175](https://github.com/wp-cli/wp-cli/pull/3175)].
85130

86131
Contributors to this release:
87132

0 commit comments

Comments
 (0)