-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add release note for wpcm 1.32.2 (#9199)
- Loading branch information
1 parent
87162f9
commit 147a578
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
source/releasenotes/2024-09-03-wordpress-composer-managed-1-32-2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |