Production release – 2024/05/21
12:54:18 GMT+0000
Removed
- Removed the deprecated “Async Publish Actions” plugin: https://github.com/Automattic/vip-go-mu-plugins/pull/5537
- Remove jetpack-force-2fa plugin from shared-plugins folder, as it is included now in SSO module for Jetpack 12.7+. Use
add_filter( 'jetpack_force_2fa', '__return_true' );to enable: https://github.com/Automattic/vip-go-mu-plugins/pull/5582 - Added an option to suppress logging for requests blocked by
VIP_Request_Block: https://github.com/Automattic/vip-go-mu-plugins/pull/5478
Changed
- Jetpack default version is now 13.4: https://github.com/Automattic/vip-go-mu-plugins/pull/5551
- We updated the wp-parsely submodule (used for local development environments) to version 3.14.5: https://github.com/Automattic/vip-go-mu-plugins/pull/5553
Added
- It is now possible to customize the cookie path and domain for the cookies set by the Vary Cache plugin. To achieve that, we introduced two new filters:
vip_vary_cache_cookie_pathandvip_vary_cache_cookie_domain:https://github.com/Automattic/vip-go-mu-plugins/pull/5552
Fixed
- Filename sanitization during ACL validation in VIP Restricted Files plugin: https://github.com/Automattic/vip-go-mu-plugins/pull/5548
- Updates ElasticPress to make PHPCS happy: https://github.com/Automattic/vip-go-mu-plugins/pull/5558
Please see the full release on GitHub.