Staging release – 2023/10/10
20:12:52 GMT+0000
Add potential multi-dataset logger
This PR adds a log entry containing the request information and backtrace when a potential multi-dataset query is detected.
https://github.com/Automattic/vip-go-mu-plugins/pull/4920
Fix broken markup call in Query Monitor plugin for object cache.
Fix broken markup call in Query Monitor plugin for object cache when there is no group stats.
https://github.com/Automattic/vip-go-mu-plugins/pull/4928
Fix broken category links when removing category base
Calls to get_term_link() and get_category_link() should always return a full URL, but wpcom_vip_load_category_base() has been breaking that behaviour. This fix restores the correct functioning by using home_url() to ensure there is a full URL.
https://github.com/Automattic/vip-go-mu-plugins/pull/4922
Tooling Changes
We simplified the way new integrations are introduced into mu-plugins.
https://github.com/Automattic/vip-go-mu-plugins/pull/4921
Plugin Updated: http-concat
We upgraded http-concat to include the PHP 8.1 fix https://github.com/Automattic/nginx-http-concat/pull/72