The 1.32.2 update is now available for the 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.
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:
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 or manually resolving via the command line.