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.
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.
23 June 2026
16:21:30 GMT+0000
Changed
- WP Memcached: Updates version
23 June 2026
01:37:00 GMT+0000
v4.0.8
Fixed
- “Request content length mismatch” error on file uploads.
22 June 2026
20:25:37 GMT+0000
Fixed
- Fixed file uploads failing with “Response body object should not be disturbed or locked” when an upload request was retried, and ensured retries re-stream the file instead of reusing a consumed stream.
22 June 2026
16:57:58 GMT+0000
Changed
- Safe Publish multisite environments now configure connected site URL and sync mode per network site.
Fixed
- Fixed Basic Auth validation and clearing behavior for Safe Publish configuration.
- Fixed password reveal button alignment in password inputs.
19 June 2026
12:20:56 GMT+0000
Fixed
- Fixed the environment type badge being hidden in the breadcrumb on mobile viewports when viewing app sub-pages.
19 June 2026
09:14:59 GMT+0000
Fixed
- Fixed a CI type-check failure (
TS2307) by adding local typings for the optional @postman/node-keytar module used by secure keychain code paths.
- Prefer HTTPS for dev environment login URL.
- Fixed a regression where
vip dev-env update could skip wizard prompts in interactive sessions.
- Restored expected interactive behavior while preserving non-interactive behavior for non-TTY execution.
- Dev-env: Fixed false positive SQL import validation errors for exported dumps containing Unicode line-separator bytes inside string data.
- Secure keychain will be used if available.
- No customer-facing changes; test coverage only.
- Dev-env: Fixed SQL imports of MyDumper-format backups failing with
ERROR 1050: Table already exists when the local database contains existing tables
Changed
- Show both HTTP and HTTPS versions of the login URL.
- Documented CLI parser migration guardrails for short-option equals syntax and parser-backed option defaults.
- Custom Deployments: Add a pre-deploy check for
vip app deploy that warns when the deployment archive contains nested archive files over 50 MB
Related
- Refs PLTFRM-22 / PLTFRM-1032 (prior MyDumper import escalations)
- Companion PRs: #2872 (search-replace size fix), #2873 (ENGINE validation), #2874 (DB tuning)
- 🤖 Generated with Claude Code
Added
- Added
vip app deploy-token generate to generate deploy tokens for a selected application environment.
- Added a release smoke test script for high-risk VIP-CLI parser and dispatch checks.
17 June 2026
15:26:04 GMT+0000
Fixed
- Fixed an issue where SSO users could not complete step-up verification (e.g. changing another user’s role) because the verification pop-up was cancelled immediately when the identity provider set a
Cross-Origin-Opener-Policy header.
16 June 2026
19:47:27 GMT+0000
Changed
- WP Memcached: Updates version
16 June 2026
18:12:54 GMT+0000
Added
- Added a “Download as CSV” button to the org-wide and per-environment audit logs.
- Added text search to the audit logs to filter events by any field; the CSV export respects the active search.
- Added a 90-day date-range filter to the audit logs (server-side); the CSV export covers the full selected range.
Changed
- Improvements were made to Traffic Classification, making the detection of
People and Bot classes more accurate; It was a multi-step process that started on June 10th, with follow-up VIP Dashboard changes on June 16th.
Fixed
- Fixed the audit log “Load more” leaking out-of-range events and truncating pagination when a date filter was active (Apollo cache
keyArgs).
15 June 2026
13:44:55 GMT+0000
Fixed
- Agentforce: Preserve the data sync progress state when the wizard is refreshed mid-sync, preventing a duplicate sync from being started.
12 June 2026
20:06:38 GMT+0000
Added
- Introducing new Sidebar App Switcher that will allow you to navigate between your apps without having to go back to App list page.
09 June 2026
18:57:53 GMT+0000
Changed
- Updated the wp-parsely submodule (used for local development environments) to version 3.23.3.
- Real-Time Collaboration: Updated the integration to load plugin version
0.3.
09 June 2026
18:16:23 GMT+0000
Added
-
- Added the
vip_get_device_class() to return the device type ('desktop', 'smart', 'dumb', or 'tablet') based on the X-Mobile-Class HTTP header.
05 June 2026
13:25:32 GMT+0000
Fixed
- Fixed Feature Discovery showing SSO Authentication as inactive for users whose role cannot see full identity provider details.
- Fixed permission-hidden feature configuration from being displayed as inactive in Feature Discovery counts and rows.
02 June 2026
19:15:23 GMT+0000
Added
-
- Added the
vip_get_device_class() to return the device type ('desktop', 'smart', 'dumb', or 'tablet') based on the X-Mobile-Class HTTP header.
02 June 2026
19:05:14 GMT+0000
Changed
- Updated RTC to use Gutenberg 23.1.1
- Updated RTC to use Gutenberg 23.2.0
- Updated the wp-parsely submodule (used for local development environments) to version 3.23.2.
Fixed
- Fixed OPCache status in Site Health incorrectly reporting as disabled on VIP environments
26 May 2026
19:06:42 GMT+0000
Changed
- Updated RTC to use Gutenberg 23.1.1
- Updated RTC to use Gutenberg 23.2.0
- Updated the wp-parsely submodule (used for local development environments) to version 3.23.2.
Fixed
- Fixed OPCache status in Site Health incorrectly reporting as disabled on VIP environments
26 May 2026
10:12:57 GMT+0000
Fixed
- Used the correct tooltip component (
NewTooltip) in the Agentforce Salesforce domain step, replacing the deprecated Tooltip