Skip to main content

Pantheon release notes

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

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.
February 11, 2025

The 1.32.5 update is now available for the WordPress (composer managed) upstream. This quick follow-on release to 1.32.4 extends the previous update that added handling for the index.php file in the web/ directory on composer install actions to composer update as well. Previously, the Composer script maybe-install-symlinks was only run on composer install (Git push). Applying upstream updates would not run this script, which could lead to files being missing from the web/ directory and resulting in your site failing to load.

The 1.32.5 update applies a change to your composer.json file that adds this Composer script to the post-update-cmd Composer hook, ensuring that it runs on all Composer actions (install and update).

For more details, refer to the WordPress (Composer Managed) changelog.

Action required

To benefit from these updates and ensure your site is using the most current version, apply the update to your WordPress (composer managed) site or custom upstream.

February 10, 2025

The 1.32.4 update is now available for the WordPress (composer managed) upstream. This release adds handling for situations when the index.php file in the web/ directory is missing or removed. A new check has been added that runs on each composer install (which runs on code sync) that verifies the web/index.php file exists. If it does not, the file is re-created. This prevents an issue where a site would fail to load if that file was missing.

For more details, refer to the WordPress (Composer Managed) changelog.

Action required

To benefit from these updates and ensure your site is using the most current version, apply the update to your WordPress (composer managed) site or custom upstream.

January 29, 2025

Composer 2.8.3 is now used in both application containers and Integrated Composer environments.

Automatic rollout - No action required

Composer 2.8.3 will roll out automatically. No action required from you during this process.

Breaking changes

Developers should be aware of a potentially breaking change introduced in 2.8.0. The fallback behavior from https_proxy to http_proxy has been removed, as previously warned in 2.7.3. If your configurations depend on this behavior, update them to avoid connectivity issues.

Highlights

Composer 2.8.3 introduces a range of improvements and updates made between versions 2.7.7 and 2.8.3, including:

  • --patch-only flag for updates: Limit updates to patch versions with this new flag for the update command.
  • Improved interactive package updates: Enhanced package display makes interactive updates more intuitive.
  • JSON schema validation: New validation ensures integrity for composer.lock files.
  • PHP 8.4 compatibility: Compatibility updates for the latest PHP version.
  • Bug fixes: Resolved issues with provider suggestions and lock file schemas.

View an overview of the changes made between 2.7.7 and 2.8.3 by comparing the tags or explore the highlights on Composer's Releases page.

Notes

  • Composer commands can be executed on Pantheon via the Terminus Composer plugin.
  • For operations that modify version-controlled code (like adding a module via composer require which will change composer.json and composer.lock), you must run such commands in Dev or Multidev environments where version controlled files are writable. Such files are not writeable in Test and Live environments.
  • To learn more about Composer on Pantheon, visit our guide on Integrated Composer.
January 17, 2025

We’ve added a feature to the billing section of the Pantheon dashboard that helps you quickly check the status of your most recent invoice.

What's new?

  • Status tags: Your latest invoice now displays a "Paid" or "Unpaid" tag for easy tracking.

This update makes it easier to stay informed about your latest payment without impacting dashboard performance.

New invoice status tags

What's next?

This effort towards improved billing visibility in the dashboard lays the groundwork for further improvements down the road. In a future update, we plan to apply "Paid" and "Unpaid" tags across all invoices, rather than just the most recent invoice.