Skip to content

VIP Platform Changelog

The VIP Platform Changelog includes updates made to the functionality and behavior of the platform's tooling (i.e. VIP Dashboard, VIP-CLI), VIP MU plugins, VIP File System, caching layers, and other underlying architecture and software.

RSS 

Showing page 54 of 64

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

02 June 2021

17:50:17 GMT+0000

On logout from the Dashboard (https://dashboard.wpvip.com), fullly invalidate the current token in the API and logout from any other sessions as needed

01 June 2021

11:57:27 GMT+0000

Parse.ly gives creators, marketers, and developers the tools to understand content performance, prove content value, and deliver tailored content experiences that drive meaningful results.

The wp-parsely plugin makes it a snap to add the required tracking code to enable Parse.ly on your WordPress site.

This change adds the plugin to the repository, but is disabled unless intentionally enabled for your site via the wpvip_parsely_load_mu filter.

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