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

28 February 2022

19:43:06 GMT+0000

Database Backup Downloads

We have added the ability to download database backups on-demand so that you can retrieve a copy of your site’s database backup at your choosing.

22 February 2022

20:07:53 GMT+0000

This release fixes a minor bug where customers could not see their environment list.

16 February 2022

18:19:25 GMT+0000

Because of the way how Logger::parse_params() retrieved the backtrace, file and line always pointed to Logger::log2logstash().

This PR fixes that; file/line will now point to the location that invoked Logger::log2logstash(); in case the method was invoked from the log2logstash() function, file/line will point to the caller of log2logstash().

file and line parameters of the payload will now point to the caller of log2logstash() function/method.

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