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

27 April 2022

09:03:35 GMT+0000

wp vip-search index-versions list post now shows the number of documents in each index version. This makes it easier to see if it is safe to switch to a new version.

$ wp vip-search index-versions list post
+--------+--------+--------------+----------------+----------------+
| number | active | created_time | activated_time | document_count |
+--------+--------+--------------+----------------+----------------+
| 1      | 1      |              |                | 2              |
| 2      |        | 1650979622   |                | 0              |
+--------+--------+--------------+----------------+----------------+

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