Skip to content

Changelog: VIP MU plugins [Staging]

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).  Changes made and deployed to the VIP MU plugins Staging branch are labeled [Status] Deployed to staging and visible in a filtered VIP MU plugins pull request view.

By default, the staging branch of VIP MU plugins is deployed to one non-production environment for all applications. This allows customers to test changes before they are released to production environments. This also provides time for the VIP Team to observe errors and test for bugs across a wider variety of applications.

Showing page 2 of 7

RSS 
20 May 2025

20:30:19 GMT+0000

Added

  • Added a WordPress version compatibility check before loading the remote data blocks integration.

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


Update wp-parsely submodule to version 3.19.0

We updated the wp-parsely submodule (used for local development environments) to version 3.19.0.

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


wp-parsely default version was upgraded to 3.19

Changed the default version of wp-parsely from 3.18 to 3.19.

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


Fixed

  • Improved compatibility for WooCommerce Downloadable product and VIP File service

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

07 January 2025

21:07:34 GMT+0000

Removed

  • Parse.ly plugin < 3.15

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


Changed

  • WP-CLI wp vip alloptions find command improvements: add compressed size which is a closer representation of the size Memcached limits get triggered add; swap the custom wp option autoload set for WP-CLI Core’s wp option set-autoload; remove "Total size" line. This doesn’t take into account keys, and is as such not very useful, especially given the size of the full serialized value is also provided.

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

16 December 2024

18:34:25 GMT+0000

Added

Introduced the vip_files_acl_is_valid_path_for_site filter to extend the is_valid_path_for_site function. This new filter allows overriding the VIP File System’s validation process for multisite setups, which uses the /wp-content/mu-plugins/files/acl/endpoint-check-file-acl.php endpoint to check permissions for paths under /wp-content/uploads. It enables custom use cases, such as accessing directories outside the default site asset paths (but within the uploads folder) while adhering to other ACL rules.

Warning: Improper use of this filter could expose private data. Developers using it must ensure that the logic they implement enforces proper access control to prevent data leaks between subsites.

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

10 December 2024

21:04:41 GMT+0000

Fixed


Added

  • Displaying the source from where Jetpack is loaded from in Plugins list WP-Dashboard UI

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

12 November 2024

18:46:16 GMT+0000

Changed

  • WordPress Importer: Updated to 0.8.3

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


Fixed

  • Enterprise Search: Allow syncmanager to support multisite context for queues

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


Changed

  • Requests to VIP File Service via the Stream Wrapper will not cause as webp => jpg transform anymore.

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


Fixed

  • WP Parse.ly: Fixed how Support Users are detected in the Parse.ly plugin.

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


Added

  • Added wp-parsely version 3.17

Changed

  • Updated wp-parsely submodule to 3.17.0
  • Changed the default version of wp-parsely from 3.16 to 3.17

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