Title: VIP MU plugins v20260804.0
Author: WordPress VIP Documentation
Published: August 4, 2026

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. [VIP MU plugins [Production]](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)
 3. VIP MU plugins v20260804.0

# VIP MU plugins v20260804.0

---

 04 August 2026

16:49:08 GMT+0000

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

 [ GitHub  ](https://github.com/Automattic/vip-go-mu-plugins/pull/7156)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/vip-mu-plugins-v20260804-0/)

View Pull Request: [https://github.com/Automattic/vip-go-mu-plugins/pull/7156](https://github.com/Automattic/vip-go-mu-plugins/pull/7156)

### Fixed

 * Fixed `admin_url()` resolving to the production hostname on sandboxes, which 
   caused cross-origin request failures for AJAX calls using `admin-ajax.php`.
 * Real-Time Collaboration: Preserved collaborators’ unsaved content and post meta
   when another user saves, prevented redundant empty autosave revisions, and restored
   undo and redo when plugins with incompatible meta boxes disable collaboration.
 * Real-Time Collaboration: Disabled Quick Edit for posts with active collaborative
   sessions and improved remote cursor and selection positioning while resizing 
   the browser window.
 * VIP Image Resize: Fixed full-size image requests returning theme-constrained 
   dimensions instead of the original attachment dimensions.

### Changed

 * Real-Time Collaboration: Updated the bundled Gutenberg integration from the `
   0.2-20260706-pr79021` build based on Gutenberg 23.5.0 to the `0.2-20260720-pr79021`
   build based on the July 20 Gutenberg trunk snapshot. The VIP RTC plugin remains
   at v0.3.2.
 * Real-Time Collaboration: Added independent controls for collaborator join, leave,
   and post-update notifications, and avoided synchronous CRDT updates while editing
   alone to reduce typing latency outside active collaboration.
 * Updated the wp-parsely submodule (used for local development environments) to
   version 3.23.4.
 * VIP Image Resize: Add the vip_image_resize_use_theme_json_layout_widths filter
   to opt out of using theme.json layout widths.