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 49 of 64

19 August 2021

04:25:20 GMT+0000

This change improves the UI of the Organization Usage page and displays the last 180 days of requests on a line graph.

16 August 2021

17:56:44 GMT+0000

We’ve fixed a bug that would cause the domain switch process for some installations to incorrectly display an error screen (even though the domain switch was correctly initiated).

#vip-dashboard

12 August 2021

11:32:18 GMT+0000

When working on a new index version it is often useful to be able to run a search against the inactive version before making it active.

This change introduces support for vip_search_<indexable>_version query parameter. Using this will let the user choose against which version of index is query ran.

As an example in a scenario where we have version 1 – active we can search against version 2 by visiting:

https://my.site.com/?s=<search-term>&&vip_search_post_version=2

The parameter also supports aliases active, next and previous.

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