Skip to content

VIP Platform Changelog

The VIP Platform Changelog includes updates made to the functionality and behavior of the platform's tooling (i.e. VIP Dashboard, VIP-CLI), VIP MU plugins, VIP File System, caching layers, and other underlying architecture and software.

RSS 

Showing page 1 of 64

21 July 2026

18:20:59 GMT+0000

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.

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.
21 July 2026

17:20:26 GMT+0000

Changed

  • VIP Image Resize: Respect theme.json layout contentSize and wideSize when determining resize widths for block themes without $content_width.

Removed

  • Removed the retired VIP Featured Technology Partners display from Plugins admin screens.
21 July 2026

13:22:46 GMT+0000

Fixed

  • Fixed an issue that could prevent users with numbers in their display name from completing account setup.
14 July 2026

17:35:50 GMT+0000

Changed

  • VIP Image Resize: Respect theme.json layout contentSize and wideSize when determining resize widths for block themes without $content_width.

Removed

  • Removed the retired VIP Featured Technology Partners display from Plugins admin screens.
14 July 2026

17:13:52 GMT+0000

Added

  • (Enterprise Search) Add filters in User’s query_db method
  • (Enterprise Search) Add support of include, lower_limit_object_id, and upper_limit_object_id for User Indexable
  • (Enterprise Search) Add a more detailed stack trace into the Search Dev Tools query log

Fixed

  • (Enterprise Search) Fix ordering user queries by meta key/value
07 July 2026

17:40:21 GMT+0000

Added

  • (Enterprise Search) Add filters in User’s query_db method
  • (Enterprise Search) Add support of include, lower_limit_object_id, and upper_limit_object_id for User Indexable
  • (Enterprise Search) Add a more detailed stack trace into the Search Dev Tools query log

Fixed

  • (Enterprise Search) Fix ordering user queries by meta key/value
07 July 2026

15:02:26 GMT+0000

Fixed

  • Fixed the “Read more” documentation link on the Secure MCP log pages to point to the Secure MCP documentation instead of the general audit log docs.
06 July 2026

18:05:04 GMT+0000

Added

  • Added new vip defensive-mode commands to enable, disable, and configure defensive mode for an environment.
  • Added step-up verification support for protected actions, including automatic retry after verification succeeds.

Changed

  • Non-interactive runs now fail fast when step-up verification is required, unless you explicitly opt in to wait with --rechallenge-wait or VIP_RECHALLENGE_WAIT=1.
  • Production defensive-mode mutations in non-interactive workflows now require explicit confirmation bypass via --skip-confirmation.
  • Dev-env: Limit vip-dev-env.yml.ejs to plain YAML with <%= configDir %> substitution.

Fixed

  • Login and logout now clear cached elevated permissions to prevent reuse across account switches on the same machine.
02 July 2026

14:35:08 GMT+0000

Fixed

  • Fixed Safe Publish config loading on multisite so site-level and network-site-level settings are available together.

Removed

  • WP-CLI: Removed the already-disabled Async_Scheduler_Command class

Changed

  • Secure MCP: MCP requests whose authenticated email does not match a WordPress user now return a 401 error instead of silently declining authentication.
02 July 2026

13:59:32 GMT+0000

Changed

  • Secure MCP: MCP requests whose authenticated email does not match a WordPress user now return a 401 error instead of silently declining authentication.
01 July 2026

11:26:27 GMT+0000

Fixed

  • Secure storage may be unavailable even if the keychain provider successfully initializes.
30 June 2026

17:55:46 GMT+0000

Fixed

  • Fixed Safe Publish config loading on multisite so site-level and network-site-level settings are available together.

Removed

  • WP-CLI: Removed the already-disabled Async_Scheduler_Command class
30 June 2026

17:40:39 GMT+0000

Fixed

  • Fixed an error that could prevent editing existing organization notifications.
29 June 2026

23:19:18 GMT+0000

Fixed

  • Fixed an error that prevented the WP-CLI logs page from loading when the command history contained an errored command.
26 June 2026

19:31:14 GMT+0000

Fixed

  • Fixed Tollbit integration domain rows so www. domains show the configured domain separately from the normalized Tollbit DNS target.
25 June 2026

22:05:47 GMT+0000

Fixed

  • Fixed Tollbit integration domain rows so www. domains show the configured domain separately from the normalized Tollbit DNS target.
24 June 2026

21:48:25 GMT+0000

Fixed

  • vip wp: Fixed a crash (ERR_USE_AFTER_CLOSE) on Node.js 24 when a websocket reconnect occurred during a long-running non-interactive command.