Skip to main content

Pantheon release notes

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

Starting today, the new Site Dashboard enters General Availability for Professional Workspaces. Specifically, this release changes the following for Professional Workspaces:

  • The new experience is now the default, previously it could be enabled and disabled.
  • The option to disable the new experience has been removed.

Personal Workspaces are not impacted, and still require opting in to enable the new experience.

Information:
Note

The following highlights what users can expect in the new experience. Note these items have not been added or impacted by todays change but were delivered by our earlier Beta release.

  • Same functionality, familiar workflows – No need to relearn anything. Your day-to-day tasks remain unchanged.
  • Modern, accessible design – We’ve made significant improvements to align with the latest usability design standards, enhancing readability, contrast, and navigation.
  • Performance improvements under the hood – While this may feel mostly visual, we’ve reworked key infrastructure for long-term speed and reliability.
  • Small but powerful UX upgrades – New conveniences like one-click to copy the commit SHA, along with other thoughtful touches for enhanced usability.

Shows a preview of the new/fresh commit log

November 12, 2025

Pantheon is updating its platform to align with current IANA standards by removing support for deprecated MIME types that use the x- prefix. This change will be introduced on November 17, 2025.

The following deprecated types have been updated to their modern, IANA-standard equivalents. No action is required for these files unless you have custom code explicitly referencing the old format.

  • application/mathml+xml mml
  • application/javascript js mjs
  • image/vnd.microsoft.icon ico
  • image/bmp bmp
  • application/vnd.rar rar
  • audio/mp4 m4a
  • video/mp4 m4v
  • font/ttf ttf
  • text/vcard vcf
  • application/vnd.amazon.mobi8-ebook mobi

The following deprecated x- prefixed MIME types will be removed entirely from platform support:

  • text/x-component htc
  • image/x-jng jng
  • application/x-7z-compressed 7z
  • application/x-cocoa cco
  • application/x-javascript
  • application/x-java-archive-diff jardiff
  • application/x-java-jnlp-file jnlp
  • application/x-makeself run
  • application/x-perl pl pm
  • application/x-pilot prc pdb
  • application/x-redhat-package-manager rpm
  • application/x-sea sea
  • application/x-shockwave-flash swf
  • application/x-stuffit sit
  • application/x-tcl tcl tk
  • audio/x-realaudio ra
  • video/x-flv flv
  • video/x-mng mng
  • video/x-ms-asf asx asf
  • video/x-ms-wmv wmv
  • video/x-msvideo avi
  • application/x-plist plist

Action Required

Review any custom code or configurations that utilize the removed MIME types and update them to use their respective IANA-standard equivalents.

If you encounter a file type that IANA does not yet handle, or if you require an alternative configuration, please follow the instructions in our documentation.

November 12, 2025

The Pantheon Content Publisher plugin is now officially available in the WordPress Plugin Repository. You can now install or update it directly from your WordPress dashboard.

Pantheon Content Publisher on the WordPress.org Plugin Repository

Action required

We recommend that all customers switch their sites to the WordPress.org–hosted version to take advantage of seamless updates and improved long-term support. By switching, you’ll:

  • Receive automatic update notifications and one-click upgrades within the WordPress admin panel
  • Stay up to date with the latest security, stability, and compatibility improvements
  • Benefit from WordPress’s official distribution system, including built-in changelogs, and version tracking

Switching to the repository version helps ensure your site runs the most stable and officially supported release of the plugin.

November 7, 2025

The latest update to the Pantheon Advanced Page Cache Drupal module includes a change regarding module compatibility to ensure the best performance for your site.

Key Update

The BigPipe module is fundamentally incompatible with the architecture of Pantheon's Global CDN and the functionality provided by Pantheon Advanced Page Cache module. To improve site reliability, the module will now automatically disable BigPipe when Pantheon Advanced Page Cache is enabled.

If the BigPipe module is somehow enabled after PAPC is installed, a clear error message will now be displayed on the Drupal Status Report page (/admin/reports/status).

This warning clearly highlights the fatal incompatibility and the risk of site errors.

November 6, 2025

Terminus 4.1.1 is now available. This patch update contains the latest bug fixes and improvements for this tool.

This release includes enhanced database cloning capabilities and improved environment information accuracy.

Added

  • Auto-detect URLs for database clone search-replace operations, reducing the need for manual URL configuration when cloning databases between environments

Fixed

  • Fixed the drush_version field output in the env:info command to display accurate Drush version information

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.

November 4, 2025

A refreshed, modernized site creation experience is now available in the Pantheon Dashboard for all users.

Share questions and feedback in the Pantheon Community Slack.

New user interface showing the creation of a WordPress site in the dashboard

Key Changes

  • The process and workflow is the same, with fewer “loading” screens.
  • Design improvements to align with the latest usability standards.
  • Previously, errors were checked after form submission. Now, errors are checked as you type.
  • Previously, after deployment completed, only a single button was shown for opening the new site dashboard. In the new experience, we've added next steps in context with relevant documentation links: New user interface showing the completion of deploying a new WordPress site in the dashboard
November 3, 2025

PHP versions 8.3.27 and 8.4.14, are now available on the platform. These updates bring the latest bug fixes, improving performance and security for your sites. The latest versions have already rolled out to all sites.

PHP 8.4 is only available with the new PHP Runtime Generation 2.

The PHP 8.4 upgrade process automatically includes an upgrade to PHP Runtime Generation 2 if your site hasn't been upgraded already.

Important PHP version information

  • PHP 8.1 and 8.2 are currently receiving security-only updates.
  • For more details, see the full list of PHP supported versions.

For the best performance and security, Pantheon recommends running PHP 8.2 and above.

October 30, 2025

For sites using Object Cache Pro, a new recommended config constant, Pantheon OCP Config Version 2.0, is now available.

The primary change is setting the analytics persist setting to false to reduce Redis errors experienced by sites. This will now clear object caching analytics when the cache is flushed.

View the new config constant here.

Action Required

You may choose to manually replace the WP_REDIS_CONFIG constant in your wp-config-ocp.php or re-run terminus install:run <site>.<environment> ocp to apply the changes.