Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SITE-1778: WP-CLI 2.11 #9209

Merged
merged 7 commits into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions source/releasenotes/2024-09-06-wp-cli-2-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: WP-CLI v2.11.0 release now available on Pantheon
published_date: "2024-09-10"
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), allowing you to manage your WordPress installations efficiently with WP-CLI’s powerful commands at your fingertips.

### Highlights

* **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:**
The extension command now supports installing plugins and themes directly from GitHub 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:**
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` is especially helpful for site owners dealing with [highly populated media directories](/release-notes/2024/08/prevent-filesystem-overload).

* **Bug fixes:**
pwtyler marked this conversation as resolved.
Show resolved Hide resolved
WP-CLI 2.11.0 includes numerous bug fixes, with over 250 pull requests merged, addressing both minor and significant issues.

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).
Loading