Title: Changelog: VIP MU plugins [Production] · Page 41 of 41 · WordPress VIP Documentation

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. VIP MU plugins [Production]

#  Changelog: VIP MU plugins [Production]

The release window for [VIP MU plugins](https://docs.wpvip.com/vip-go-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](https://github.com/Automattic/vip-go-mu-plugins/).

 [ RSS  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/feed/)

 Search

Showing page 41 of 41

 28 August 2020

15:43:09 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/mu-plugins-reset-stats-cache-on-upload/)

We’ve pushed a fix to properly clear an internal stats cache for uploaded files.
This was causing an incorrect `filesize` value to be returned after an upload (if
done within the same request).

    ```wp-block-syntaxhighlighter-code
    wp> $file = wp_upload_bits( 'hello.txt', 'world' )['file'];
    int(5)
    wp> filesize( $file );
    int(5) <= this would previously return 0
    ```

The fix was pushed in our mu-plugins repo here:

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

#mu-plugins

---

 *  [Previous](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/40/?output_format=md)
 *  [Page 1](https://docs.wpvip.com/changelog/vip-mu-plugins-production/?output_format=md)
 *  …
 *  [Page 38](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/38/?output_format=md)
 *  [Page 39](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/39/?output_format=md)
 *  [Page 40](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/40/?output_format=md)
 *  Page 41