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
* 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
+
*`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
+
* 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
+
*`wp core download`:
18
+
* Preserves case for `--version` argument to properly handle release candidates [[#3283](https://github.com/wp-cli/wp-cli/pull/3283)].
19
+
*`wp import`:
20
+
* 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
+
*`wp plugin install`:
22
+
* Removes branch names from directories created for Github-based ZIPs [[#3314](https://github.com/wp-cli/wp-cli/pull/3314)].
23
+
24
+
Framework enhancements:
25
+
26
+
* Updates Composer-based dependencies to latest [[#3257](https://github.com/wp-cli/wp-cli/pull/3257)].
27
+
* Properly handles registering an instantiated object as a command [[#3269](https://github.com/wp-cli/wp-cli/pull/3269)].
28
+
29
+
Bug fixes across the board:
30
+
31
+
* Defines all requisite dependencies for PHP 7 on Debian-based systems [[#3208](https://github.com/wp-cli/wp-cli/pull/3208)].
32
+
* Ensures `site --site_id= -> site --network_id=` backwards compat shim only affects `wp site create`[[#3227](https://github.com/wp-cli/wp-cli/pull/3227)].
33
+
* Catches exceptions thrown by `RecursiveDirectoryIterator` when verifying core checksums [[#3266](https://github.com/wp-cli/wp-cli/pull/3266)].
34
+
* Passes slashed data in meta commands [[#3274](https://github.com/wp-cli/wp-cli/pull/3274)].
35
+
* 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