You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2016-10-25-version-0.25.0.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,27 @@ title: Version 0.25.0 released
9
9
10
10
Command improvements:
11
11
12
-
* Displays default core language in `wp core version --extra`[[#3221](https://github.com/wp-cli/wp-cli/pull/3221)].
13
-
* Includes adequate vertical spacing around inserted constants [[#3267](https://github.com/wp-cli/wp-cli/pull/3267)].
14
12
*`wp core config`:
15
-
* Warns when multisite constants can't be inserted into `wp-config.php`, instead of erroneously inserting at the end [[#3272](https://github.com/wp-cli/wp-cli/pull/3272)].
16
13
* Adds comments to generated `wp-config.php` to better match the one provided by WordPress core [[#3312](https://github.com/wp-cli/wp-cli/pull/3312)].
17
14
*`wp core download`:
18
15
* Preserves case for `--version` argument to properly handle release candidates [[#3283](https://github.com/wp-cli/wp-cli/pull/3283)].
16
+
*`wp core multisite-(install|convert)`:
17
+
* Warns when multisite constants can't be inserted into `wp-config.php`, instead of erroneously inserting at the end [[#3272](https://github.com/wp-cli/wp-cli/pull/3272)].
18
+
* Includes adequate vertical spacing around inserted constants [[#3267](https://github.com/wp-cli/wp-cli/pull/3267)].
19
+
*`wp core version`:
20
+
* Displays default core language in `wp core version --extra`[[#3221](https://github.com/wp-cli/wp-cli/pull/3221)].
19
21
*`wp import`:
20
22
* Indicates current file in WXR import progress indicator to communicate the total count is of the current file, not all files [[#3270](https://github.com/wp-cli/wp-cli/pull/3270)].
21
23
*`wp plugin install`:
22
24
* Removes branch names from directories created for Github-based ZIPs [[#3314](https://github.com/wp-cli/wp-cli/pull/3314)].
25
+
*`wp search-replace`:
26
+
* Ensures tables are quoted to support all permitted characters [[#3318](https://github.com/wp-cli/wp-cli/pull/3318)].
27
+
*`wp server`:
28
+
* Supports passing a custom `.ini` file to configure the server [[#3330](https://github.com/wp-cli/wp-cli/pull/3330)].
29
+
*`wp theme install`:
30
+
* Correctly installs parent theme when installing a child theme [[#3301](https://github.com/wp-cli/wp-cli/pull/3301)].
31
+
*`wp user create`:
32
+
* Prevents email notifications when users are created because email notifications should only be sent when `--send-email` is provided [[#3331](https://github.com/wp-cli/wp-cli/pull/3331)].
23
33
24
34
Framework enhancements:
25
35
@@ -33,4 +43,3 @@ Bug fixes across the board:
33
43
* Catches exceptions thrown by `RecursiveDirectoryIterator` when verifying core checksums [[#3266](https://github.com/wp-cli/wp-cli/pull/3266)].
34
44
* Passes slashed data in meta commands [[#3274](https://github.com/wp-cli/wp-cli/pull/3274)].
35
45
* Ensures appropriate WP-CLI package index URL is used in the `composer.json`[[#3276](https://github.com/wp-cli/wp-cli/pull/3276)].
36
-
* Correctly installs parent theme when installing a child theme [[#3301](https://github.com/wp-cli/wp-cli/pull/3301)].
0 commit comments