Skip to content

Changelog: VIP MU plugins [Production]

The release window for VIP MU plugins is currently Tuesdays between 08:00 and 22:00 UTC (09:00 and 23:00 UTC when Daylight Saving Time is in effect in North America). VIP MU plugins is open source and development can be followed in the VIP MU plugins GitHub repository.

RSS 

Showing page 35 of 40

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