Title: Staging release &#8211; 2023/10/10
Author: WordPress VIP Documentation
Published: October 10, 2023
Last modified: August 5, 2025

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. [VIP MU plugins [Staging]](https://docs.wpvip.com/changelog/vip-mu-plugins-staging/)
 3. Staging release – 2023/10/10

# Staging release – 2023/10/10

---

 10 October 2023

20:12:52 GMT+0000

 [ VIP MU plugins [Staging] ](https://docs.wpvip.com/changelog/vip-mu-plugins-staging/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-staging/staging-release-2023-10-10/)

### 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](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](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](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](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](https://github.com/Automattic/nginx-http-concat/pull/72)

[https://github.com/Automattic/vip-go-mu-plugins/pull/4919](https://github.com/Automattic/vip-go-mu-plugins/pull/4919)