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 11 of 40

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