Skip to content

Staging release – 2023/05/30


30 May 2023

21:16:57 GMT+0000

Plugin Updated: Jetpack

On non-production environments, we enforce blog_public option in a more robust way.

https://github.com/Automattic/vip-go-mu-plugins/pull/4494


Jetpack: Resync privacy settings for private JP sites

We want to resync the privacy settings for JP sites that have been marked as private (via the VIP_JETPACK_IS_PRIVATE constant), so we’re updating the option name that stores this state in order to cause these sites to re-sync.

https://github.com/Automattic/vip-go-mu-plugins/pull/4495


Plugin Updated: Private Sites

We respect other alternative methods for achieving privacy via plugins that also leverage blog_public option, but use other values than -1.

https://github.com/Automattic/vip-go-mu-plugins/pull/4512


Notice Updated: blog_public option

No longer show notice for sites with their blog_public option if -1 or privacy constant is set. Also updates messaging.

https://github.com/Automattic/vip-go-mu-plugins/pull/4520


Plugin Updated: Object Cache

Switched over all environments to using the new object cache drop-in. This drop-in utilizes the Memcached PHP extension, which has support for multiGet() operations that help reduce roundtrips and can notably speed up WordPress page load times.

https://github.com/Automattic/vip-go-mu-plugins/pull/4446