Skip to content

Changelog: VIP MU plugins [Production]

The release window for VIP MU plugins is currently Tuesdays between 08:00 and 22:00 UTC (09:00 and 23:00 UTC when Daylight Saving Time is in effect in North America). VIP MU plugins is open source and development can be followed in the VIP MU plugins GitHub repository.

RSS 

Showing page 30 of 40

03 June 2021

14:07:21 GMT+0000

Adds a --using-versions to index subcommand. This enables caller to call for instance:

wp vip-search index --using-versions --indexables=post --setup

This command will create a new version of index and fully index the content. While this is happening the previous version of index is still active and therefore not impacted and serving correct content. After indexing finishes, the command will activate the newly indexed version and remove the previous version.

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

02 June 2021

18:52:31 GMT+0000

We upgraded the Jetpack 9.8 subtree to the final 9.8 release, following the previous beta version.

This has not been rolled out to all sites yet, so if you want to test it, remember to set the appropriate define:

define( 'VIP_JETPACK_PINNED_VERSION', '9.8' );

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