diff --git a/source/releasenotes/2024-09-03-wordpress-composer-managed-1-32-2.md b/source/releasenotes/2024-09-03-wordpress-composer-managed-1-32-2.md new file mode 100644 index 0000000000..d3d44009f4 --- /dev/null +++ b/source/releasenotes/2024-09-03-wordpress-composer-managed-1-32-2.md @@ -0,0 +1,24 @@ +--- +title: WordPress (composer managed) upstream 1.32.2 update now available +published_date: "2024-09-03" +categories: [wordpress, action-required] +--- + +The 1.32.2 update is now available for the [WordPress (composer managed)](/guides/wordpress-composer/wordpress-composer-managed) upstream. This release fixes a bug in the last update in which some WordPress core resources (CSS and JS files) had improper URLs on some sites. + +For more details, refer to the [WordPress (Composer Managed) changelog](https://github.com/pantheon-systems/wordpress-composer-managed/blob/default/CHANGELOG.md). + +## Action required + +To benefit from these updates and ensure your site is using the most current version, apply the update to your WordPress (composer managed) site or custom upstream. + +### Applying updates + +This update should not affect files that would have been edited in site codebases. The only file changed by this update is the Pantheon-maintained `filters.php` file in the `app/mu-plugins` directory. However, if any conflicts occur, it is recommended to manually resolve them by running the following command: + +```bash{promptUser: user} +git pull -Xtheirs https://github.com/pantheon-upstreams/wordpress-composer-managed.git main +git push origin master +``` + +For assistance with managing merge conflicts, refer to our documentation on [auto-resolving via the dashboard](/core-updates#apply-upstream-updates-manually-from-the-command-line-to-resolve-merge-conflicts) or [manually resolving via the command line](/guides/git/resolve-merge-conflicts).