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.
Ready to get started with WordPress VIP? Contact Us
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.
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.
15:20:49 GMT+0000
We are replacing Enterprise Search documentation placed in the code repository with a link to our public documentation to avoid issues with keeping them in sync.
15:20:47 GMT+0000
GH pages previously hosted at http://automattic.github.io/vip-go-mu-plugins/index.html will no longer be updated and will be removed in the future. Please contact VIP support if you would have any concerns.
15:20:45 GMT+0000
We’ve introduced a new command to make it easier to offboard users from sites. Given one or more email address, permissions (including super admin) can be removed from users matching those email addresses.
vip @<app>.<env> -- wp vip user cleanup --emails="test@example.com,also@example.com"
15:20:42 GMT+0000
Updating the version to better handle some underlying errors.
16:46:24 GMT+0000
We’ve removed all legacy code related to previous iterations of media implementation.
16:46:22 GMT+0000
Adds some additional logs for when an ElasticPress request fails.
16:46:20 GMT+0000
This change optimizes the storage mechanism for cron processes in the async index queue.
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
09:44:14 GMT+0000
We made some behind-the-scenes changes that will help customers try Parse.ly on their sites more easily.
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.
11:32:13 GMT+0000
There is an async queue for indexing in VIP search. This queue is used primarily on bulk operations over items (e.g. posts). This change enables the processing of this queue to run up to 5 instances concurrently. This will lead to having faster time for processing a bulk change of a large volume of documents.
11:32:09 GMT+0000
Adding a first iteration of a Search Widget for VIP Search.
11:32:06 GMT+0000
Improving the visual layout of the admin UI of the Search widget.
11:32:03 GMT+0000
We made some behind-the-scenes changes that will help customers try Parse.ly on their sites more easily.
11:32:00 GMT+0000
Lock ElasticPress search algorithm at 3.5
10:19:18 GMT+0000
Internal VIP Dashboard cleanup.
10:19:16 GMT+0000
We made some behind-the-scenes changes that will help customers try Parse.ly on their sites more easily.
15:05:55 GMT+0000
Internal tooling update to better track external contributions.
15:05:54 GMT+0000
This PR adds internal tests for WordPress 5.8.