Skip to main content

Pantheon release notes

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

August 6, 2024

The 1.32.0 update is now available for the WordPress (composer managed) upstream. This release is a maintenance update to resolve some inconsistencies with the upstream distribution of WordPress (composer managed). Most notably, this update includes a removal of decoupled packages that were erroneously being added to the non-decoupled upstream as well as other minor updates.

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, you need to apply the update to your WordPress (composer managed) site or upstream.

Applying updates

This update aims to resolve known issues that could lead to merge conflicts. However, conflicts may still occur, especially as we are continuing to make changes in the Early Access (EA) phase. If you run into merge conflicts with this update, you can manually resolve them by running the following command:

For assistance with managing merge conflicts, refer to our documentation on auto-resolving via the dashboard or manually resolving via the command line.

July 29, 2024

The update is now available for the WordPress (composer managed) upstream. Previously, the 1.31.0 update was released and then quickly rolled back. This release fixes issues with subdirectory multisite that were discovered following that earlier release, as well as implements the filter added to the Pantheon MU Plugin in version 1.4.5.

Highlights

  • Removes code that for handling wp-admin URLs. This code was not working as intended and testing revealed it to be unnecessary.
  • Adds a filter to disable the subdirectory multisite custom wp-content directory warning.

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

Applying updates

If you run into merge conflicts with this update, you can manually resolve by running the following command:

For assistance with managing merge conflicts, refer to our documentation on auto-resolving via the dashboard or manually resolving via the command line.

Additional notes

This release should show up on your dashboard as an available update. It is advised to apply updates manually using the documentation above if there are conflicts, whether you previously applied the 1.31.0 update or not.

July 29, 2024

The Pantheon MU Plugin v1.5.0 update is now available. This latest update is included with next version of WordPress and can be installed on WordPress (composer managed) installs using composer update or by checking for updates in the dashboard.

What's new?

This update introduces a new "comptibility layer" feature designed to enhance the compatibility of your site’s plugins. Here are the key highlights:

  • Automatic compatibility fixes: The compatibility layer automatically detects many plugins listed in our WordPress Plugins and Themes with Known Issues guide. If a plugin is detected, relevant fixes are applied automatically.

  • Compatibility reports: If a plugin is detected but no fix is available, the compatibility layer generates a report for you.

  • Site health integration: Compatibility reports are added to a new section of the Site Health page, accessible under the Tools menu in your WordPress administration dashboard.

Upgrade now to take advantage of these enhancements and ensure your plugins work seamlessly with your WordPress site.

July 25, 2024

We’re excited to announce the launch of Workflow Logs, a powerful new feature enhancing visibility and streamlining troubleshooting operations on the Pantheon platform. Accessible directly from your site dashboard, next to the Support tab located in the top right corner, Workflow Logs provide critical insights for effectively managing your workflows.

Workflow logs - key features

Key features:

  • Status overview: View key information on the status of workflows, including progress statuses, along with additional details such as start time, end time, initiating team member, and environment.
  • In-depth details: Access code sync, error details, build logs, and Quicksilver posted messages from the expandable sections.
  • Filtering: The workflows displayed comprise a curated list of user-relevant workflows. Further narrow your focus by utilizing filters to quickly find specific workflows by environment or completion status.
  • Archiving: Export all visible workflows to a CSV file for archival purposes with the 'Download to CSV' button.

View all features

Our team will continuously enhance Workflow Logs through a planned list of improvements and ongoing feedback collection.

July 23, 2024

On July 2, 2024, Pantheon completed the migration of our customer's New Relic accounts to begin using the New Relic v2 APIs:

  • This change allows Pantheon to leverage New Relic's latest account management features to manage its New Relic accounts.
  • Pantheon customers using Quicksilver scripts to add New Relic deployment markers will need to use the latest version of the New Relic deployments Quicksilver script to add deployment markers in New Relic moving forward.
July 19, 2024

The latest update, v1.4.5, of the Pantheon MU Plugin is now available. This update will be included with the upcoming WordPress 6.6.1 release.

What's new?

This update introduces a filter to the WordPress Multisite Network Setup page for subdirectory multisite installations with a custom wp-content directory. Previously, WordPress showed a warning that a custom wp-content directory might not be supported by subdirectory multisites. However, this warning does not apply to our WordPress (Composer Managed) upstream, which is powered by Bedrock. Our MU plugin has a customized version of the WordPress core file that renders this page. To address this, we've added a new function and filter (pantheon.enable_subdirectory_networks_message) that lets us (and you!) disable the warning when it's irrelevant.

The next update to the WordPress (Composer Managed) upstream will include this filter from the MU plugin.

For more information about WordPress (Composer Managed) refer to our WordPress and Composer documentation.

July 19, 2024

Pantheon has updated the default PHP version for WordPress, Drupal 7, and Drupal Composer Managed upstreams to PHP 8.2, replacing the previous default of PHP 8.1.

Please note that PHP 8.1 is now only receiving security support and will reach its End of Life in December 2025.

If you maintain a custom upstream, this change will not be reflected in pantheon.upstream.yml unless you update your fork from Pantheon's upstream.

We recommend thoroughly testing this core update before deploying it to the Live environment. If your site requires an older version of PHP or if you wish to upgrade to PHP 8.3, please refer to Pantheon’s documentation on how to manage PHP versions via the pantheon.yml configuration file.