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 60 of 65

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