Production release – 2023/01/24
22:54:40 GMT+0000
Cleanup Jetpack-related cron events when JP is disabled
When Jetpack is disabled, make sure all the cron events are also disabled/removed.
https://github.com/Automattic/vip-go-mu-plugins/pull/4039
Plugin Updated: Query Monitor (VIP Panel)
Fix URL to not display target attribute
https://github.com/Automattic/vip-go-mu-plugins/pull/4046
Plugin Updated: Search Dev Tools
Display current search algorithm version
https://github.com/Automattic/vip-go-mu-plugins/pull/4047
Plugin Updated: Enterprise Search
- Fix fatal when offloading user queries on WP 6.1 with the default
fields:https://github.com/Automattic/vip-go-mu-plugins/pull/4049 - Change frequency of cron jobs that run maybe_alert_for_field_count and maybe_alert_for_average_queue_time: https://github.com/Automattic/vip-go-mu-plugins/pull/4050
- Only do maybe_self_heal on an hourly cron basis: https://github.com/Automattic/vip-go-mu-plugins/pull/4056
- Pulls in change https://github.com/Automattic/ElasticPress/pull/185 for backwards-compatibility to elasticpress-next, which is enabled via constant VIP_SEARCH_USE_NEXT_EP: https://github.com/Automattic/vip-go-mu-plugins/pull/4063
Plugin Updated: Cron Control
Pulls in a fix to resolve a php deprecation notice that starts at php 8.1+.
https://github.com/Automattic/vip-go-mu-plugins/pull/4057
Plugin Updated: VIP Helpers
Added a patch for core bug #51058 in our wpcom_vip_attachment_url_to_postid() caching helper function. Thanks to our friends at Yoast for the information and the fix.