From 424b0a3c929f980cf3107ec6cf0358476f380d00 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 4 Jun 2024 14:00:03 -0600 Subject: [PATCH 1/8] add release note for mu-plugin 1.4.4 and wpcm update --- ...-mu-plugin-1-4-4-wordpress-composer-managed-update.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md diff --git a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md new file mode 100644 index 0000000000..473819ad40 --- /dev/null +++ b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md @@ -0,0 +1,9 @@ +--- +title: Pantheon MU Plugin v1.4.4 and WordPress (Composer Managed) update +published_date: "2024-06-04" +categories: [wordpress, plugins] +--- + +The latest [1.4.4 update](https://github.com/pantheon-systems/pantheon-mu-plugin/releases) of the Pantheon MU Plugin is now available. This update fixes the WordPress Multisite network setup process by by ensuring the correct instructions for WordPress Multisite setup on Pantheon environments are always shown. This update will be included with the next WordPress release. Composer-based WordPress installs can get the update today by running `composer update`. + +The latest WordPress (Composer Managed) release updates the configuration file filename displayed in the network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. From 28994fc959c8f4247247a6354016ec948c0c23db Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 4 Jun 2024 15:27:36 -0600 Subject: [PATCH 2/8] add link and early access note --- ...antheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md index 473819ad40..0c3783f723 100644 --- a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md +++ b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md @@ -6,4 +6,4 @@ categories: [wordpress, plugins] The latest [1.4.4 update](https://github.com/pantheon-systems/pantheon-mu-plugin/releases) of the Pantheon MU Plugin is now available. This update fixes the WordPress Multisite network setup process by by ensuring the correct instructions for WordPress Multisite setup on Pantheon environments are always shown. This update will be included with the next WordPress release. Composer-based WordPress installs can get the update today by running `composer update`. -The latest WordPress (Composer Managed) release updates the configuration file filename displayed in the network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. +The latest [WordPress (Composer Managed) (Early Access)](https://github.com/pantheon-upstreams/wordpress-composer-managed) release updates the configuration file filename displayed in the network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. From 79fd430391fcd071768b3e71aca4e43a723cb92c Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 4 Jun 2024 15:30:57 -0600 Subject: [PATCH 3/8] add note about the Compsoer script as well CMSP-204 --- ...antheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md index 0c3783f723..6045055084 100644 --- a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md +++ b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md @@ -7,3 +7,5 @@ categories: [wordpress, plugins] The latest [1.4.4 update](https://github.com/pantheon-systems/pantheon-mu-plugin/releases) of the Pantheon MU Plugin is now available. This update fixes the WordPress Multisite network setup process by by ensuring the correct instructions for WordPress Multisite setup on Pantheon environments are always shown. This update will be included with the next WordPress release. Composer-based WordPress installs can get the update today by running `composer update`. The latest [WordPress (Composer Managed) (Early Access)](https://github.com/pantheon-upstreams/wordpress-composer-managed) release updates the configuration file filename displayed in the network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. + +The WordPress (Composer Managed) update also includes a Composer script to automatically update the Composer `platform.php` value to match the version of PHP in your `pantheon.yml`. **Note:** [Roots Bedrock](https://roots.io/bedrock/docs/installation/#requirements) does not support below PHP 8.0. From 844c4d70eb5ca16f1e07dc3429365722441f6954 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Wed, 5 Jun 2024 10:24:34 -0700 Subject: [PATCH 4/8] WordPress 6.5.4 --- source/releasenotes/2024-06-05-wordpress-6-5-4.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/releasenotes/2024-06-05-wordpress-6-5-4.md diff --git a/source/releasenotes/2024-06-05-wordpress-6-5-4.md b/source/releasenotes/2024-06-05-wordpress-6-5-4.md new file mode 100644 index 0000000000..a39cc7be04 --- /dev/null +++ b/source/releasenotes/2024-06-05-wordpress-6-5-4.md @@ -0,0 +1,11 @@ +--- +title: WordPress 6.5.4 Maintenance Update +published_date: "2024-06-05" +categories: [wordpress, action-required] +--- + +[WordPress 6.5.4](https://wordpress.org/news/2024/06/wordpress-6-5-4-maintenance-release/) is now available on the platform. + +

Highlights

+ +* [5 bug fixes in Core](https://core.trac.wordpress.org/query?status=closed&milestone=6.5.4&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=keywords&order=priority) From 6f61c085f12199df51fe3a0a0b381075474146e6 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Wed, 5 Jun 2024 10:28:41 -0700 Subject: [PATCH 5/8] Revert "WordPress 6.5.4" This reverts commit 844c4d70eb5ca16f1e07dc3429365722441f6954. --- source/releasenotes/2024-06-05-wordpress-6-5-4.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 source/releasenotes/2024-06-05-wordpress-6-5-4.md diff --git a/source/releasenotes/2024-06-05-wordpress-6-5-4.md b/source/releasenotes/2024-06-05-wordpress-6-5-4.md deleted file mode 100644 index a39cc7be04..0000000000 --- a/source/releasenotes/2024-06-05-wordpress-6-5-4.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: WordPress 6.5.4 Maintenance Update -published_date: "2024-06-05" -categories: [wordpress, action-required] ---- - -[WordPress 6.5.4](https://wordpress.org/news/2024/06/wordpress-6-5-4-maintenance-release/) is now available on the platform. - -

Highlights

- -* [5 bug fixes in Core](https://core.trac.wordpress.org/query?status=closed&milestone=6.5.4&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=keywords&order=priority) From 29b11db9eb4c687c833b210bbad87b0b3435580b Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 5 Jun 2024 11:33:37 -0600 Subject: [PATCH 6/8] update and link to release notes for wpcm --- ...antheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md index 6045055084..8860655060 100644 --- a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md +++ b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md @@ -6,6 +6,6 @@ categories: [wordpress, plugins] The latest [1.4.4 update](https://github.com/pantheon-systems/pantheon-mu-plugin/releases) of the Pantheon MU Plugin is now available. This update fixes the WordPress Multisite network setup process by by ensuring the correct instructions for WordPress Multisite setup on Pantheon environments are always shown. This update will be included with the next WordPress release. Composer-based WordPress installs can get the update today by running `composer update`. -The latest [WordPress (Composer Managed) (Early Access)](https://github.com/pantheon-upstreams/wordpress-composer-managed) release updates the configuration file filename displayed in the network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. +The [`2024-06-04`](https://github.com/pantheon-systems/wordpress-composer-managed/blob/default/CHANGELOG.md#2024-06-04) [WordPress (Composer Managed) (Early Access)](https://github.com/pantheon-upstreams/wordpress-composer-managed) release updates the configuration file filename displayed on this network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. This is accomplished via a filter in the MU plugin's implementation of that admin page that allows the configuration file name to be modified. The WordPress (Composer Managed) update also includes a Composer script to automatically update the Composer `platform.php` value to match the version of PHP in your `pantheon.yml`. **Note:** [Roots Bedrock](https://roots.io/bedrock/docs/installation/#requirements) does not support below PHP 8.0. From 46f96a2f288308b56aa878d635538fce621a767f Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 5 Jun 2024 11:33:50 -0600 Subject: [PATCH 7/8] add note about composer script in the WPCM update --- ...antheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md index 8860655060..46409975d4 100644 --- a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md +++ b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md @@ -8,4 +8,4 @@ The latest [1.4.4 update](https://github.com/pantheon-systems/pantheon-mu-plugin The [`2024-06-04`](https://github.com/pantheon-systems/wordpress-composer-managed/blob/default/CHANGELOG.md#2024-06-04) [WordPress (Composer Managed) (Early Access)](https://github.com/pantheon-upstreams/wordpress-composer-managed) release updates the configuration file filename displayed on this network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. This is accomplished via a filter in the MU plugin's implementation of that admin page that allows the configuration file name to be modified. -The WordPress (Composer Managed) update also includes a Composer script to automatically update the Composer `platform.php` value to match the version of PHP in your `pantheon.yml`. **Note:** [Roots Bedrock](https://roots.io/bedrock/docs/installation/#requirements) does not support below PHP 8.0. +The WordPress (Composer Managed) update also includes a Composer script to automatically update the Composer `platform.php` value to match the version of PHP in your `pantheon.yml`. **Note:** [Roots Bedrock](https://roots.io/bedrock/docs/installation/#requirements) does not support below PHP 8.0. This is unrelated to WordPress multisites, but is included in the latest release for the WordPress (Composer Managed) upstream. From e16d7ae40e7af982f3df93d3f13110736100ca18 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 5 Jun 2024 12:12:21 -0600 Subject: [PATCH 8/8] restructure the notes so it's clearer how the two updates relate to each other --- ...-1-4-4-wordpress-composer-managed-update.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md index 46409975d4..0ce3be5e3c 100644 --- a/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md +++ b/source/releasenotes/2024-06-04-pantheon-mu-plugin-1-4-4-wordpress-composer-managed-update.md @@ -4,8 +4,20 @@ published_date: "2024-06-04" categories: [wordpress, plugins] --- -The latest [1.4.4 update](https://github.com/pantheon-systems/pantheon-mu-plugin/releases) of the Pantheon MU Plugin is now available. This update fixes the WordPress Multisite network setup process by by ensuring the correct instructions for WordPress Multisite setup on Pantheon environments are always shown. This update will be included with the next WordPress release. Composer-based WordPress installs can get the update today by running `composer update`. +The latest [1.4.4 update](https://github.com/pantheon-systems/pantheon-mu-plugin/releases) of the Pantheon MU Plugin and the [`2024-06-04`](https://github.com/pantheon-systems/wordpress-composer-managed/blob/default/CHANGELOG.md#2024-06-04) release of the WordPress (Composer Managed) are now available. -The [`2024-06-04`](https://github.com/pantheon-systems/wordpress-composer-managed/blob/default/CHANGELOG.md#2024-06-04) [WordPress (Composer Managed) (Early Access)](https://github.com/pantheon-upstreams/wordpress-composer-managed) release updates the configuration file filename displayed on this network setup screen to specify `config/application.php` to apply your configuration changes to, rather than the default `wp-config.php` for non-Bedrock Composer installs. This update will be pushed out to all WordPress (Composer Managed)-based installs alongside the MU Plugin update. This is accomplished via a filter in the MU plugin's implementation of that admin page that allows the configuration file name to be modified. +The MU plugin update will be included with the WordPress 6.5.4 release. -The WordPress (Composer Managed) update also includes a Composer script to automatically update the Composer `platform.php` value to match the version of PHP in your `pantheon.yml`. **Note:** [Roots Bedrock](https://roots.io/bedrock/docs/installation/#requirements) does not support below PHP 8.0. This is unrelated to WordPress multisites, but is included in the latest release for the WordPress (Composer Managed) upstream. +### What's new? + +#### Pantheon MU Plugin 1.4.4 +This update fixes the WordPress Multisite network setup process by by ensuring the correct instructions for WordPress Multisite setup on Pantheon environments are always shown. The MU plugin replaces the WordPress core network setup page with a custom page that provides instructions for setting up a multisite network on Pantheon and adds filters that allows the content to be changed. + +This update also fixes some display issues to that page. + +#### WordPress (Composer Managed) update +The `2024-06-04` [WordPress (Composer Managed) (Early Access)](https://github.com/pantheon-upstreams/wordpress-composer-managed) release updates the configuration file filename displayed on the network setup screen to specify `config/application.php` to apply your configuration changes to (the Bedrock default), rather than the WordPress default `wp-config.php`. This is accomplished via a filter in the MU plugin's implementation of that admin page that allows the configuration file name to be modified. + +This update is now available to all WordPress (Composer Managed)-based installs. + +The WordPress (Composer Managed) update also includes a Composer script to automatically update the Composer `platform.php` value to match the version of PHP in your `pantheon.yml`. **Note:** [Roots Bedrock](https://roots.io/bedrock/docs/installation/#requirements) does not support below PHP 8.0. This update is unrelated to WordPress multisites, but is included in the latest release for the WordPress (Composer Managed) upstream.