From a759695c206c2c19a9ca7d7c25763ec1aa0be033 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Fri, 6 Sep 2024 13:01:01 -0700 Subject: [PATCH 1/7] SITE-1778: WP-CLI 2.11 --- source/releasenotes/2024-09-06-wp-cli-2-11.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/releasenotes/2024-09-06-wp-cli-2-11.md diff --git a/source/releasenotes/2024-09-06-wp-cli-2-11.md b/source/releasenotes/2024-09-06-wp-cli-2-11.md new file mode 100644 index 0000000000..9173850a16 --- /dev/null +++ b/source/releasenotes/2024-09-06-wp-cli-2-11.md @@ -0,0 +1,24 @@ +--- +title: WP-CLI v2.11.0 release now available on Pantheon +published_date: "2024-09-06" +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. + +

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. + +* **Adds minor and patch limitations to theme updates:** +Now, like plugins, themes can be updated only to their latest minor or patch releases +* **Bug fixes:** +WP-CLI 2.11.0 fixes "a lot of small and not so small bugs" with more than 250 pull requests merged. + +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). From fcac93b80988b57b4a9c6aa7c3a354b4c20ef67a Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Mon, 9 Sep 2024 17:04:34 -0700 Subject: [PATCH 2/7] Update source/releasenotes/2024-09-06-wp-cli-2-11.md Co-authored-by: Chris Reynolds --- source/releasenotes/2024-09-06-wp-cli-2-11.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/releasenotes/2024-09-06-wp-cli-2-11.md b/source/releasenotes/2024-09-06-wp-cli-2-11.md index 9173850a16..c5575f4309 100644 --- a/source/releasenotes/2024-09-06-wp-cli-2-11.md +++ b/source/releasenotes/2024-09-06-wp-cli-2-11.md @@ -18,6 +18,7 @@ The extension command now supports installing plugins and themes directly from G * **Adds minor and patch limitations to theme updates:** Now, like plugins, themes can be updated only to their latest minor or patch releases + * **Bug fixes:** WP-CLI 2.11.0 fixes "a lot of small and not so small bugs" with more than 250 pull requests merged. From 84b1685545a9ad75c8161595cc4ba7cf40b92a6d Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Tue, 10 Sep 2024 10:21:09 -0700 Subject: [PATCH 3/7] user exists command --- source/releasenotes/2024-09-06-wp-cli-2-11.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/releasenotes/2024-09-06-wp-cli-2-11.md b/source/releasenotes/2024-09-06-wp-cli-2-11.md index c5575f4309..8660c3afdf 100644 --- a/source/releasenotes/2024-09-06-wp-cli-2-11.md +++ b/source/releasenotes/2024-09-06-wp-cli-2-11.md @@ -19,6 +19,9 @@ The extension command now supports installing plugins and themes directly from G * **Adds minor and patch limitations to theme updates:** Now, like plugins, themes can be updated only to their latest minor or patch releases +* **New "user exists" command** +A new `wp use exists` command allows for quick checks on whether a user exists in the WordPress database. + * **Bug fixes:** WP-CLI 2.11.0 fixes "a lot of small and not so small bugs" with more than 250 pull requests merged. From 46169215445799ec445d030e7c307d82a396ca92 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Tue, 10 Sep 2024 10:38:51 -0700 Subject: [PATCH 4/7] delete unknown --- source/releasenotes/2024-09-06-wp-cli-2-11.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/releasenotes/2024-09-06-wp-cli-2-11.md b/source/releasenotes/2024-09-06-wp-cli-2-11.md index 8660c3afdf..d49ccc3998 100644 --- a/source/releasenotes/2024-09-06-wp-cli-2-11.md +++ b/source/releasenotes/2024-09-06-wp-cli-2-11.md @@ -22,6 +22,9 @@ Now, like plugins, themes can be updated only to their latest minor or patch rel * **New "user exists" command** A new `wp use 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). + * **Bug fixes:** WP-CLI 2.11.0 fixes "a lot of small and not so small bugs" with more than 250 pull requests merged. From ec3c91e739c32fd3d8f510448bf152efc4b2704e Mon Sep 17 00:00:00 2001 From: Scott Buscemi Date: Tue, 10 Sep 2024 11:02:44 -0700 Subject: [PATCH 5/7] Update source/releasenotes/2024-09-06-wp-cli-2-11.md --- source/releasenotes/2024-09-06-wp-cli-2-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-09-06-wp-cli-2-11.md b/source/releasenotes/2024-09-06-wp-cli-2-11.md index d49ccc3998..eb82a8c1a2 100644 --- a/source/releasenotes/2024-09-06-wp-cli-2-11.md +++ b/source/releasenotes/2024-09-06-wp-cli-2-11.md @@ -20,7 +20,7 @@ The extension command now supports installing plugins and themes directly from G Now, like plugins, themes can be updated only to their latest minor or patch releases * **New "user exists" command** -A new `wp use exists` command allows for quick checks on whether a user exists in the WordPress database. +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). From cfaeb8794daf313ed6f06514f45e26b6b6b6916a Mon Sep 17 00:00:00 2001 From: Ingrid <148255657+IngridKwok@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:46:06 -0700 Subject: [PATCH 6/7] Update 2024-09-06-wp-cli-2-11.md --- source/releasenotes/2024-09-06-wp-cli-2-11.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/releasenotes/2024-09-06-wp-cli-2-11.md b/source/releasenotes/2024-09-06-wp-cli-2-11.md index eb82a8c1a2..c1c6f245ad 100644 --- a/source/releasenotes/2024-09-06-wp-cli-2-11.md +++ b/source/releasenotes/2024-09-06-wp-cli-2-11.md @@ -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.

Highlights

-* **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). From 708e8e99914a6e81bee94a4d36ff59f9e16e7eab Mon Sep 17 00:00:00 2001 From: Rachel Date: Tue, 10 Sep 2024 14:58:24 -0500 Subject: [PATCH 7/7] Change date, fix link --- source/releasenotes/2024-09-06-wp-cli-2-11.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/releasenotes/2024-09-06-wp-cli-2-11.md b/source/releasenotes/2024-09-06-wp-cli-2-11.md index c1c6f245ad..f8fdd8c308 100644 --- a/source/releasenotes/2024-09-06-wp-cli-2-11.md +++ b/source/releasenotes/2024-09-06-wp-cli-2-11.md @@ -1,6 +1,6 @@ --- title: WP-CLI v2.11.0 release now available on Pantheon -published_date: "2024-09-06" +published_date: "2024-09-10" categories: [wordpress] --- @@ -8,7 +8,7 @@ We're thrilled to announce the availability of WP-CLI v2.11.0 on the Pantheon pl 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

+### 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. @@ -23,7 +23,7 @@ Themes can now be updated only to their latest minor or patch releases, similar 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](/2024/08/prevent-filesystem-overload). +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:** WP-CLI 2.11.0 includes numerous bug fixes, with over 250 pull requests merged, addressing both minor and significant issues.