VIP MU plugins v20260804.0
16:49:08 GMT+0000
View Pull Request: 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 usingadmin-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-pr79021build based on Gutenberg 23.5.0 to the0.2-20260720-pr79021build 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.