Skip to content

Commit 60de37b

Browse files
committed
Resolves a bug in the last update to fix WordPress core resource paths.
For more information, see https://docs.pantheon.io/release-notes/2024/08/wordpress-composer-managed-1-32-2
1 parent 05e7069 commit 60de37b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.2 (2024-09-03)
2+
* 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))
3+
14
### v1.32.1 (2024-08-16)
25
* 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.
36

web/app/mu-plugins/filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Pantheon WordPress Filters
44
* Plugin URI: https://github.com/pantheon-systems/wordpress-composer-managed
55
* Description: Filters for Composer-managed WordPress sites on Pantheon.
6-
* Version: 1.2.1
6+
* Version: 1.2.2
77
* Author: Pantheon Systems
88
* Author URI: https://pantheon.io/
99
* License: MIT License

0 commit comments

Comments
 (0)