Skip to main content

Pantheon release notes

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

The Pantheon HUD plugin v0.4.4 update is now available.

What's new in this update

  • Bug fix: Resolved a UI issue affecting the Pantheon icon in the Pantheon menu.
  • Enhancements: Improved adherence to Pantheon's WP coding standards with several under-the-hood fixes.

Learn more about our Pantheon WP Coding Standard in our video on YouTube

Update the Pantheon HUD plugin today to enjoy these improvements and fixes.

December 5, 2024

Drupal 7.103 is now available on Pantheon as of December 05, 2024.

For a detailed list of changes, see the announcement on drupal.org.

Action required

Upgrade your Drupal 7 site to version 7.103 directly from your Pantheon Dashboard or via Terminus.

Long-Term Support

Pantheon is committed to providing security updates for Drupal 7 for at least two additional years beyond its upcoming end-of-life date on January 5, 2025. This commitment is in partnership with Tag1 Consulting, offering Long-Term Support (LTS) for Drupal 7 at no additional cost.

For details about this offering and steps to prepare your sites, refer to our related documentation.

December 5, 2024

Terminus 3.6.1 is now available as of December 05, 2024. This minor 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.

November 26, 2024

PHP versions 8.1.31, 8.2.26 and 8.3.14 are now available on the platform. These updates bring the latest bug fixes and enhancements, improving performance and security for your sites. Updates will be applied automatically over the next few days, so no manual action is required.

Important PHP version information

  • PHP 8.0 reached End-of-Life on November 26, 2023.
  • PHP 8.1 is now receiving security-only updates and will reach End-of-Life in December 2025.
  • 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.

November 20, 2024

Drupal 7.102 is now available on Pantheon as of November 20, 2024. This release includes two important security fixes and addresses a PHP 8.2 deprecation notice in the bundled pantheon_apachesolr module.

For a detailed list of changes, see the announcement on drupal.org.

Action required

Upgrade your Drupal 7 site to version 7.102 directly from your Pantheon Dashboard or via Terminus.

Long-Term Support

Pantheon is committed to providing security updates for Drupal 7 for at least two additional years beyond its upcoming end-of-life date on January 5, 2025. This commitment is in partnership with Tag1 Consulting, offering Long-Term Support (LTS) for Drupal 7 at no additional cost.

For details about this offering and steps to prepare your sites, refer to our related documentation.

November 20, 2024

Pantheon is now accepting customers into a private beta for our Content Publisher.

With Pantheon Content Publisher, your team can now safely publish content directly from Google Docs to Drupal, WordPress, or Next.js sites — quickly and seamlessly. Skip the extra steps and empower everyone who writes and collaborates to participate in web publishing.

Here’s what you can expect

  • Publish from Google Docs straight to your website: Write, edit, collaborate, and publish right from Google Docs.
  • Live preview: See exactly how your content will look before it goes live and see changes in real time.
  • Collaborative editing: Use comments, suggestions, and other collaboration features in Google Docs.
  • Structure your content: Organize and structure your content for content discoverability and SEO. Define metadata fields with AI recommendations.
  • Controlled publishing: Manage publishing workflow. Avoid copy-pasting mistakes with automated quality control.

Documentation

Learn how to set up Content Publisher on your Drupal, WordPress, or Next.js website:

November 14, 2024

Version 8.2.0 of our Drupal module Search API Pantheon has been released to address performance and schema issues with Solr cores.

Update to 8.2.0 and check the behavior of your site in a Dev or Multidev environment prior to deploying to Test or Live environments.

Critical fix: Solr core reload functionality

This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. 8.2.0 implements automatic core reloading to maintain search index integrity.

Key improvements in 8.2.0

  • Automatic core reload after schema updates
  • Core reload functionality accessible through both UI and Drush commands
  • Enhanced error handling during schema updates

Updating Search API Pantheon via Composer

Depending on the strictness of your Composer constraints you may get 8.2.0 just by running composer update. If you do not, you can specify the version with:

Schema updates

After installing 8.2.0 of Search API Pantheon, please perform a schema update within a non-live environment via one of the following methods:

  • Admin dashboard: /admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema
  • Terminus and Drush: terminus drush <site>.<env> search-api-pantheon:postSchema [solr-server] [path-to-schema]

After performing the schema update in the non-live environment, check the search functionality to ensure it is working as expected. If it is, deploy the changes Test and Live environments and repeat the schema update there.

Report any issues to Pantheon Support.