Skip to content

Commit 2b39984

Browse files
authored
Resolves an issue causing some WordPress core resources to 404 on single site installs.
This update fixes a bug that was causing some core CSS, JS files and other assets to be not found due to improper URL construction. It has been tested across single site, subdirectory and subdomain multisite installs. For more information, see https://docs.pantheon.io/release-notes/2024/08/wordpress-composer-managed-1-32-1
1 parent 9db62d5 commit 2b39984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v1.32.1 (2024-08-16)
2+
* Refactors core resource URL filtering and multisite handling. ([#157](https://github.com/pantheon-systems/wordpress-composer-managed/pull/157)) This resolves an issue where some WordPress core resources were 404ing on single site installs.
3+
14
### v1.32.0 (2024-08-06)
25
* This update primarily fixes consistency issues between the development repository ([`pantheon-systems/wordpress-composer-managed`](https://github.com/pantheon-systems/wordpress-composer-managed)) and the upstream repository ([`pantheon-upstreams/wordpress-composer-managed`](https://github.com/pantheon-upstreams/wordpress-composer-managed)). Most notably, this update removes decoupled packages that were erroneously being added to the non-decoupled upstream (and are not included in this repository).
36
* Fixes issues with subdomain multisite testing ([#148](https://github.com/pantheon-systems/wordpress-composer-managed/pull/148))

0 commit comments

Comments
 (0)