Skip to content

Commit

Permalink
Update 2024-09-06-wp-cli-2-11.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IngridKwok authored Sep 10, 2024
1 parent ec3c91e commit cfaeb87
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/releasenotes/2024-09-06-wp-cli-2-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ categories: [wordpress]

We're thrilled to announce the availability of WP-CLI v2.11.0 on the Pantheon platform.

WP-CLI is easily accessible for any WordPress site on Pantheon through our CLI, [Terminus](/terminus). Manage your WordPress installations efficiently with the power of WP-CLI at your fingertips.
WP-CLI is easily accessible for any WordPress site on Pantheon through our CLI, [Terminus](/terminus), allowing you to manage your WordPress installations efficiently with WP-CLI’s powerful commands at your fingertips.

<h3>Highlights</h3>

* **New Site Generator Command:**
* **New site generator command:**
This new command has been added to create multiple sites programmatically in a multisite installation. This is useful for testing or development purposes.

* **GitHub Release Installation Support:**
* **GitHub release installation support:**
The extension command now supports installing plugins and themes directly from GitHub releases.

* **Adds minor and patch limitations to theme updates:**
Now, like plugins, themes can be updated only to their latest minor or patch releases
* **Minor and patch limitations for theme updates:**
Themes can now be updated only to their latest minor or patch releases, similar to plugins.

* **New "user exists" command**
* **New "user exists" command:**
A new `wp user exists` command allows for quick checks on whether a user exists in the WordPress database.

* **Option to delete unknown image sizes**
The new `--delete-unknown` flag added to `wp media regenerate` may be of particular interest to site owners dealing with [highly populated media directories](/2024/08/prevent-filesystem-overload).
* **Option to delete unknown image sizes:**
The new `--delete-unknown` flag added to `wp media regenerate` is especially helpful for site owners dealing with [highly populated media directories](/2024/08/prevent-filesystem-overload).

* **Bug fixes:**
WP-CLI 2.11.0 fixes "a lot of small and not so small bugs" with more than 250 pull requests merged.
WP-CLI 2.11.0 includes numerous bug fixes, with over 250 pull requests merged, addressing both minor and significant issues.

For those who love diving into the details, we encourage you to explore the [detailed WP-CLI changelog](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes).
For a deeper dive into all the changes, we encourage you to explore the [detailed WP-CLI changelog](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-0-release-notes).

0 comments on commit cfaeb87

Please sign in to comment.