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.

Showing page 1 of 60

RSS 
10 February 2026

20:44:17 GMT+0000

Changed

  • Jetpack: Updates to latest version 15.5 for WordPress 6.8+ applications

Fixed

  • Two Factor: OTP Authentication URL is rendered correctly.
  • Converted inline scripts into external components to allow for Content-Security-Policy without unsafe-inline.
  • Exit after redirect in Two Factor

Added

  • Email address is now included in Pendo visitor telemetry data
10 February 2026

13:47:10 GMT+0000

Added

  • Added enhanced tooltip functionality.

Changed

  • Replaced the legacy tooltip implementation for the “Challenge Type” heading in Defensive Mode to provide clearer and more accessible information using rich formatting and translation support.
05 February 2026

21:10:09 GMT+0000

Fixed

  • Corrected the column headers in the exported metrics for Edge Response Codes to reflect the sum total of responses rather than the average
04 February 2026

17:28:14 GMT+0000

Added

  • Defensive Mode is now available to all VIP customers, allowing them to enable enhanced security protections for their applications
03 February 2026

18:09:36 GMT+0000

Fixed

  • Enterprise Search: Fix get-indexes –active=true to properly retrieve term indexes in MS environments
  • An intermittently failing test related to telemetry integration.
  • The vip-real-time-collaboration integration loading issues.

Changed

  • Added double-write support for Elasticsearch migrations to continue mirroring writes to ES7 after upgrading to ES8, enabling safe rollbacks during the post-migration window
  • Update vip-real-time-collaboration to version 0.2 and Gutenberg to version 22.4.1-f48ad9c.
  • Updated Gutenberg version string for the Real-Time Collaboration integration

Added

  • Automatically enable Two-Factor Email authentication when creating VIP support users via WP-CLI
  • Add support for staged roll-out of the Real-Time Collaboration integration
03 February 2026

17:45:10 GMT+0000

Fixed

  • Fixed bar chart rendering issues when displaying metrics with only 1-2 data points
03 February 2026

17:21:17 GMT+0000

N/A – Internal tracking change only, no user-facing functionality affected.

30 January 2026

19:40:18 GMT+0000

vip-cli 2026-01-30 19:40

Added

  • Each Dev Env command execution now logs into separate log file and the file location is printed at the end of the execution. This is a quality-of-life improvement aimed at significantly reducing the friction around debugging Dev Env issues.
30 January 2026

14:13:48 GMT+0000

Changed

  • Updated text in the Defensive Mode settings panel and confirmation dialog for disablement.
29 January 2026

19:51:28 GMT+0000

Changed

  • Updated text in the Defensive Mode settings panel and confirmation dialog for disablement.
27 January 2026

21:41:59 GMT+0000

Fixed

  • Enterprise Search: Fix get-indexes –active=true to properly retrieve term indexes in MS environments
  • An intermittently failing test related to telemetry integration.

Changed

  • Added double-write support for Elasticsearch migrations to continue mirroring writes to ES7 after upgrading to ES8, enabling safe rollbacks during the post-migration window
  • Update vip-real-time-collaboration to version 0.2 and Gutenberg to version 22.4.1-f48ad9c.

Added

  • Automatically enable Two-Factor Email authentication when creating VIP support users via WP-CLI
  • Add support for staged roll-out of the Real-Time Collaboration integration
27 January 2026

20:48:14 GMT+0000

Changed

  • Enterprise Search: Disallow use of ngram filters in mapping
  • Enterprise Search: Only active indices get healed
  • Added additional checks before the inclusion of an admin-facing telemetry library.

Fixed

  • Enterprise Search: Fix CLI command wp vip-search get-index-settings
20 January 2026

18:50:50 GMT+0000

Changed

  • Enterprise Search: Disallow use of ngram filters in mapping
  • Enterprise Search: Only active indices get healed
  • Added additional checks before the inclusion of an admin-facing telemetry library.

Fixed

  • Enterprise Search: Fix CLI command wp vip-search get-index-settings
20 January 2026

18:16:42 GMT+0000

Fixed

  • Enterprise Search: Fixes PHP 8 Warning: Undefined array key “image/svg+xml” when requesting media endpoint
  • Fixes active parameter in vip-search get-indexes command to have a high limit instead of default 100

Changed

  • Dynamically load the latest version of the VIP Block Data API and VIP Governance plugins
  • Updated the wp-parsely submodule (used for local development environments) to version 3.22.0.
  • Updated the default version of wp-parsely from 3.21 to 3.22.
  • Jetpack: Update to latest version 15.4
  • Enterprise Search: Only active indices get healed
13 January 2026

20:57:59 GMT+0000

Fixed

  • Enterprise Search: Fixes PHP 8 Warning: Undefined array key “image/svg+xml” when requesting media endpoint
  • Fixes active parameter in vip-search get-indexes command to have a high limit instead of default 100

Changed

  • Dynamically load the latest version of the VIP Block Data API and VIP Governance plugins
  • Updated the wp-parsely submodule (used for local development environments) to version 3.22.0.
  • Updated the default version of wp-parsely from 3.21 to 3.22.
  • Jetpack: Update to latest version 15.4
13 January 2026

20:50:46 GMT+0000

Fixed

  • Fixes active parameter in vip-search get-indexes command to have a high limit instead of default 100

Changed

  • Query Monitor: Update to 3.20.2
  • Search: Fix race condition causing duplicate key errors in the search index queue by adding a status WHERE condition to prevent concurrent updates of the same job.