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 59 of 62

08 February 2021

16:31:35 GMT+0000

Adds another filter to reduce requests from Jetpack made to detect HTTPS / SSL support.

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

02 February 2021

12:26:44 GMT+0000

Phpcs cleanup of class-health-job.php.

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

#mu-plugins, #search, #code-standards

29 January 2021

16:58:32 GMT+0000

There’s now the option to skip loading VaultPress code entirely, which can be useful if it’s not being used.

Some considerations need to be taken to disable VaultPress if it has been used before. So in case you are interested, please open a support ticket to get more information.

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

#mu-plugins, #vaultpress

29 January 2021

16:08:53 GMT+0000

We have removed some Jetpack versions (8.8, 8.9, 9.2) from vip-go-mu-plugins, that were no longer in use by any VIP Go site. Every included version takes space in the repository, so this is a needed maintenance task.

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

#mu-plugins, #jetpack

28 January 2021

21:59:37 GMT+0000

This allows us to restrict access to files based on different signals from the request (e.g. inherited post status, user permissions, etc.). More technical details and discussion available here.

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

#mu-plugins, #file-access-control, #security

28 January 2021

21:57:00 GMT+0000

Code style cleanup of search/includes/classes/class-versioning.php.

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

#mu-plugins, #search, #code-standards