Production release – 2024/02/13
16:40:54 GMT+0000
Feature added: MIME types caching for the media library
Cache MIME types via the pre_get_available_post_mime_types() filter introduced in WordPress 6.4.
https://github.com/Automattic/vip-go-mu-plugins/pull/4953
Functions Deprecated: wp_startswith, wp_endswith, and wp_in`
We deprecated the helper functions wp_startswith, wp_endswithandwp_inin favour of the PHP equivalentsstr_starts_with,str_ends_with, andstr_contains`
https://github.com/Automattic/vip-go-mu-plugins/pull/5131
Please see the full release on GitHub.