Node.js recently released v24.14.0. All VIP Node.js v24 sites have been updated with the security release.
Questions?
If you have any questions related to this release, please open a support ticket and we will be happy to assist.
Node.js recently released v24.14.0. All VIP Node.js v24 sites have been updated with the security release.
If you have any questions related to this release, please open a support ticket and we will be happy to assist.
WordPress 7.0 Beta is now available for testing on VIP. This is the first release part of the WordPress 7.0 development cycle and can now be deployed to all non-production WordPress environments.
The current target for the final release is April 9, 2026
WordPress 7.0 is a milestone release with a big push into collaboration, AI infrastructure, and an enhanced editing experience. Here’s a preview of what’s coming–keep in mind that features might get dropped or be added until the final release on April 9:
Available on VIP since January, Real-Time Collaboration will be integrated into WordPress Core with 7.0. It allows multiple users to edit the same post or page simultaneously, with data syncing, block-level notes and live updates.
WordPress 7.0 ships with a fresh default color scheme and cleaner dashboard styles. These CSS-level changes bring the WordPress Admin experience closer to the Site Editor’s modern look while keeping the interface familiar.
The quickest way to test locally is to use the VIP Local Development Environment.
To update an existing environment:
vip dev-env update -w=7.0 --slug=mytestsite
To create a new one:
vip dev-env create -w=7.0 --slug=mytestsite
You can update your non-production environments by running the trunk version of WordPress from within the Software Management section of the VIP Dashboard or by running the vip config software update command with VIP-CLI.
For example:
vip @mytestsite.develop config software update wordpress trunk
We’re excited to share a brand new opportunity for developers in the WordPress ecosystem. Without a standardized benchmark, evaluating team capabilities and assessing candidates for complex, mission-critical applications often relies on subjective measures and uncertain outcomes.
The Advanced Professional WordPress Developer Certification changes that.
As the first certification designed specifically for enterprise-level WordPress development, this credential provides an objective, trusted measure of developer expertise in the areas that matter most: scalability, performance optimization, advanced security, complex debugging, system architecture, and disaster recovery.
Move beyond subjective assessments. This certification provides assurance that developers possess enterprise-grade skills, giving you confidence in their ability to handle your most demanding projects.
Certified developers bring proven knowledge of security best practices, performance optimization, and disaster recovery—directly reducing vulnerabilities and downtime that can significantly impact your organization.
Supporting professional development demonstrates your commitment to team growth. Developers value employers who invest in their advancement, improving retention while making your organization more attractive to high-caliber candidates.
The exam verifies skills in writing well-architected, maintainable code that supports scalability, performance, and security across diverse implementations. It measures advanced competency across eight key domains: WordPress Core, Custom Development, Security, Performance, Change Management, Debugging, Scalability and Architecture, and Disaster Recovery.
The certification is intentionally platform-agnostic, ensuring its relevance for WordPress professionals regardless of hosting environment or technical stack. Experience with the WordPress VIP platform is not required.
Learn more and schedule your exam today at learn.wpvip.com/certification!
Between March 3 and March 17, we will be updating the version of MySQL running on non-production environments from 8.0.40 to 8.4.8, followed by a two-week period for testing and validation before the production rollout.
The upgrades for production environments will start on April 1, 2026, and will be complete by the end of April, ensuring all environments are running MySQL 8.4.8 ahead of the MySQL 8.0 end‑of‑life date on April 30, 2026.
The MySQL upgrade is not expected to impact site availability or stability, and no action is required from WordPress VIP customers. All environments will be upgraded within the timelines described above, and the overall schedule for these updates cannot be changed.
If you have any questions, please open a support ticket, and we’ll be glad to assist.
Node.js recently released v24.13.1. All VIP Node.js v24 sites have been updated with the security release.
If you have any questions related to this release, please open a support ticket and we will be happy to assist.

Your sites face constant pressure from bots, credential stuffing, and DDoS attacks. Traditional rate limiting blocks legitimate users during traffic spikes while sophisticated bots slip through by distributing requests across larger networks.
Defensive Mode solves this by raising the computational cost of each request for attackers without degrading the experience for real visitors. It’s now generally available for all VIP customers.
Defensive Mode adds an extra layer of protection against malicious traffic by detecting suspicious activity at the edge and issuing proof-of-work challenges to visitors. When your site experiences a traffic spike that exceeds normal patterns, Defensive Mode activates and requires browsers to complete a lightweight computational task before accessing content.
For legitimate visitors, this process happens in the background and completes within seconds. For automated bots and attack scripts, the computational cost becomes prohibitive, effectively filtering out malicious traffic before it can impact site performance or stability.
Enterprise sites are frequent targets for credential stuffing, content scraping, and volumetric attacks. Traditional rate limiting can block legitimate users during traffic spikes, while allowing sophisticated bots that distribute requests across many IP addresses.
Defensive Mode addresses this gap by raising the cost of each request for attackers without degrading the experience for real visitors. Because VIP manages your entire infrastructure from edge to application, Defensive Mode activates based on actual application health metrics, such as PHP worker utilization or Node.js request concurrency, rather than just traffic volume. This means smarter, more targeted protection that activates when your application is actually under stress.
You can access Defensive Mode in the VIP Dashboard under Application → Environment → Security Controls → Defensive Mode. The feature operates at the environment level, so you can configure production and staging independently. To enable Defensive Mode, toggle it to “On” and select your preferred challenge type. We recommend starting with background proof-of-work for minimal visitor friction and a high threshold. For detailed configuration options and best practices, see the Defensive Mode documentation.
A note on API integrations: If your site uses authenticated API requests, those requests should continue to work normally. However, unauthenticated API calls may be challenged during high-traffic periods. Review your integration patterns if you experience any issues.
If you have any questions related to this feature release, please open a support ticket and we will be happy to assist.
Following our previous post, we have completed the scheduled maintenance on the primary database server that powers the VIP Go API. All features that were temporarily disabled during the maintenance window have now been restored.
If you have any questions about this upgrade, please open a support ticket, and we’ll be happy to assist.
This minor release includes fixes for 49 bugs throughout Core and the Block Editor, addressing issues affecting multiple areas of WordPress including the block editor, mail, and classic themes. For a full list of bug fixes, please refer to the release candidate announcement.
WordPress 6.9.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.0; it is scheduled for release on 9 April 2026.
If you have any questions related to this release, please open a support ticket and we will be happy to assist.
Jetpack 15.5 is available now for testing and the download link is available here
Jetpack 15.5 will be deployed to VIP on Tuesday, February 17, 2026*. The upgrade is expected to be performed at 17:00 UTC (1:00PM ET).
*This deployment date and time are subject to change if issues are discovered during testing of the Jetpack release.
A full list of changes is available in the commit log.
Note: This requires a minimum of WordPress 6.8
We recommend the below:
As you’re testing, there are a few things to keep in mind:
If you have any questions, related to this release, please open a support ticket and we will be happy to assist.
Node.js v20 reaches end-of-life on April 30, 2026. After that date, Node.js v20 will no longer receive security patches and will be removed from the VIP software management tool.
VIP will automatically update non-production environments to Node.js v22 on April 24, while all production environments will be updated on April 30, 2026. We recommend upgrading proactively to maintain full control over testing and timing.
Updating takes 5–10 minutes per environment with zero downtime. Here’s the recommended process:
npm install can differ between Node.js major versions. Versions are backward compatible, but reinstalling dependencies helps surface version-specific changes.Read the Node.js version management guide and our Software Versions documentation for detailed instructions.
If you have any questions about the update, contact our Support team and we’ll be happy to assist.
You must be logged in to post a comment.