Skip to content

Commit c00e0d2

Browse files
Edits
1 parent ab6c3fc commit c00e0d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Command improvements:
114114
* Adds `--include-columns=<columns>` argument to `wp search-replace` [[#3142](https://github.com/wp-cli/wp-cli/pull/3142)].
115115
* 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)].
116116

117-
118117
Framework enhancements:
119118

120119
* Uses `is_callable()` in `WP_CLI::add_command()`, instead of custom logic [[#2595](https://github.com/wp-cli/wp-cli/pull/2595)].
@@ -125,7 +124,7 @@ Framework enhancements:
125124
* Supports CSV with spaces when using `--fields=<fields>` [[#2750](https://github.com/wp-cli/wp-cli/pull/2750)].
126125
* Disables WP cron when `ALTERNATE_WP_CRON` is defined [[#3118](https://github.com/wp-cli/wp-cli/pull/3118)].
127126
* Supports positional arguments defined in `wp-cli.yml` [[#3120](https://github.com/wp-cli/wp-cli/pull/3120)].
128-
* Introduce `WP_CLI_STRICT_ARGS_MODE` for dealing with arg ambiguity [[#3128](https://github.com/wp-cli/wp-cli/pull/3128)].
127+
* Introduces `WP_CLI_STRICT_ARGS_MODE` for dealing with arg ambiguity [[#3128](https://github.com/wp-cli/wp-cli/pull/3128)].
129128
* Registers `--http=<url>` global parameter for use with RESTful WP-CLI [[#3130](https://github.com/wp-cli/wp-cli/pull/3130)].
130129
* Introduces `WP_CLI::add_wp_hook()`, for adding actions and filters when you don't yet have access to actions and filters [[#3195](https://github.com/wp-cli/wp-cli/pull/3195)].
131130

0 commit comments

Comments
 (0)