Skip to content

Commit eec62e6

Browse files
committed
Updates COOKIEPATH and SITECOOKIEPATH values to / in application.pantheon.php to resolve cookie-related nonce authentication failures.
For more information, see https://docs.pantheon.io/release-notes/2024/09/wordpress-composer-managed-1-32-3 0492be
2 parents adf1717 + b0e12ac commit eec62e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### v1.32.3 (2024-09-10)
2-
* Updates `COOKIEPATH` and `SITECOOKIEPATH` values to `/` in `application.pantheon.php` to resolve cookie-related nonce authentication failures. Previously, the values were set to `''` (empty string), which does not allow the cookies to allow authentication within all the paths in a domain. ([#]())
2+
* Updates `COOKIEPATH` and `SITECOOKIEPATH` values to `/` in `application.pantheon.php` to resolve cookie-related nonce authentication failures. Previously, the values were set to `''` (empty string), which does not allow the cookies to allow authentication within all the paths in a domain. ([#164](https://github.com/pantheon-systems/wordpress-composer-managed/pull/164))
33

44
### v1.32.2 (2024-09-03)
55
* Fixes a bug in the previous update where some WordPress core resources were not available on some single and subdirectory multisite installs. ([161](https://github.com/pantheon-systems/wordpress-composer-managed/pull/161))

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Copyright (c) Roots Software Foundation LLC
12
Copyright (c) Pantheon Systems
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy of

0 commit comments

Comments
 (0)