You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves issues with redirecting and malformed admin links for subdirectory multisite and implements the new filter added in the Pantheon MU Plugin v1.4.5
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
### v1.31.1 (2024-07-29)
2
+
* Removes code that for handling wp-admin URLs. ([#143](https://github.com/pantheon-systems/wordpress-composer-managed/pull/143)) This code was not working as intended and testing revealed it to be unnecessary.
3
+
* Adds a filter to disable the subdirectory multisite custom wp-content directory warning. ([#144](https://github.com/pantheon-systems/wordpress-composer-managed/pull/144)) This implements the filter added in the [Pantheon MU Plugin](https://github.com/pantheon-systems/pantheon-mu-plugin) in [#51](https://github.com/pantheon-systems/pantheon-mu-plugin/pull/51).
4
+
1
5
### v1.31.0 (2024-07-10)
2
6
*`wp-config-pantheon.php` deprecated in favor of `application.pantheon.php`. All previous functionality in `wp-config-pantheon.php` moved to `application.pantheon.php`. ([#139](https://github.com/pantheon-systems/wordpress-composer-managed/pull/139))
3
7
*`DISABLE_WP_CRON` constant removed from `application.php` (and `wp-config-pantheon.php`) and moved to `application.pantheon.php`. ([#139](https://github.com/pantheon-systems/wordpress-composer-managed/pull/139)) It's possible this change could cause a merge conflict. Accept incoming changes from the upstream or [resolve manually](https://docs.pantheon.io/guides/git/resolve-merge-conflicts).
0 commit comments