Staging release – 2024/05/14
00:29:42 GMT+0000
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.15: https://github.com/Automattic/vip-go-mu-plugins/pull/5575
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 - Added an option to suppress logging for requests blocked by
VIP_Request_Block: https://github.com/Automattic/vip-go-mu-plugins/pull/5478
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
Removed
- 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.