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 56 of 61

16 March 2021

19:06:07 GMT+0000

Adds additional sanitization of the username/email during login attempts to normalize the value and ensure more accurate rate limiting.

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

09 March 2021

16:22:52 GMT+0000

There is a possibility in the core that if a notoptions are being updated at the same time, a change could be rewritten.
This would then result in option being stored in DB but also marked as non-existing in notoptions making further attempts to add such option always fail without removing the options from the list of non-existing options.

We have deployed a fix for this over a week ago but decided to do 2 phase deployment. The first phase was all non-prod environments. As we did not see any negative effects of this change we will roll it out to prod environments with this change.

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

25 February 2021

20:53:24 GMT+0000

In preparation for the rollout for improved Jetpack connection monitoring, the following notable changes have been made:

  • Hash and save the existing site_url in the healtcheck so it can be more safely compared in the future before auto-reconnecting.
  • Prevent the cron schedule from being checked/registered on init, instead only checking during admin_init/cli.
  • Update calls to deprecated JP methods to prevent php warnings.

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

24 February 2021

19:29:41 GMT+0000

We have added a new subtree for Jetpack 9.5. If you want to try this version before VIP sites are upgraded to it, you can follow the testing guidelines.

As usual, if you want to run this specific version, you’ll need to pin your site to use Jetpack 9.5 by adding this line to your vip-config.php:

define( 'VIP_JETPACK_PINNED_VERSION', '9.5' );

Please, take into account that Jetpack 9.5 is not compatible with WordPress versions less than 5.6.

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