-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGS-8840] add release note for WPCM update (#9217)
* add release note for WPCM update * backdate published date by one day, leave file name as-is so it is ordered alongside other WP release notes published today * Cannot workaround known issue, setting date back to today --------- Co-authored-by: Rachel <[email protected]>
- Loading branch information
1 parent
4f27187
commit 8f0f60f
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
source/releasenotes/2024-09-10-wordpress-composer-managed-1-32-3.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,29 @@ | ||
--- | ||
title: WordPress (composer managed) upstream 1.32.3 update now available | ||
published_date: "2024-09-10" | ||
categories: [wordpress, action-required] | ||
--- | ||
|
||
The 1.32.3 update is now available for the [WordPress (composer managed)](/guides/wordpress-composer/wordpress-composer-managed) upstream. This release changes the `COOKIEPATH` and `SITECOOKIEPATH` constants in the `application.pantheon.php` file to resolve an issue that led to failed nonce authentication checks in some admin pages. | ||
|
||
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). | ||
|
||
### Troubleshooting Tips | ||
|
||
* If you find you are still seeing errors in the browser console or you cannot create posts or pages, it is recommended that you clear your cookies and log back into your WordPress site. This will ensure that the new `COOKIEPATH` and `SITECOOKIEPATH` constants are set correctly in your browser. | ||
* If you find that your `composer.json` was overwritten when applying upstream updates, refer to [this troubleshooting guide](/guides/wordpress-composer/wordpress-composer-managed#troubleshooting) to resolve the issue. |