Skip to main content

Pantheon release notes

Your destination for staying informed about our latest innovations and product updates.
Subscribe to RSS feed
March 12, 2025

The Pantheon MU Plugin v1.5.3 update is now available for Composer-based WordPress sites. For non-Composer-based WordPress sites, this latest update will be bundled with the next WordPress core update (likely 6.8, expected April 15.). WordPress (composer managed) sites can upgrade today using composer update or by checking for updates in the dashboard.

What's new?

The 1.5.3 update includes a number of minor bug fixes and enhancements:

  • Updates all links to the Plugins with Known Issues documentation page to the updated WordPress Known Issues page to match the update to the docs site.
  • Fixes a PHP warning on the Site Health page. (props to Weston Ruter for the report.)
  • Fixes an issue in the compatibility layer that was causing the WP Rocket plugin to throw a fatal error on deactivation.
  • Updates the compatibility layer to define constants earlier in WordPress execution. Previously, the constants were defined on plugins_loaded which may be too late to override those constants set by the plugins themselves. (props to Rachel Backert for the report.)
March 11, 2025

The Pantheon Advanced Page Cache and Search API Pantheon modules have been updated to support Drupal 11. This enhancement enables you to confidently launch and manage Drupal 11 sites using these optimized modules.

What's New?

  • Drupal 11 Compatibility: Both modules have been tested and updated to ensure seamless integration with Drupal 11, providing enhanced performance and reliability.

Action Required

To take advantage of these updates, please ensure your modules are updated to the latest versions:

We recommend reviewing the release notes for each module to understand the specific changes and improvements.

March 7, 2025

A Terminus 4.0.0-alpha1 pre-release is now available. The next generation of Terminus adds support for PHP 8.4 and removes support for PHP versions 8.1 and below.

For more information about this release, visit the GitHub release page.

Support for older PHP versions in Terminus 3.x

Terminus 3.x is not compatible with PHP 8.4. The recommended PHP version to use locally with Terminus 3.x is 8.3.

On macOS with Homebrew PHP 8.3 can be installed by specifying the version when installing the php package, e.g. brew install php@8.3. If you already have PHP installed at the default version (8.4), you may need to use brew unlink php and brew link php@8.3 to use the corrected version.

For more information see the php Homebrew formula.

How to upgrade to Terminus 4.x while in alpha

During the pre-release development phase of Terminus 4, the only way to install Terminus is directly from the phar.

If you previously used Homebrew (macOS-only) to manage your installation, you will not be able to update to Terminus 4 until it is generally available and the Brew formula is updated. In that case, use the commands below to install Terminus to 4.0.0-alpha1:

If you have already installed Terminus via the phar file, you can use terminus self:update --preview to update to the latest version. The --preview flag is required to update to the latest pre-release version of Terminus.

If you have questions or concerns around Terminus 4, please use the Terminus issue queue.

March 3, 2025

Terminus 3.6.2 is now available as of March 03, 2025. This small update contains the latest bug fixes and improvements for this tool.

For more information about this release, visit the GitHub release page.

How to upgrade Terminus

If you manage your installation via Homebrew on macOS, you can update Terminus with the following command:

For other systems, see additional upgrade instructions here.

February 28, 2025

Editorial note: The date for when this change will occur was originally published as March 1, 2025 but has since been updated to March 3, 2025.


To improve API security, New Relic will retire legacy REST API keys on March 3, 2025. These keys are used to access REST API v2 endpoints. To continue to utilize these endpoints, you will need to generate a new API Key. You can read more about this end-of-life in this Forum post.

How to check if you're affected

Not all accounts use REST API keys. To check if you need to take action:

  1. In New Relic, click on your profile icon (bottom left) and select API Keys.
  2. Click REST API Key on the right side of the page.

This will load the legacy New Relic UI. The following image is an example of an account that does not have a REST API key associated with it.

Example New Relic integrations API keys page without any keys

  1. If a key is listed, your account uses a REST API key. If no key appears, your account is unaffected.

The following image is an example of an account that has a REST API key associated with it. Note that when present, you have options to show the key (which will show the first few characters, not the entire key) and delete it.

Example New Relic integrations API keys page with keys

Tip: REST API keys start with the prefix NRAA or a random combination of letters and numbers.

What to do if you have a REST API key

  1. Create a new user API key — this can be done in the New Relic UI or via NerdGraph.
  2. Replace the old REST API key with the new user API key in your environment.

What happens if you don’t update your keys by March 3rd?

If you don’t replace the old keys by the deadline, any workflows relying on these keys will stop functioning as intended. Generating a new key and replacing the old key will restore functionality.

February 27, 2025

The WordPress Pantheon Advanced Page Cache version 2.1.1 update is now available. This latest update resolves a bug that caused some sites to cache 404 pages, leaving scheduled posts unavailable after publishing.

What's new?

  • A post's path is explicitly purged when it is published for the first time, in addition to related surrogate keys.
  • Purged paths can be further customized with the pantheon_clear_post_path filter.

Upgrade the plugin now in your WordPress admin to take advantage of these improvements and make the most of Pantheon's edge caching layer or learn more about Pantheon Page Cache in our documentation.

February 19, 2025

Pantheon has shared our roadmap with customers for a long time, but it was static and didn't allow you to submit feedback. With our new interactive public roadmap, that all changes.

What's new?

  • Access our new interactive public roadmap at your convenience.
  • Submit feedback about individual features on the roadmap, or new ideas that aren't yet represented.

For more details, see related documentation.

Why is this being done?

In the past, Pantheon’s roadmap was shared via presentations a few times a year. Our hands-on approach with customers isn’t going away, but we wanted to ensure our product roadmap was available to all customers, whenever they needed it. Our prior method also didn’t provide a clear path for feedback, which is now built into the new experience.

What’s next?

Access the roadmap anytime at https://roadmap.pantheon.io. Submit feedback about roadmap items or new ideas that you’d like to see. Help drive the future of Pantheon, ensuring our platform grows with you and continues to meet your needs.

February 13, 2025

Today we are releasing the side-by-side preview editor for Pantheon's Content Publisher. Previously available by request under a feature flag, the side-by-side preview editor is now available to all users participating in the private beta program.

This new experience makes it easy to see how content from Google Docs will render on your website:

  • Edit your Google Doc and see how it renders on your website in a single browser tab - no more juggling multiple windows.
  • Get quick access to the preview directly from the content explorer in the administration interface.
  • Toggle between ‘desktop’ and ‘mobile preview’ to check responsive rendering.
  • Simply change the zoom factor for a better preview if your screen feels too small.

What's next

  • Further improvements to this feature as well as other bug fixes and minor improvements will be released continuously.
  • See also, the Content Publisher release notes for a more detailed history of changes.