Skip to content

Commit

Permalink
add release note for wpcm 1.32.2 (#9199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Sep 3, 2024
1 parent 87162f9 commit 147a578
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 147a578

Please sign in to comment.