Skip to main content

Pantheon release notes

Your destination for staying informed about our latest innovations and product updates.
March 27, 2024

On March 25, 2024, it was announced in the WordPress development blog that the default storage location for the Font Library (added in WordPress 6.5) will be wp-content/uploads/fonts. Previously, we had added a feature to our Pantheon MU Plugin to support the new Font Library feature by changing the previous default path (wp-content/fonts) to wp-content/uploads/fonts. This change to our MU plugin removes that override as it is no longer necessary. You can read more about the Font Library feature in our guide to using the Font Library on Pantheon.

March 26, 2024

We've updated our Terminus GitHub Action with the ability to share sessions across jobs to simplify and reduce the authentication overhead including any associated rate limiting when authenticating their machine token. These sessions are encrypted prior to being cached using industry standard AES-256 encryption, PBKDF2 (Password-Based Key Derivation Function 2) algorithm, and increased iterations when deriving the encryption key. We've also updated to the latest versions of actions/checkout and actions/cache.

Some technical details:

  • The session data is encrypted using OpenSSL with AES-256 and PBKDF2 before being cached.

  • The session information is scoped to a workflow run, meaning re-running the same workflow will use existing cache (in case of a failure, etc) while new workflows create a new session.

March 20, 2024

As part of our continued effort to provide the latest and best in secure software, PHP versions 7.1 and below will reach end-of-sale (EoS) on May 15, 2024. This means that sites created after May 15 will not be able to change their PHP version to PHP 7.1, 7.0, or any version of PHP 5. Sites created with custom upstreams using EoS PHP may also have unexpected behavior upon site creation.

Sites already running PHP 5, PHP 7.0, or PHP 7.1 will continue to run even after May 15.

PHP 7.1 was declared end-of-life (EoL) by the PHP Foundation on November 30, 2020, more than three years ago. PHP 5.6 reached EoL on December 31, 2018, more than five years ago. EoL software does not receive security or feature updates, and could expose sites to attack if any vulnerabilities or exploits are discovered.

Action required

Customers using custom upstreams with a PHP version less than 7.2 should update their custom upstreams by May 15 to avoid disruption. The current supported versions of PHP are 8.1, 8.2, and 8.3. Pantheon currently recommends at least PHP 8.1 for all production sites.

March 18, 2024

PHP 8.2.17 and 8.3.4 were released on the platform. They contain the latest bug fixes and security releases for PHP. As a reminder, PHP 8.0 reached End-of-Life on 26 November 2023. For the best performance and security, Pantheon recommends running PHP 8.1 and above.

March 11, 2024

Pantheon Advanced Page Cache v1.5.0 is now available on WordPress.org and GitHub. This release adds a new filter to make cache purges less aggressive and provide more flexibility for developers and the sites they maintain. You can learn about the filter in the plugin's README file which includes an example of how to use it.

Additionally, this update implements our recently updated WPUnit Helpers project to simplify PHP Unit tests as well as our recently developed Plugin Release Actions to automate steps in the release process.

You can read the full changelog in the GitHub release notes.

March 8, 2024

The latest version of Drupal 7, 7.100, became available on Pantheon as of March 8, 2024.

Highlights

  • Announcements Module 7.100 includes the Annoucements module backported to Drupal 7. Please read the change record before updating if you do not want the module to be automatically enabled.
  • PHP 8 Compatibility Bundled with Drupal 7's release is an update to Pantheon's Apache Solr module that fixes deprecation warnings with PHP 8.1+.
  • Bug fixes and security hardening In addition to the Announcements module, the release includes a few bug fixes and feature improvements. No security fixes are included in this release. For full details, see the release notes on Drupal.org.

Upgrade your Drupal 7 site to Drupal 7.100 right from your Pantheon dashboard or Terminus.

March 4, 2024

WordPress 6.5 will add a new Font Library feature. The Font Library allows you to upload fonts from your computer or add any of the fonts available on Google's font library to your WordPress site. In anticipation of this, Pantheon has added a feature to our Pantheon MU Plugin to support the new Font Library feature. You can read more about the Font Library feature in our guide to using the Font Library on Pantheon.

February 27, 2024

We've recently modified the Pantheon wrapper around the WP-CLI executable to solve a number of interrelated issues that customers may have previously been experiencing and/or using workarounds to solve. We recommend reviewing your site's logs and resolve any PHP notices or warnings.

Problem

  • Our WP-CLI wrapper included a hard-coded --url flag for all wp commands run on the platform (via Terminus, e.g. terminus remote:wp or terminus wp, or internal workflows that relied on WP-CLI like flushing cache or viewing the Status page in the dashboard).
  • For WordPress Multisites, the hard-coded --url flag pointed to the Pantheon platform domain (*.pantheonsite.io) instead of the actual domain of the site resulting in errors and the command failing unless executed manually (via Terminus with the correct --url flag attached).

Solution

  • We have implemented a solution that checks if a site is a WordPress Multisite. If so, we remove the hard-coded --url flag, allowing WP-CLI to operate normally.
  • This change does not affect workflows that are properly passing the --url flag to WP-CLI commands via terminus (e.g. terminus wp <site>.<env> -- plugin list --url=<url>). Any WP-CLI flags passed after the -- in the terminus wp command will be passed through to and interpreted by WP-CLI.
  • This change means that many sites that were previously unable to view their full Status page will now be able to do so, and flushing site cache via the button in the Pantheon dashboard on sites that previously were unable to or had errors in doing so should now work as expected. Any other workflows or processes that relied on WP-CLI will also benefit from this change.

Recommended action

This change may also expose PHP notices and warnings that were previously being hidden due to WP-CLI failing commands. We recommend reviewing your site's logs and working to resolve any PHP notices or warnings that you see.
February 21, 2024

The latest versions of PHP 8.x are now available on the Pantheon platform. PHP 8.1.27, 8.2.16, and 8.3.3 are all bug fix releases. No action is required on your part if you are using one of these PHP versions (8.1, 8.2 or 8.3).

February 20, 2024

We're thrilled to announce the availability of WP-CLI v2.10.0 on the Pantheon platform.

WP-CLI is easily accessible for any WordPress site on Pantheon through our CLI, Terminus. Manage your WordPress installations efficiently with the power of WP-CLI at your fingertips.

Highlights

  • New i18n "make-php" command: This new command lets site owners take advantage of WordPress Core's "Performant Translations" project even before it is released with WordPress Core.
  • Adds minor and patch limitations to theme updates: Now, like plugins, themes can be updated only to their latest minor or patch releases
  • Bug fixes: WP-CLI 2.10.0 fixes "a lot of small and not so small bugs" with more than 200 pull requests merged.

For those who love diving into the details, we encourage you to explore the detailed WP-CLI changelog.

January 31, 2024

The latest version of WordPress, 6.4.3, became available on Pantheon as of January 30, 2024.

Highlights

  • Security updates: Addressed two security vulnerabilities, including a PHP file upload bypass (limited to administrators), and a object injection mechanism that could be used to exploit an existing Remote Code Execution (RCE) vulnerability. Since this release fixes security vulnerabilities, users are urged to upgrade their sites immediately. For a detailed analysis of the two security patches, see this article from Patchstack.
  • 5 bug fixes in Core
  • 16 bug fixes in the Block Editor

Upgrade to WordPress 6.4.3 right from your Pantheon dashboard or Terminus for added security.

January 25, 2024

As we embark on a new year, we're excited to unveil a transformation. This January marks the introduction of Pantheon release notes, a rebranding of our changelog. Our aim is to elevate your platform experience by providing even more valuable insights into product updates.

What's new?

  • Enhanced visibility: Discover our improved interface with added tags to each release note, indicating their category and whether action is required. This feature ensures quick insights at a glance, making your navigation smoother.
  • Filter functionality: Explore the convenience of our newly integrated filter functionality, allowing you to tailor your release note view based on specific tags. This feature ensures you get information that's most relevant to you.

What’s coming up?

Get ready for a streamlined and more dynamic experience with Pantheon release notes. We're committed to keeping you in the loop every step of the way, ensuring you stay informed about the latest.

  • Frequent updates: Say goodbye to waiting for a monthly summary. We're shifting from the monthly retrospective model to publishing a release note for each significant update, providing you with real-time information.
  • Proactive communication: This change supports more proactive communication. Now, any noteworthy change will be marked here, complementing other channels like blog posts and emails.

What lies ahead?

This is just the beginning! Stay tuned for more enhancements down the road as we continue to refine and elevate your Pantheon experience.

We appreciate your continued support and look forward to a year filled with collaborative success.

January 24, 2024

We're thrilled to announce the availability of WP-CLI v2.9.0 on the Pantheon platform.

WP-CLI is easily accessible for any WordPress site on Pantheon through our CLI, Terminus. Manage your WordPress installations efficiently with the power of WP-CLI at your fingertips.

Highlights

  • Enhanced PHP 8.2 support: This release is dedicated to refining support for PHP 8.2, the recommended version on Pantheon.
  • Optimized compatibility with WordPress 6.4: We've worked to guarantee seamless compatibility, providing you with the best performance and features available.
  • Introducing "wp config is-true" command: Our Pantheon engineers have introduced the new "wp config is-true" command. Specifically designed for shell scripting, this command improves WP-CLI functionality and is already integrated into some of our automation processes.
  • Bug fixes: Although primarily a compact release, WP-CLI v2.9.0 brings a significant impact with crucial bug fixes to enhance usability.

For those who love diving into the details, we encourage you to explore the detailed WP-CLI changelog.

January 23, 2024

The latest version of WordPress, 6.4.2, became available on Pantheon as of December 6, 2023.

Highlights

  • Security updates: Addressed a Remote Code Execution vulnerability. While not directly exploitable in Core, its potential severity was recognized, especially when combined with certain plugins, particularly in multisite installations.
  • 7 bug fixes in Core: Resolved an issue causing inconsistencies in stylesheet and theme directories.

Upgrade to WordPress 6.4.2 right from your Pantheon dashboard or Terminus for added security.

January 22, 2024

Pantheon has seamlessly integrated the Drupal 7.99 release, packed with bug fixes and exciting feature enhancements.

Highlights

  • Menu link enhancement: "Parent link" in new custom menu creation is now limited to the current menu, simplifying the process. Editing still allows access to links from other menus, enabling easy relocation.

  • New Drupal 7 hook: Introduced a new “hook_field_schema_alter()”, providing additional flexibility for schema alterations.

  • Security improvement for failed logins: Error messages after a failed login now include a password reset link without disclosing the username, enhancing security by preventing unintended disclosure to third-party services.

Elevate your Drupal 7 experience by applying these updates directly from your Pantheon dashboard. If you would like to delve into specifics of this release, please explore on drupal.org.

December 1, 2023

We're thrilled to announce an impactful upgrade to Pantheon's security infrastructure, reinforcing our commitment to safeguarding your websites. In response to the escalating sophistication of distributed denial-of-service (DDoS) attacks, we've implemented innovative solutions to fortify our defenses. Particularly, we've addressed a surge in Layer 7 attacks targeting content management systems, ensuring resilience even without our Advanced Global CDN's Web Application Firewall (WAF).

Key benefits:

  • Advanced DDoS protection: Our engineers have proactively countered Layer 7 attacks, mitigating risks posed by inauthentic traffic targeting web content management systems.
  • Rate limiting capabilities: We've introduced rate limiting capabilities within our Global CDN, curbing abusive traffic effectively. This ensures a stable online presence, even during large-scale attacks, preventing wider stability issues.

For more in-depth insights into the measures we've taken and the value they bring to your Pantheon experience, delve into the full blog post. Your website's security and stability are our top priorities, and this enhancement is another step in our ongoing commitment to delivering a robust WebOps platform.

December 1, 2023

Introducing proactive alerts tailored for directories with substantial file counts, which could impact performance or accessibility. Stay informed with timely notifications delivered directly to your dashboard and via email when file counts reach 50,000 and 100,000. This feature empowers you to efficiently manage your file system and address potential issues promptly.

December 1, 2023

The Pantheon Drupal Starter Kit for Front-End Sites has undergone significant improvements.

  • Setup experience: The setup process is now more user-friendly and guided for a seamless experience.
  • Health check script: The newly introduced health check script alerts you to known configuration issues before a build fails.
  • Front-End Sites settings: Effortlessly navigate through the Settings page, simplifying the testing of your preview endpoint, and allowing convenient copying of environment variables for use in the Front-End Sites Dashboard.

Curious about creating a new Drupal project with these enhancements? Find detailed instructions here.

For further insights and discussions on similar sites, join the #front-end-frameworks Slack channel.

December 1, 2023

We've enhanced your site management experience by enabling the ability to delete Multidevs directly from your Front-End Sites dashboard. This upgrade simplifies project organization, providing you with a seamless process to remove unnecessary Multidevs.

This intuitive addition streamlines site management, offering a hassle-free solution to keep your projects organized and optimized. Find detailed instructions here.

November 1, 2023

The WordPress Native PHP Sessions plugin added primary keys to its custom tables in 1.2.2 for greater performance and redundancy, but did not upgrade existing sites. Now, version 1.4 includes an optional upgrade command for sites that installed the plugin prior to the 1.2.2 release.

Our open source WordPress Native PHP Sessions is available in the WordPress.org plugins repo.

November 1, 2023
  • As part of Pantheon’s commitment to accessibility, diversity, and inclusion, we are proud to announce that we have completed an external audit of our platform’s accessibility features and the results are available in our WCAG 2.1 AA VPAT.
  • Our teams have ongoing efforts to improve accessibility further and have outlined goals to improve our support of WCAG 2.1 AA criteria for the next two quarters.
  • Our partners and customers who depend on WCAG compliant products can confidently continue to use the platform knowing that we hold accessibility to be an important function of the services we provide.
November 1, 2023

Administrators of large workspaces will now be able to easily remove access for offboarded users at scale. When a member of your team changes jobs, or for whatever reason you need to remove a person from your sites, you can now do so faster

As you remove users from your workspace or site team, you will be prompted to remove access across all sites that a given user may be connected to, which can save multiple clicks and manual labor to ensure the right access levels are maintained.

To learn more about how this new offboarding process works, take a look at our documentation.

November 1, 2023

Pantheon introduced a new build pipeline for Front End Sites to significantly improve build times. Beginning on November 13th, 2023, newly created sites are automatically using the new pipeline and cannot opt back to the old pipeline. Sites made prior to that date can opt-in to the new pipeline to take advantage of the new features. All pre-existing sites that do not opt-in will be switched over for new builds on or around January 15th.

Additionally, we are adding support for Node 18 (for dynamic sites) and 20 (for both static and dynamic sites). To select a specific version, Pantheon is moving away from using .nvmrc and will instead look to the “engines” field in your project’s package.json file.

To find out more about adopting the new pipeline, check out our documentation, and read our blog post about how we’re already experiencing the benefits of this internally at Pantheon.

November 1, 2023

The File System team at Pantheon achieved significant speed improvements in backup processes. The Valhalla export process was overhauled, allowing backups to be constructed from new objects, cutting down export times by 25-83%. This was accomplished by initiating object retrieval immediately after receiving MANIFEST metadata, omitting empty files, and promptly archiving received files.

November 1, 2023

Visibility into composer logs has been a top customer request. Now, if you need to debug a composer build failure due to an error, install the Terminus Composer Logs plugin on your machine to view more details. Upstream Update logs are also available. Installation instructions and command usage can be found here in the plugin's GitHub repository.

October 1, 2023

Global CDN now has improved compatibility with the WPML multilingual WordPress plugin. Page variations for each language can be cached at the edge. This update was rolled out automatically for all sites that use the WPML plugin and increased site cache hit ratio by 24% on average.

October 1, 2023

Sometimes you just need more memory to serve your site reliably. To learn more about why we doubled the memory for most site plans, check out this blog by Rachel Whitton, Lead Technical Writer here at Pantheon.

To take advantage of the increased memory limit, contact our customer support team. Or drop by our regular Zoom-based office hours.

October 1, 2023

PHP 8.2.11 and 8.1.24 were released on the platform. They contain the latest bug fixes and security releases for PHP. As a reminder, PHP 8.0 will reach End-of-Life on 26 November 2023. For the best performance and security, Pantheon recommends running PHP 8.1 and above.

October 1, 2023

The Pantheon Front-End Sites Settings page is now available for users of the WordPress for Front-End project. It provides a simplified post install experience where users can copy environment variables for use in the Front-End Sites dashboard, and also test their preview endpoint. Instructions for creating a new WordPress project can be found here. Want to chat more about these kinds of sites? Join the #front-end-frameworks Slack Channel.

October 1, 2023

On September 20th, Drupal core updates were released to address a critical vulnerability in the JSON:API module. Those updates became immediately available within the Pantheon dashboard for one-click code updates. Additionally, our engineers updated our CDN to mitigate potential attacks.

If you have a Drupal site using JSON:API we suggest you update as soon as possible if you haven't done so already. And even if you aren't using JSON:API, it'll still feel good to apply an update, right? To better understand the nature of security updates, come watch the Pantheon YouTube Livestream on October 25th.

October 1, 2023

We're excited to announce that our documentation site has been seamlessly integrated with our brand-new design system. This enhancement brings a fresh and cohesive look to our documentation, providing a unified and visually appealing experience for our users. Explore the updated, improved, and more accessible Docs site today.

Docs Design System

September 20, 2023

On September 20th, Drupal core updates were released to address a critical vulnerability in the JSON:API module. Those updates became immediately available within the Pantheon dashboard for one-click code updates. Additionally, our engineers updated our CDN to mitigate potential attacks.

If you have a Drupal site using JSON:API we suggest you update as soon as possible if you haven't done so already. And even if you aren't using JSON:API, it'll still feel good to apply an update, right? To better understand the nature of security updates, come watch the Pantheon YouTube Livestream on October 25th.

September 1, 2023

WordPress Multisites can now run automated Search and Replace when cloning the database between environments or spinning up new environments.

Subdomain Multisites can use a domain map to define the URLs between environments, or auto-convert to a subdirectory Multisite in non-live environments.

For more information, see Pantheon’s documentation on Search and Replace. Or join the #WordPress Slack Channel to connect with other Pantheon customers & super-users.

September 1, 2023

We released an update for the Solr Search for WordPress plugin which disables auto-commit by default and allows cron to push solr commits regularly instead.

This drastically improves the performance of large sites and avoids 503 errors related to hard committing on every update. This update is recommended for all WordPress sites currently running the plugin.

You can still enable auto-commit by explicitly setting SOLRPOWER_DISABLE_AUTOCOMMIT to false.

September 1, 2023

Pantheon has deployed PHP versions 8.2.9, 8.1.22, and 8.0.30 to customer sites running on the platform. These releases address vulnerabilities disclosed in CVE-2023-3823 and CVE-2023-3824.

If you are using PHP 8.2, 8.1 or 8.0, there is nothing further that you need to do. If you are still on PHP 7.4 or earlier, though, you should schedule some time to upgrade to a supported version.While the vulnerabilities patched in these latest releases are not reported to affect PHP 7.4, the fact remains that there could be (and probably are) unpatched vulnerabilities in the end-of-life versions. Read more about it in Greg Anderson’s blog post.

September 1, 2023

We released an update for the Pantheon Advanced Page Cache WordPress plugin which adds a filter to allow disabling surrogate keys for posts' taxonomy terms. This can be especially helpful for posts with large numbers of taxonomies (such as WooCommerce products with a large number of global attributes).

For more information, see Pantheon documentation.

September 1, 2023

WordPress sites can now leverage an upgraded object caching solution on Pantheon! Object Cache Pro is a highly optimized premium WordPress plugin that integrates with Redis for business class performance. Find out more about our perspective Object Caching from Steve Persch, Director of Developer Experience.

See Pantheon’s documentation for instructions on how to enable Object Cache Pro. Or join the #WordPress Slack Channel to connect with other customers using Object Cache Pro.

September 1, 2023

Pantheon has pushed an update to WordPress and Drupal 7 core upstreams which sets PHP 8.1 as the new default PHP version, rather than 7.4.

Please test this core update thoroughly before deploying to the Live environment. If your site requires an older version of PHP, or if you'd like to upgrade to PHP 8.2, see Pantheon’s documentation on how to manage PHP versions via the pantheon.yml configuration file.

September 1, 2023

We released version 1.0.5 of the WP Decoupled Preview plugin which contains a bug fix specific to WordPress 6.3. WP Decoupled Preview enables content editors to see their changes in the context of a front-end framework (served through Pantheon's Front-End Sites) like Next.js. To try this functionality, request access to Front-End Sites and follow our tutorial for spinning up our WordPress + Next.js starter.

Can you tell we want more teams to sign up for Front-End Sites? If you don't yet have access, as of the last month you'll now see callouts in the site creation flow that lead to Front-End Sites Access:

Sign up page in the Pantheon dashboard for decoupled Early Access

Thanks to efforts in the last month, once you spin up new codebases in Front-End Sites, you will also find:

  • Newly improved readme files in your fresh projects.
  • Health checks that fire early in the build process if your Front-End Site may be likely to fail due to missing variables for a back-end CMS
  • A better navigation and search functionality for the Decoupled Kit project documentation.

Want to chat more about these kinds of sites? Join the #front-end-frameworks Slack Channel.

September 1, 2023

Helps Workspace Admins more effectively manage user access by providing the ability to offboard users from multiple sites in a single click.

For more information, see Pantheon’s documentation on Workspace Offboarding. Or join the #WordPress Slack Channel to connect with other Pantheon customers & super-users.

September 1, 2023

The Terminus Scheduled Jobs Plugin allows you to schedule and automate specific cron jobs according to site requirements without affecting performance.

You can specify the desired frequency (e.g., daily, weekly, monthly, hourly), and the actions to be performed. The system then executes the scheduled jobs automatically based on the provided instructions. Helps with long running jobs by granting a total budget of 300 mins (in a 24 hr period) to run jobs.

July 1, 2023

WP-CLI 2.8.1 is now live on the platform.

July 1, 2023

Pantheon customers can now re-run Integrated Composer builds via Terminus - without creating a new commit. Previously, pushing a new commit to the Dashboard was the only way to trigger a build. Occasionally site developers experience failed builds for external reasons (external repo issue, broken key, etc.). This update brings even greater functionality and flexibility to Integrated Composer.

July 1, 2023

Drupal 7.98 is available on the Pantheon platform. Users may update their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

July 1, 2023

In Pantheon's continual efforts to stay up to date with modern web security standards, Pantheon is removing support for a certain set of cipher suites for TLS 1.2. By removing support for specific TLS 1.2 ciphers, Pantheon is enhancing overall platform security. This change ensures that the websites hosted on Pantheon will only use stronger and more secure encryption protocols, which helps protect sensitive information transmitted between users and the websites.

The following obsolete TLS 1.2 ciphers have known vulnerabilities and have been removed:

  • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
  • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
  • TLS_RSA_WITH_AES_128_CBC_SHA
  • TLS_RSA_WITH_AES_128_GCM_SHA256
  • TLS_RSA_WITH_AES_256_CBC_SHA

Pantheon has proactively identified and communicated with affected customers. No action is required at this time, but if you have any questions/concerns, please feel free to reach out to your Account Team at Pantheon or to Pantheon Support via a ticket or chat.

June 1, 2023

WP-CLI 2.8.0 is now live on the platform.

June 1, 2023

WordPress 6.2.1 is available on the Pantheon platform. Users may update their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

June 1, 2023

With Launch Check, Pantheon customers can find out in seconds the health of their Drupal and WordPress websites - including best practices on site configurations. These reports are found in the Site Dashboard under the Status tab and are accessible by site team members. Recent updates to the "Status" dashboard include improved WordPress Multisite compatibility, as well as a security update to better prevent XSS attacks.

May 1, 2023

WordPress 6.2 is available on the Pantheon platform. Users may update their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

May 1, 2023

Cache Hit Ratio data is now available on the site Dashboard under the Live Environment's Metrics tab. A site's Cache Hit Ratio measures how efficiently the Global CDN is being leveraged to give users the fastest response time vs using a site's resources to process requests. This information has also been added to Terminus env:metrics command.

February 1, 2023

Pantheon users with Gold tier accounts (or above) now have the option to create their own WordPress Multisite. To enable the WordPress Multisite option on your account, contact your Customer Success Manager. To learn about WordPress Multisite, refer to our documentation.

February 1, 2023

WordPress 6.1.1 is available on the Pantheon platform. This release fixes 29 bug fixes in Core and 21 bug fixes for the block editor and users may update their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

February 1, 2023

Enhancements to the Workspace dashboard allow admins greater visibility and control over user roles, access levels, and privileges. Now, admins can perform periodic audits of users and permissions by Site or Workspace, communicate development work to specific users by Site group, and quickly onboard and offboard users at the Workspace and Site level. To learn more about roles and permissions, refer to our documentation.

February 1, 2023

Services like Redis greatly accelerate web performance by offloading heavy database and fileservice interactions to a fast in-memory cache. Pantheon Object Cache Update allows customers the ability to adopt Redis server 6.x. This capability is made possible by adopting Pantheon’s modernized infrastructure and cloud operations frameworks. To learn more about Object Cache, refer to our documentation.

February 1, 2023

Pantheon Learning is now available. Use Pantheon Learning to learn about the Pantheon platform through self-paced courses and virtual instructor-led training. You can find courses on New Relic, Front-End Sites, Autopilot, and much more in our training hub.

February 1, 2023

Pantheon will discontinue support for its built-in Localdev feature in June 2023. Check out this blog post to learn more about well-supported local development alternatives or read our documentation to learn more about this feature.

February 1, 2023

Pantheon Front-End Sites provide users with tools that improve the experience of building a decoupled site. Front-End Sites expedite the delivery of key functionality for site creation, accelerate time to value for new users, and improve development and editorial experiences. You can build a decoupled site on Pantheon using your own configuration or with one of our trusted development starter kits. To learn more about Front-End Sites, refer to our documentation.

February 1, 2023

Pantheon’s new Enterprise Billing Center brings accessible and detailed reporting to you via the Pantheon Dashboard. Use the this feature to easily understand your invoices or to see engaging data visualizations that show how individual sites contribute to overall costs. To learn more about Pantheon’s Enterprise Billing Center, refer to our documentation.

February 1, 2023

Drupal 9.5.3 is available for production sites and includes backwards-compatible improvements. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard.

February 1, 2023

Drupal 9.4.11 is available for production sites and includes backwards-compatible improvements. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard.

February 1, 2023

Drupal 10.0.3 is available for production sites. To learn more about creating a Drupal 10 site on Pantheon or updating a Drupal 9 site to Drupal 10, refer to our documentation.

February 1, 2023

Pantheon documentation now has a new location. Go to docs.pantheon.io for information on all Pantheon products and features. The Pantheon docs site is deployed using Front-End Sites, with redirects from pantheon.io behind AGCDN. Ensure you check out our much quicker and improved docs site.

January 1, 2023

Drupal 9.5.2 is available for production sites. This is a minor version (feature release) of Drupal 9. Drupal 9.5.x will receive security coverage until November 1, 2023 when Drupal 9 is end-of-life. Learn more about Drupal 9 and the Drupal core release cycle.

January 1, 2023

Drupal 9.4.9 is available for production sites. This is a patch (bugfix) release of Drupal 9 and is ready for use on production sites. Drupal 9.4.x will receive security coverage until June 2023 when Drupal 10.1.0 is released.

January 1, 2023

Drupal 10.0.2 is available for production sites. Drupal 10.0.x will receive security coverage until December 2023 when Drupal 10.2.0 is released.

December 1, 2022

WordPress 6.1.1 is currently available on the Pantheon platform. This minor release features 29 bug fixes in Core and 21 bug fixes for the block editor.

December 1, 2022

Drupal 9.5.0 is available for production sites. This is the final minor version (feature release) of Drupal 9. Learn more about Drupal 9 and the Drupal core release cycle.

December 1, 2022

Drupal 9.4.9 is available for production sites. This is a patch (bugfix) release of Drupal 9 and is ready for use on production sites. Drupal 9.4.x will receive security coverage until June 2023 when Drupal 10.1.0 is released.

December 1, 2022

Drupal 10 is now available on the Pantheon platform and ready for use on production sites. Drupal 10.0.0 has been released simultaneously with Drupal 9.5.0.

Check out our documentation for more information on Creating a Drupal 10 site on Pantheon or Upgrading a Drupal 9 site to Drupal 10.

November 1, 2022

WordPress 6.1 is currently available on the Pantheon platform. WordPress 6.1 refines the site-building experience and allows users to interact with enhancements that continue to make site creation more intuitive while pushing creative boundaries. For more information on the general updates, status reports, and the occasional code changes, check out the version 6.1 release status page.

November 1, 2022

The Workspace Index Service (WIS) is officially in Early Access. WIS aggregates sites from different site providers. This allows for better performance on site listings in the New Dashboard.

November 1, 2022

Drupal 9.4.8 is available for production sites. This is a patch (bugfix) release of Drupal 9 and is ready for use on production sites. Drupal 9.4.x will receive security coverage until June 2023 when Drupal 10.1.0 is released.

November 1, 2022

Drupal 9.3.22 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9.3.x will receive security coverage until December 8, 2022 when Drupal 9.5.0 is released.

Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

November 1, 2022

Account Management Guide - Learn how to set up teams, use dashboards, and how billing works. Develop an organization plan and administer your Pantheon platform with our account management documentation.

Log Files on Pantheon - Log files track and record your site's activity to help you find, debug, and isolate current or potential problems on your site. Each environment has individual log files which can be obtained using SFTP. Additionally, application-level logs can be accessed directly through Drupal. For more information on using log files and for answers to frequently asked questions about log files, check out our documentation.

November 1, 2022

The Deactivate Autopilot feature is now available. You can now remove sites from your Autopilot-enabled list and ensure Autopilot is not used on sites that are incompatible.

October 1, 2022

Previously, users with the Unprivileged role were not able to create sites using Custom Upstreams. Users with the Unprivileged role do not possess permissions to access the Workspace Dashboard and could not create sites using Custom Upstreams. Now, it's possible to create a site using a Custom Upstream from the Personal Workspace in the New Dashboard. Click Create New Site and then select Upstream From Workspace.

October 1, 2022

Drupal 9.4.5 is available for production sites. This is a patch (bugfix) release of Drupal 9 and is ready for use on production sites. Drupal 9.4.x will receive security coverage until June 2023 when Drupal 10.1.0 is released.

October 1, 2022

Drupal 9.3.22 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9.3.x will receive security coverage until December 8, 2022 when Drupal 9.5.0 is released.

Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

October 1, 2022

Quicksilver on Pantheon - Documentation on Quicksilver is now available in an accessible guide. Quicksilver hooks into platform workflows to automate your Pantheon WebOps workflow. This allows the platform to run selected scripts automatically every hour, or when a team member triggers the corresponding workflow.

September 1, 2022

The Pantheon-maintained WordPress Composer Managed upstream is available for Early Access participants. This upstream leverages Bedrock, a WordPress-specific framework for using Composer on WordPress sites. Complete the request form if you are interested in participating in this Early Access offering.

September 1, 2022

WordPress 6.0.2 is currently available on the Pantheon platform. This release features nearly a thousand enhancements and bug fixes. Because this is a security release, it is recommended that you update your sites immediately. The next major release will be version 6.1 which is planned for late 2022.

September 1, 2022

PHP 8.1 is now recommended for Drupal sites version 9.3.0 and higher. An underlying bug with ProxySQL was fixed in version 2.4.3 and PHP 8.1 was updated on the platform to incorporate this fix.

September 1, 2022

Drupal 9.4.5 is available for production sites. is available for production sites. This is a patch (bugfix) release of Drupal 9 and is ready for use on production sites.

September 1, 2022

Advanced Global CDN - AGCDN is now in General Availability and allows for advanced site management, enhanced security, and custom WAF. You can review the AGCDN case study for a real-life example of an AGCDN implementation.

Create a Composer-managed WordPress Site with Bedrock - WordPress does not natively support Composer, however, Bedrock is a WordPress-specific framework for using Composer on WordPress sites. You can create a site based on the Pantheon-maintained WordPress Composer Managed upstream. Bedrock installs WordPress as a required package so updates can be managed by Composer. The WordPress Composer Managed upstream is available for Early Access participants. Learn more about Bedrock and Composer-managed WordPress sites.

Environment Configuration - Learn about environment configurations on Pantheon in our new accessible guide. Each site on Pantheon comes with three environments: Dev, Test, and Live. This allows you to develop and test features without impacting your Live site. Additional development environments are available with Multidev. Refer to the Pantheon WebOps Workflow documentation for more details.

August 1, 2022

WordPress 6.0.1 is currently available on the Pantheon platform. This maintenance release features 13 bug fixes in Core and 18 bug fixes for the Block Editor.

The next major release will be version 6.1 which is planned for later in 2022.

August 1, 2022

Drupal 9.4.5 is available for production sites. This is a patch (bugfix) release of Drupal 9.4 and is ready for use on production sites. Drupal 9.4 was released in June 2022. Drupal 9.4 will receive security coverage until June 21, 2023 when Drupal 9.6.0 is released.

Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

August 1, 2022

Drupal 9.3.21 is available and includes backwards-compatible improvements. This is a patch version of Drupal 9.3 and is available for use on production sites. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9.3 will receive security coverage until December 8, 2022 when Drupal 9.5.0 is released.

Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

August 1, 2022

Autopilot Pre-Configuration Checklist - There are a few things you should know before you enable Autopilot. Use this guide to ensure your current site configuration is compatible with Autopilot. For more information on Autopilot, refer to the documentation.

Pantheon Decoupled - Pantheon Decoupled is available for Early Access participants. Pantheon Decoupled provides users with tools that improve the experience of building a decoupled front-end that sources data from a CMS back-end. With decoupled sites a CMS site can be linked to a single decoupled site or multiples sites, or the user does not need a CMS at all and can link directly to a front end application! Please check out how we can help you transition to a decoupled experience on the Pantheon platform.

Pantheon Global CDN - A guide for Pantheon's Global CDN is now available. Global CDN is a core platform offering that provides improved performance and security for customer sites. It supports caching to accelerate both static content and anonymous site pages. By serving data from cache servers all over the world, website visitors receive a response without having to wait.

Multidev Guide - Multidevs are development environments for teams. A Multidev environment allows a developer to fork the entire stack (code and content), work independently, and then merge the code changes back into the main site. Refer to this guide for detailed information using Pantheon's Multidev environment for your Drupal or WordPress site.

July 1, 2022

WordPress 6.0.1 is currently available on the Pantheon platform. This maintenance release features 13 bug fixes in Core and 18 bug fixes for the Block Editor.

The next major release will be version 6.1 which is planned for later in 2022.

July 1, 2022

Drupal 9.4.1 is available for production sites. This is a patch (bugfix) release of Drupal 9 and is ready for use on production sites.

July 1, 2022

Drupal 9.3.17 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9.3.x will receive security coverage until December 8, 2022 when Drupal 9.5.0 is released.

Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

July 1, 2022

Drupal 9.2.20 is available and includes backwards-compatible improvements. This is a minor version of Drupal 9 and is available for use on production sites.

July 1, 2022

Autopilot for Custom Upstreams - Combining Autopilot with Custom Upstreams is an excellent way to reduce the time spent on maintaining multiple sites. Pantheon allows eligible customers to use Autopilot and Custom Upstreams to automate routine maintenance for upstream and downstream sites.

Fastly on Pantheon - Pantheon offers extensive content delivery network (CDN) features through our Global CDN and Advanced Global CDN. Pantheon also partners with Fastly if you prefer to use a CDN outside of the Pantheon platform. Using Fastly can be a good option if you are looking for log or media storage integration solutions.

Git on Pantheon Guide - A new guide on using Git on the Pantheon platform is now available. Pantheon provides industry standard version control with Git. Pantheon uses Git to make sure all code is stored, versioned, and deployed both safely and predictably.

WordPress REST API - The WordPress Edge Integrations plugin provides REST API endpoints for all of the major functions and output available via server-side PHP code. A full list and descriptions of all endpoints exists in the WordPress Edge Integrations SDK documentation. To learn more about the WordPress SDK, refer to the documentation.

June 1, 2022

WordPress 6.0 is the latest major release of WordPress and is currently available on the Pantheon platform. This release features nearly a thousand enhancements and bug fixes.

If you’ve updated the previously released Twenty Twenty-two theme outside of Pantheon's WordPress upstream, updating to WordPress 6.0 will result in an error, due to the removal of the wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md file. To resolve this error delete this file, commit, and push your change, then reapply the update. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

June 1, 2022

Drupal 9.3.14 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site's Dashboard Dev tab.

June 1, 2022

Drupal 9.2.20 is available and includes backwards-compatible improvements. This is a minor version of Drupal 9 and is available for use on production sites.

June 1, 2022

Drupal 9 Migration Guides - The new Drupal 9 Migration Guides have been published. This is a major rework of the existing guide and provides greater assistance to users when choosing their upgrade path, creating separate guides for each path, or adding content for previously undocumented paths.

Using Solr 8 on Drupal 9 - Pantheon Search is now in General Availability. Pantheon Search is a system for indexing and searching site content. Pantheon Search with Solr 8 gives Drupal 9 web teams a high-performance search index integrated with Integrated Composer's one-click updates. Pantheon provides Solr-based search as a service for all environments. Currently, the default version of Solr on Pantheon is Apache Solr v3.6, but we recommend using Solr v8.

WordPress on Pantheon Quick Start Guide - This guide offers a comprehensive overview of WordPress on Pantheon. Use this guide to learn how to create a WordPress site on Pantheon or migrate an existing WordPress site. You can also learn about WordPress plugins, optimization, security, and content management.

WordPress with Composer on Pantheon - This new guide offers an overview of Composer-managed WordPress site capabilities on Pantheon. You can use this guide to create a new WordPress site that uses Composer, Continuous Integration, and Automated Testing. Additionally, you can learn how to create a new WordPress site that uses Integrated Composer.

May 1, 2022

Drupal 9.3.12 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. For Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site's Dashboard Dev tab.

May 1, 2022

Drupal 9.2.18 is available and includes backwards-compatible improvements. This is a minor version of Drupal 9 and is available for use on production sites.

May 1, 2022

Governance for WordPress Multisites - Multisite governance allows for increased efficiency for teams, by ensuring that roles and responsibilities are defined. For more information, refer to the documentation

Automate and Integrate your WebOps Workflow with Quicksilver - Hook into platform workflows to automate your Pantheon WebOps workflow and tell Pantheon which script you want to run. The platform will run the script automatically every time you or another team member triggers the corresponding workflow. You can use Terminus to install Quicksilver Composer scripts if you have a Composer-managed site. To learn more, refer to the documentation.

April 1, 2022

Drupal 9.3.9 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

April 1, 2022

Drupal 9.2.16 is available and includes backwards-compatible improvements. This is a minor version of Drupal 9 and is available for use on production sites.

April 1, 2022

Cron for WordPress - Pantheon Cron now runs WP-Cron as an hourly task or on demand using WP-CLI with Terminus. Using the WP-CLI to run cron jobs on WordPress sites improves overall site performance and reduces the processing overhead for scheduling requests. To learn more about Pantheon Cron, refer to our documentation.

Edge Integrations - Pantheon leverages integration between the CMS and our Global CDN with Edge Computing capabilities to deliver the right content to the right audience directly, and with fewer moving parts. Edge Integrations is a Software Development Kit (SDK) that allows users to personalize WordPress and Drupal on the Pantheon platform. For more information on Edge Integrations, refer to our documentation.

March 1, 2022

WordPress 5.9.1 is a maintenance release that is currently available on the Pantheon platform. This maintenance release features 82 bug fixes on both Core and the Block editor. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

March 1, 2022

Drupal 9.3.6 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

March 1, 2022

Drupal 9.2.13 is available and includes backwards-compatible improvements. This is a minor version (feature release) of Drupal 9 and is available for use on production sites.

March 1, 2022

Convert an Empty Upstream Drupal Site to a Composer Managed Site - Convert an empty upstream Drupal 9 site to use Composer to manage deployments and dependencies. You can then switch from empty to the new Integrated Composer drupal-recommended upstream while remaining on Drupal 9. To convert, ensure your site has the Pantheon empty repository in its upstream. For more information, refer to our documentation.

Managing Drush Versions on Pantheon - Pantheon currently supports Drush versions 8, 10, and 11. For sites that are managed by Composer, a site-local installation of Drush is recommended. To learn about Pantheon's default Drush version, compatibility, requirements, and how to implement site-local usage, refer to our documentation.

February 1, 2022

WordPress 5.9 is available for production sites and includes full site editing and the first default block theme. WordPress 5.9 comes installed with the Twenty Twenty-Two theme.

February 1, 2022

You can now customize the marketing communication you receive from Pantheon in the New Dashboard. From the New Dashboard, click the gravatar to access Personal Settings. Click Notifications and Manage Preferences under Emails from Pantheon, to update your email preferences.

February 1, 2022

Drupal 9.3.3 is available for production sites and includes backwards-compatible improvements. Drupal 9.3 was released in December 2021. From Drupal 9.3, PHP version 8.0 or higher is recommended; PHP 7.3 and higher remains supported. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

February 1, 2022

Drupal 9.2.11 is available and includes backwards-compatible improvements. This is a minor version (feature release) of Drupal 9 and is available for use on production sites.

February 1, 2022

Support Guide - Support details for Pantheon products and features are now available in a structured and detailed guide. You can learn about Pantheon’s Scope of Support, ways to contact Support, our Early Access program, and more. Refer to the documentation for more information.

January 1, 2022

Terminus 3.0 is now available. Use Terminus to perform any task you might do in the Pantheon Dashboard, including actions via Drush and WP-CLI. In addition, patch releases for Terminus 3 and Terminus 2 have also been released.

January 1, 2022

Customers can now upgrade their site database and PHP by using the One-Click Upstream Update feature in the Site Dashboard or the command Terminus upstream:updates:apply. Pantheon makes it simple to keep your site database secure and performant. Sites using Custom Upstreams can easily upgrade to supported database versions by configuring the site's pantheon.yml.

January 1, 2022

The usability of Workspace Switcher in the New Dashboard has been improved. The switcher in the Primary Global Navigation is now optimized for large accounts and will allow users to search for a Workspace directly in the New Dashboard. You can view up to 10 Workspaces connected to your account, from the list in the Primary Global Navigation.

January 1, 2022

As part of our end-of-life plan to retire the Legacy Edge, CNAMEs edge.live.getpantheon.com and styx-01.pantheon.io now point to Global CDN.  This change allows for the transition of sites to Global CDN with minimal interruption. Permanent shutdown happens on February 1, 2022.

January 1, 2022

Drupal 9 is in General Availability! It is available on Pantheon to all new sites, and is available as an upgrade path from Drupal 8 with Integrated Composer. For more information, refer to the documentation.

January 1, 2022

Convert a Custom Upstream to Integrated Composer - Learn how to convert a non-Composer-managed Drupal 8 site to Integrated Composer while on Drupal 8. The process is similar to the Upgrade Pantheon Drupal 8 Sites to Drupal 9 With Integrated Composer guide, except that you will stay on Drupal 8 with some special considerations for Custom Upstreams, and can defer the Drupal 9 upgrade to later. Refer to the documentation for more information.

December 1, 2021

WordPress 5.8.2 is available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. This security and maintenance release features two bug fixes in addition to one security fix. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated. This release fixes security vulnerabilities and users are urged to upgrade their sites immediately.

December 1, 2021

Drupal 9.2.8 is now available for production sites. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the Site Dashboard Dev tab.

Drupal 9.2.x will receive security coverage until June 15, 2022. Sites on 9.1.x or earlier should update to Drupal 9.1.13.

December 1, 2021

Drupal 8.9.20 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. Customers still using Drupal 8 on the Pantheon platform are strongly encouraged to upgrade to Drupal 9. Refer to the upgrade documentation for more information.

December 1, 2021

Personal Workspace Billing - Billing for Personal Workspaces in the New Dashboard is now more accessible. Users can add and manage subscription plans, change billing frequency, view the billing history for each renewal, and update payment information, all in one place. For more information on Billing in Personal Workspaces, refer to the documentation.

Multidev Access - To accelerate development and streamline maintenance, customers with Gold, Platinum, or Diamond accounts now have Multidev access automatically extended to contractors and agencies. For more information, refer to the Multidev FAQ documentation.

Support in the New Dashboard - Unified Support is now available in the New Dashboard. The Support tab in the New Dashboard simplifies the user experience for getting support on the Pantheon platform and offers users ease of access to the various support channels. Additionally, Diamond and Platinum Account customers can now call Pantheon's premium technical support line directly for any technical issues, escalations, site, billing, or overages queries. For more information, refer to the Support documentation.

November 1, 2021

Drupal 9.2.7 is now available for production sites. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the Site Dashboard Dev tab.

Drupal 9.2.x will receive security coverage until June 15, 2022. Sites on 9.1.x or earlier should update to Drupal 9.1.13.

November 1, 2021

Convert a Standard Drupal 8 Site to a Composer Managed Site - Upgrade a standard Drupal 8 site, by converting it to a Composer-managed Drupal 8 site on the new Integrated Composer framework. The documentation provides a guide for converting a standard Drupal 8 site using drops-8 to the new Integrated Composer drupal9 upstream while remaining on Drupal 8.

Using Solr 8 on Drupal 9 - Pantheon Search with Solr 8 is currently in Limited Availability. Pantheon Search derives from Apache Solr 8 and gives Drupal 9 web teams a high-performance search index integrated with Integrated Composer's easy one-click updates.

October 1, 2021

WordPress 5.8.1 is a short-cycle security and maintenance release that is currently available on the Pantheon platform. The next major WordPress release will be version 5.9. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

October 1, 2021

Drupal 9.2.6 is now available for production sites. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the Site Dashboard Dev tab.

Drupal 9.2.x will receive security coverage until June 15, 2022. Sites on 9.1.x or earlier should update to Drupal 9.1.13.

October 1, 2021

Drupal 8.9.19 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

October 1, 2021

Autopilot - The Autopilot updater bot now scans a site’s homepage when initially enabled and automatically suggests 10 links that are important for VRT, allowing users to enable it for large site portfolios without having to manually create a test plan. You can also use the CMS update automation tool in the Dashboard to determine the estimated time your team has saved in Autopilot. For more information, refer to our Autopilot documentation.

Pantheon Global CDN - The Global CDN now offers Experience Protection to provide continuous and uninterrupted site uptime. If your site experiences issues, whether it’s an infrastructure problem or an application error, the Global CDN now delivers cached content to visitors instead of displaying an error message. For more information, refer to our Experience Protection documentation.

Terminus - The default branch name of the Terminus GitHub repository has changed from master to 2.x. This change only impacts individuals with a local clone of the Terminus repository, such as Terminus contributors or plugin developers. Update the local clone of the branch to 2.x as described in the GitHub documentation to avoid disruptions.

September 1, 2021

Drupal 9.2.3 is now available for production sites. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the Site Dashboard Dev tab.

Drupal 9.2.x will receive security coverage until June 15, 2022. Sites on 9.1.x or earlier should update to Drupal 9.1.11.

September 1, 2021

Drupal 8.9.18 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

September 1, 2021

Drupal 7.82 is now available on the Pantheon platform. Pantheon is committed to providing Drupal 7 extended support for all customers through 2025, past Drupal 7’s end of life in 2022.

September 1, 2021

Autopilot - The Autopilot guide has been updated now that Autopilot is available for all users with Gold Accounts and higher.

Pantheon Disaster Recovery Playbook - Address and troubleshoot emergency downtime situations on the Pantheon platform. The guide focuses on the immediate actions a Pantheon customer should take in the event of a catastrophic site failure.

Using Solr 8 on Drupal 9 - Pantheon Search with Solr 8 is currently available as part of our Early Access program. Pantheon Search derives from Apache Solr v8.8 and gives Drupal 9 web teams a high-performance search index integrated with Integrated Composer's easy one-click updates.

August 1, 2021

WordPress 5.8News – Releases – WordPress.org is available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

August 1, 2021

Drupal 9.2.2 is now available for production sites. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

Drupal 9.2.x will receive security coverage until June 15, 2022. Sites on 9.1.x or earlier should update to Drupal 9.1.11.

August 1, 2021

Drupal 8.9.17 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

August 1, 2021

Drupal 7.82 is now available on the Pantheon platform. Pantheon is committed to providing Drupal 7 extended support for all customers through 2025, past Drupal 7’s end of life in 2022.

August 1, 2021

Autopilot - Pantheon Autopilot has been released and is available to Gold, Platinum, and Diamond customers and partners. Check it out today by logging in and trying out the new Dashboard. Click Try the New Dashboard in the User or Organization Dashboard to access the new Dashboard; the option for a guided tour of the new Dashboard is provided upon logging in for the first time. Defaulting to either the existing or the new Dashboard can be managed through your personal settings. For more information please review Autopilot documentation.

Weekly Email Notifications for Autopilot - You can opt-in to receive an Autopilot weekly email digest which includes a summary of updates and activity on a site. To start receiving these emails, specify your preferences in the Personal Settings section of your new Dashboard.

July 1, 2021

WordPress 5.7.2 is available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

July 1, 2021

Drupal 9.2.0 is now available for production sites. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

July 1, 2021

Drupal 8.9.16 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

July 1, 2021

Drupal 7.81 is now available on the Pantheon platform. Pantheon is committed to providing Drupal 7 extended support for all customers through 2025, past Drupal 7’s end of life in 2022.

July 1, 2021

Upgrade from Drupal 8 to Drupal 9 with Build Tools - Build Tools connects Pantheon with your CI service and external Git provider. Users can now migrate from Drupal 8 to Drupal 9 with Build Tools. More information can be found in our documentation.

June 1, 2021

WP-CLI 2.5.0 is now available. This release fixes security vulnerabilities, and users are urged to upgrade. For more information, see the WP-CLI 2.5.0 release notes. Detailed information on using WP-CLI on the Pantheon Platform can be found in the WP-CLI documentation.

June 1, 2021

WordPress 5.7.2 is now available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

June 1, 2021

Drupal 9.1.8 is now available for production sites. Drupal 9 sites on Pantheon use Integrated Composer, enabling one-click core updates through the Dashboard. To check for available updates, click Check Now from the site Dashboard Dev tab.

June 1, 2021

Drupal 8.9.15 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation documentation.

June 1, 2021

Upgrade from Drupal 8 to Drupal 9 with Integrated Composer - Convert a Drupal 8 site to a Drupal 9 site managed with Integrated Composer. If you have more questions about switching to Drupal 9, stop by our Thursday office hours.

May 1, 2021

WordPress 5.7.1 is now available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation documentation. For more information, see the WordPress 5.7.1 release notes.

May 1, 2021

Drupal 9.1.7 is now available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Integrated Composer One-Click Updates documentation. For more information, see the Drupal 9.1.7 release notes.

May 1, 2021

Drupal 8.9.14 is now available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation documentation. For more information, see the Drupal 8.9.14 release notes.

May 1, 2021

Drupal 7.80 is now available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation documentation. For more information, see the Drupal 7.80 release notes.

May 1, 2021

Upgrade from Drupal 8 to Drupal 9 with Integrated Composer - Convert a Drupal 8 site to a Drupal 9 site managed with Integrated Composer. If you have more questions about switching to Drupal 9, stop by our Thursday office hours.

April 1, 2021

WordPress 5.7 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the WordPress 5.7 release notes.

April 1, 2021

Drupal 9 Migration Guide - Guided and manual migration steps to upgrade and migrate existing Drupal sites to Drupal 9 with Integrated Composer.

April 1, 2021

Convert your Pantheon-hosted Drupal 8 sites to Drupal 9 with Integrated Composer, using the Drupal 8 to 9 Conversion Guide. Integrated Composer helps keep your Drupal 9 repository lean, avoid build artifacts on the main branch, and keep the one-click updates for both upstream commits & Composer dependencies that you have come to know and love with Pantheon.

March 1, 2021

WordPress 5.6.1 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the WordPress 5.6.1 release notes.

March 1, 2021

Create and launch Drupal 9 sites on Pantheon with Integrated Composer. Keep your Drupal 9 repository lean, avoid build artifacts on the main branch, and keep the one-click updates for both upstream commits & Composer dependencies that you have come to know and love with Pantheon.

March 1, 2021

The New Pantheon Dashboard - A guide for the New Pantheon Dashboard introduces the Workspaces experience and new features like Autopilot.

February 1, 2021

Localdev 1.0.1 improvements include updates to Lando, Composer, and Docker Desktop versions. Download Localdev today, and get the best of developing locally with the ability to perform critical development tasks, including editing files and code, and pushing changes to Pantheon right from your desktop.

February 1, 2021

You can now create and launch Drupal 9 sites on Pantheon, now in Limited Availability. Composer is completely integrated so you can keep your sites up-to-date with one click. For more information, see the Drupal 9 documentation.

February 1, 2021

Drupal 8.9.13 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.13 release notes.

February 1, 2021

Drupal 7.78 is now available on the Pantheon platform. This release fixes security vulnerabilities, and users are urged to upgrade their sites immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 7.78 release notes.

February 1, 2021

With the release of Terminus 2.5, the Pantheon Documentation team has updated the Terminus manual to include a refreshed End of Life timeline, changelog, and command reference page.

January 1, 2021

WordPress 5.6 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

January 1, 2021

You can now create and launch Drupal 9 sites on Pantheon with Integrated Composer, now in Limited Availability. Composer is completely integrated, so you can keep your sites up-to-date with one click. For more information, see the Drupal 9 documentation.

January 1, 2021

Drupal 8.9.11 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.11 release notes.

January 1, 2021

New: Debug Caching Issues - New troubleshooting guide to assist in resolving cache conflicts.

December 1, 2020

WordPress 5.5.3 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation.

December 1, 2020

You can now create and launch Drupal 9 sites on Pantheon, now in Limited Availability. Composer is completely integrated so you can keep your sites up-to-date with one-click. For more information, see the Drupal 9 documentation.

December 1, 2020

Drupal 8.9.9 is now available on the Pantheon platform. This release fixes security vulnerabilities, and sites are urged to upgrade immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.9 release notes.

December 1, 2020

Drupal 7.74 is now available on the Pantheon platform. This release fixes security vulnerabilities, and sites are urged to upgrade immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 7.74 release notes.

December 1, 2020

New: Use WP Mail SMTP to Send Email with Sendgrid

New: Glossary - Glossary of frequently used terms.

November 1, 2020

We're looking for customer feedback on Drupal 9 adoption. In particular, we want to know about interest in using our upcoming Integrated Composer feature with Drupal 9. Share your thoughts here.

November 1, 2020

Drupal 8.9.7 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.7 release notes.

November 1, 2020

New: Autopilot - Automatically detect and apply new updates for your site’s core CMS, plugins, and themes in minutes with confidence.

New: Decoupled Sites - Our decoupled CMS approach empowers teams to accelerate collaboration and deliver results by uniting front and back-end developers on a single platform.

New: Inclusive Language Guide

October 1, 2020

WordPress 5.5.1 has been released on the Pantheon platform. WordPress 5.5.1 is a maintenance release with multiple bug fixes and enhancements, including fixes for changes introduced in WordPress 5.5. See the release notes for the full list of bug fixes and enhancements added in 5.5.1.

October 1, 2020

Updated to PHP 7.3.22 and 7.4.10 platform-wide. For information on upgrading between major PHP versions see Upgrade PHP Versions.

October 1, 2020

Drupal 9 is available for early access testing with new or existing sites. Now we’ve made that even easier, with a new Terminus Drupal 9 Multidev script.

Note: Drupal 9 is not yet ready for production use on Pantheon.

October 1, 2020

Drupal 8.9.6 is now available on the Pantheon platform. This release fixes security vulnerabilities, and sites are urged to upgrade immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.6 release notes.

October 1, 2020

Drupal 8.8.10 is now available on the Pantheon platform. This release fixes security vulnerabilities, and sites are urged to upgrade immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.8.10 release notes.

October 1, 2020

Drupal 7.73 is now available on the Pantheon platform. This release fixes security vulnerabilities, and sites are urged to upgrade immediately. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 7.73 release notes.

October 1, 2020

Terminus Command Reference - Each command now has its own page with more detail and examples.

Across the Pantheon Documentation site, all headers are now anchor links, to make finding, sharing, and re-referencing Pantheon documentation easier.

September 1, 2020

WordPress 5.5 has been released on the Pantheon platform. This version of WordPress introduces a new method, wp_get_environment_type(), which returns whether your site is running on a live, test or development environment. Pantheon supports this method, so it will return the correct value on any site that has upgraded to WordPress 5.5.

September 1, 2020

Drupal 9 is available for early access testing with new or existing sites. We don't recommend fully switching a live site to Drupal 9 until we have upgraded our version of MariaDB.

September 1, 2020

Drupal 8.9.3 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.3 release notes.

August 1, 2020

Pantheon’s Multidev and COVID Response site offers have been extended to Sept 1, 2020.

August 1, 2020

Drupal 9 is available for early access testing with new or existing sites. We don't recommend fully switching a live site to Drupal 9 until we have upgraded our version of MariaDB.

August 1, 2020

Drupal 8.9.2 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.2 release notes.

August 1, 2020

All Pantheon customers are now provisioned with a dedicated certificate for HTTPS for each custom domain on a site environment. In addition, the go-live experience has been optimized and now lets you configure HTTPS before launch via the DNS TXT method to verify domain ownership.

July 1, 2020

WordPress 5.4.2 is now available on the Pantheon platform. As part of this release, Pantheon also rolled out a configuration change to block xmlrpc by default. If your site uses xmlrpc, re-enable it before deploying this release to production.

July 1, 2020

Although it places load on the platform, Pantheon now excludes traffic from Petalbot, which would otherwise count towards your website's total traffic.

July 1, 2020

Terminus 2.4.0 has been released. See the release notes for more information.

July 1, 2020

Pantheon’s Multidev and COVID Response site offers have been extended to Sept 1, 2020.

July 1, 2020

Localdev 0.10.1 has been released, including a bug fix for Terminus authentication. For more information, see the Localdev documentation.

July 1, 2020

Drupal 9 was released last month on drupal.org. Pantheon Co-Founder Matthew Cheney wrote on our blog about the significance of this release for the Drupal community.

July 1, 2020

Drupal 8.9.1, Drupal 8.8.8, and Drupal 7.72 are now available on the Pantheon platform. These are security releases; all sites are urged to update as soon as possible. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.9.1, Drupal 8.8.8, and Drupal 7.72 release notes.

July 1, 2020

Traffic Overages and the Site Plan

Offers a concise reference for understanding site traffic and site plans.

Metrics in the Site Dashboard

Traffic Limits and Overages

Updates to both of these docs help clarify what Pantheon counts as site visits and pages served, and make Pantheon’s policies regarding overages more transparent.

Inclusive Language

As part of our commitment to more inclusive language, Pantheon recently switched to using blocklist/allowlist, and docs.pantheon.io has renamed its default Git branch to main.

Learn more about inclusive language at Google’s Writing inclusive documentation guide.

June 1, 2020

To provide our customers, partners and the general public with a central resource to track our response to the developing COVID-19 pandemic, we’ve launched Resources to Navigate COVID-19. This page includes announcements, resources, details on what we’re doing, and an offer to organizations on the front line of the COVID-19 pandemic.

June 1, 2020

Localdev 0.10.0 has been released, including a new log and activity viewer, UX improvements, and bug fixes. For more information, see the Localdev documentation.

June 1, 2020

You now always have the capability to provision HTTPS before going live. DNS challenges are now also shown on the dashboard, which were previously only available via Terminus. For more see our Launch Essentials Guide.

June 1, 2020

Global CDN now blocks requests identified as being performed by AspiegelBot (aka PetalBot) when a query string is present. This platform-wide change is intended to guard against resource exhaustion and related site downtime. Going forward these requests will result in a 403 and will not count as site traffic for Pages Served and Visits. For more information see Traffic Limits and Overages.

Capacity Expansion: Auckland, New Zealand (AKL).

June 1, 2020

Drupal 9.0.0 is coming soon! If you want to try out Drupal 9 on Pantheon now, check out our Early Access doc where we have instructions for testing with Build Tools or Integrated Composer.

June 1, 2020

Drupal 8.8.6 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.8.6 release notes.

June 1, 2020

Drupal 7.70 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 7.70 release notes.

June 1, 2020
  • Drupal 9 Early Access - Learn how to try out Drupal 9 on Pantheon now.
  • Managed Updates - Confidently leverage open source, focus resources on growth, and secure your baseline with fully managed CMS updates.
  • Onboarding Services - Pantheon Onboarding Managers are your WebOps experts, to help facilitate a successful launch.
May 1, 2020

WordPress 5.4.1 is now available on the Pantheon platform to apply as a 1-click update on Pantheon site dashboards. For more information, see the WordPress 5.4.1 release notes .

May 1, 2020

We’ve made Multidev—our powerful tool for remote development—free of charge through July 1st. Multidev allows development teams to work asynchronously on projects in the cloud, unlocking collaboration, and increased productivity. To get started, visit the Multidev tab in your Pantheon dashboard.

May 1, 2020

Localdev 0.10.x has been released. Localdev supports Multidev as of Localdev 0.9.3. The newest version includes numerous bug fixes and improvements. See the Localdev changelog for more information.

May 1, 2020

You don’t have to wait until June to give Drupal 9 a whirl! Pantheon is offering early access to test out Pantheon’s new Integrated Composer support. Visit the Community Forum for details. Why worry about running composer install when our platform can do that for you as part of a build step.

May 1, 2020

Drupal 8.8.5 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.8.5 release notes.

May 1, 2020

Pantheon Documentation Site Improvements

Pantheon Documentation “404 Not Found” page now features built-in search and suggested docs, to help users find what they need more quickly.

Resources to Navigate COVID-19

To provide our customers, partners and the general public with a central resource to track our response to the developing COVID-19 pandemic, we’ve launched Resources to Navigate COVID-19. The page includes announcements, resources, details on what we’re doing, and an offer to organizations on the front line of the COVID-19 pandemic.

April 1, 2020

WP-CLI has been upgraded from version 1.x to version 2.4.0 platform-wide. For more information, see the WP-CLI release notes.

April 1, 2020

The New Relic agent has been upgraded from version 9.2.0.247 to version 9.7.0.258 platform-wide. This upgrade fixes a potential segfault with PHP 7.3. For more information, see the New Relic Agent release notes.

April 1, 2020

Localdev 0.9.3 has been released, including support for Docker Desktop, multidev environments, and more. For more information, see the Localdev documentation.

April 1, 2020

Drupal 8.8.4 is now available platform-wide. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.8.4 release notes.

April 1, 2020

External Libraries for Drupal

Revised and updated instructions for multiple Drupal versions.

Quicksilver Platform Hooks

Expanded section on managing protected data.

Git FAQ

New section created on removing sub-modules from your code base.

Symlinks and Assumed Write Access

Revised and updated instructions on solutions for non-standard file paths.

March 1, 2020

New Points of Presence:

  • Ashburn, VA (WDC)
  • Chicago (PWK)

Expanded Capacity:

  • Vancouver (YVR)
  • Sydney, Australia (SYD)
  • NY (LGA)
  • Los Angeles (BUR)
  • Dallas (DFW)
  • Atlanta (FTY)
  • Boston (BOS)
  • Helsinki (HEL)
  • Osaka (ITM)
  • Amsterdam (AMS)
March 1, 2020

Drush 10 is now supported on Pantheon. For more information, see the Drush Docs.

March 1, 2020

Drupal 8.8.2 is now available on the Pantheon platform. Detailed information on applying and debugging core updates can be found in the Core Updates documentation. For more information, see the Drupal 8.8.2 release notes.

March 1, 2020

Changelogs in the Docs

Want to see what’s new with Localdev, Build Tools, and Drush? Changelogs for these tools have been incorporated into Pantheon Documentation, for easy reference.

March 1, 2020

Advanced Global CDN extends Global CDN for customers that need unique customizations including personalization, domain masking, and extended enterprise-grade security features including a WAF, IP and geolocation blocking and blocklisting. Advanced Global CDN is available as an add-on product to all customers now.

February 1, 2020

Terminus 2.3.0 was released. For more information, visit the Terminus Docs.

February 1, 2020

Updated to PHP 7.3.14and 7.2.27 platform-wide. For information on upgrading between major PHP versions see Upgrade PHP Versions.

February 1, 2020

Localdev 0.7.0 includes macOS Catalina support, a beta release channel, and numerous improvements and bug fixes. For more information, see the Localdev Docs.

February 1, 2020

Drush 8.3.2 is available on the Pantheon platform. For more information, visit the Drush Docs.

January 1, 2020

Update to WordPress 5.3.2 is available to apply as a 1-click update 1-click update on Pantheon site dashboards.

January 1, 2020

Terminus now runs the version of Drush or WP-CLI installed in a site’s codebase via Composer, rather than the platform-wide version installed by Pantheon.

January 1, 2020

Most UDP traffic originating from the platform has now been blocked in order to prevent platform abuse.

January 1, 2020

Updated to PHP 7.2.26, and 7.3.13 platform-wide. For information on upgrading between major PHP versions see Upgrade PHP Versions.

January 1, 2020

Localdev 0.6.0-beta.9 includes macOS Catalina support, and numerous improvements and bug fixes.

January 1, 2020

Update to Drupal 8.8.1 is available to apply as a 1-click update on Pantheon site dashboards.

Update to Drupal 7.69 is available to apply as a 1-click update on Pantheon site dashboards.

Special Note on Updating to Drupal 8.8.x

If you have a Drupal 8.7.x site based on the example-drops-8-composer upstream, or with a manually modified CONFIG_SYNC_DIRECTORY, manually update settings.php before upgrading to Drupal 8.8.x. For details, see Configuring Settings.php

December 1, 2019

Update to WordPress 5.3 is available to apply as a 1-click update on Pantheon site dashboards. For more information, see https://wordpress.org/support/wordpress-version/version-5-3/

December 1, 2019

Updated to PHP 7.2.25, and 7.3.12 platform-wide. For information on upgrading between major PHP versions see Upgrade PHP Versions.

December 1, 2019

Update to Drupal 8.7.10 is available to apply as a 1-click update on Pantheon site dashboards.

December 1, 2019

Configuring Opensolr for Pantheon sites

Learn how to set up Opensolr as a Solr search provider on Pantheon sites.

November 1, 2019

Update to WordPress 5.2.4. For more information, see https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/.

November 1, 2019

Updated to PHP 7.1.33, 7.2.24, and 7.3.11 platform-wide. For information on upgrading between major PHP versions see Upgrade PHP Versions.

November 1, 2019

Improved auto-update system with support for stable and beta channels, as well as changelog display, plus other fixes.

November 1, 2019

Update to Drupal 8.7.8 is available to apply as a 1-click update on Pantheon site dashboards.

November 1, 2019

Configuring Visual Studio Code for Pantheon

Learn how to set up Visual Studio Code to push your local development to Pantheon with Git or SFTP.

October 1, 2019

Update to WordPress 5.2.3. For more information, see https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/.

October 1, 2019

Swiftbot can now crawl non-production environments and platform domains like test-example.pantheonsite.io to support pre-release site search testing. For details see, Bots and Indexing on Pantheon.

October 1, 2019

This release also includes several options to control HSTS and the ability to choose a primary domain. For details see the blog announcement, Pantheon YAML documentation and our updated Launch Essentials guide.

October 1, 2019

Drupal 8.7.7 is available to apply as a 1-click update on Pantheon site dashboards.

October 1, 2019

Install and Configure Lando

Learn how to use Lando for local WordPress development.

September 1, 2019

Updated to PHP 7.3.9, 7.2.22, and 7.1.31 platform-wide.

September 1, 2019

Drupal 8.7.6 is available to apply as a 1-click update on Pantheon site dashboards.

August 1, 2019

The New Relic agent has been upgraded Platform-wide. For more info see New Relic PHP Agent 8.7.0.242 release notes.

August 1, 2019

Drupal 8.7.5 is available to apply as a 1-click update on Pantheon site dashboards.

July 1, 2019

WordPress 5.2.2 is available to apply as 1-click updates on Pantheon site dashboards. For more information, see https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/.

July 1, 2019

An issue was fixed that improved the consistency of hourly cron runs.

July 1, 2019

Now when you create a new site on Pantheon, you can select from one of four regions across the globe, including Australia, Canada, and the European Union. For more info see Pantheon Site Regions and Data Residency.

July 1, 2019

Drupal 8.7.3 and 8.6.17 are available to apply as 1-click updates on Pantheon site dashboards.

July 1, 2019

Pantheon now recommends A/AAAA records instead of CNAME records. This change is to reduce complexity, confusion, and address a few edge cases introduced with CNAMEs. For example, the use of an MX or TXT record prevents the use of a CNAME. If you are already using a CNAME you can continue to do so or you can update to A/AAAA records as shown on the dashboard.

June 1, 2019

WordPress 5.2.1 is available to apply as 1-click updates on Pantheon site dashboards. . For more information, see https://wordpress.org/news/2019/05/jaco/.

June 1, 2019

Updated to PHP 7.1.30, 7.2.19, and 7.3.6 platform-wide.

June 1, 2019

Drupal 8.7.2 and 7.67 are available to apply as 1-click updates on Pantheon site dashboards.

May 1, 2019

Terminus 2.0.1 has been released with several improvements. For details see the Terminus 2.0.1 Changelog.

May 1, 2019

In January 2018, Pantheon announced migration of the Pantheon CMS Container Matrix to Google Cloud. Now, all site file storage, backup processing, and backup storage has moved from Amazon Web Services to Google Cloud. This change provides higher backup performance, higher reliability, and increased innovation ahead for all of Pantheon's customers.

May 1, 2019

PHP 7.3 is the new default for Drupal 8 and WordPress sites. Apply the 1-click update on the Pantheon site dashboard to upgrade. For more information see Faster WordPress & Drupal 8 sites with PHP 7.3 by Default.

May 1, 2019

Our new advocacy program, Pantheon Heroes is in full swing. If you love Pantheon, the Open Web, and helping others, apply for Hero Status so we can help you help the world.

May 1, 2019

New Relic Agent has been upgraded platform-wide to 8.6.0.238. For details see New Relic release notes.

May 1, 2019

Whether you need your WordPress or Drupal site to meet data residency requirements or have a performance use case not solved by caching requests through Pantheon’s Global CDN, contract customers can now create sites in the European Union. Also see the blog announcement.

May 1, 2019

Drupal 8.7.0 and 7.66 are available to apply as 1-click updates on Pantheon site dashboards.

May 1, 2019

Pantheon’s new Disaster Recovery offering now supports Redis application cache. A standby Redis cache is provisioned in the site’s backup zone and ready for failover in the event of a data center outage. Also see documentation on Redis and Disaster Recovery best practices.

April 1, 2019

Pantheon has made WordPress 5.1.1, a security release, available on the platform. All users are encouraged to upgrade. For more information, see the WordPress 5.1.1 release announcement.

April 1, 2019

We’re also excited to announce our new advocacy program, Pantheon Heroes. If you love Pantheon, the Open Web, and helping others, apply for Hero Status so we can help you help the world.

April 1, 2019

Drupal 8.6.13 and 7.65 have been pushed to all Drupal Site Dashboards.

April 1, 2019

Automate Testing with Behat

Andrew Taylor turned his Midwest PHP talk on Behat into a new guide on the installation and basic configuration of the automated testing tool.

Essential Developer Training

This video series from Pantheon’s Developer Relations (now Developer Advocacy) Team is a condensed version of their popular training sessions.

April 1, 2019

Pantheon has launched our new Community Forum! In addition to the ephemeral and fast-moving Slack channel, the new forum gives the community a place for long-form discussions, problem-solving, and engagement.

Moving forward, we’ll update you in this newsletter with the hottest topics and discussions happening in the community.

March 1, 2019

A fix has been deployed for WordPress Launch Check and the Pantheon site dashboard "Status" tab, which now accurately reports plugin vulnerabilities.

March 1, 2019

Terminus 2.0 is the first major release of Terminus in over two years. New features let you list and change site plan level, and progress bars help you track the progress of your jobs. With this release we've also announced an EOL schedule for older versions of Terminus.

March 1, 2019

Updated to PHP 7.2.15 platform-wide. For more information, see http://php.net/ChangeLog-7.php#7.2.15.

March 1, 2019

Early Access to run sites in Pantheon’s new European Region is now available for contract customers. See regions for details and contact us for more info.

March 1, 2019

Pantheon has released Drupal 8.6.10, Drupal 7.64, and WordPress 5.1 on the platform. For information on applying the updates see WordPress and Drupal Core Updates.

March 1, 2019

Terminus 2.0

This doc covers the important changes from this major release, some of which are not backwards-compatible.

Create a New Site in Pantheon’s EU Region

Early access information for the new EU Region.

February 1, 2019

Pantheon now includes the intl PHP extension in PHP 7.1 and PHP 7.2. For more information on upgrading your site's version of PHP see Upgrade PHP Versions.

February 1, 2019

Updated to PHP 7.2.14 and 7.1.26 platform-wide. For more information, see http://php.net/ChangeLog-7.php#7.2.14 and http://php.net/ChangeLog-7.php#7.1.26.

February 1, 2019

New Relic has been upgraded platform-wide to version 8.5.0.235. For details see New Relic's APM PHP Agent 8.50.236 release notes. Also, see Pantheon's New Relic documentation for general info on using New Relic to monitor your site and identify opportunities to improve application performance.

February 1, 2019

Pantheon has released Drupal 8.6.7, Drupal 7.63, and WordPress 5.0.3 on the platform. For information on applying the updates see WordPress and Drupal Core Updates.

January 1, 2019

Pantheon has released Drupal 8.6.5 and WordPress 5.0.2 on the platform. For information on applying the updates see WordPress and Drupal Core Updates.

January 1, 2019

Site Disaster Recovery

Learn about our newest service.

Add a Client Site to Your Organization Dashboard

Learn how to add a client to your Partner Agency to share special features and Preferred Pricing.

Modify the Local Hosts File

Learn how to override DNS settings with your local hosts file.

January 1, 2019

Pantheon is happy to announce our new Disaster Recovery Service, designed for mission-critical websites that need to ensure business continuity during the unlikely event of a zone failure. See the Disaster Recovery doc below for more information.

December 1, 2018

PHP 7.1 and 7.2 were updated to the latest versions on the platform. For information on changing minor versions (e.g from 7.0 to 7.2) see Upgrade PHP Versions.

December 1, 2018

Pantheon announced our new Partner Program this month!

December 1, 2018

Multidev is no longer a site-specific feature. It’s now enabled organization-wide for select account types. For more information, see Who has access to Multidev?

December 1, 2018

Pantheon has released Drupal 8.6.3 and Drupal 7.61 on the platform. For information on applying the updates see WordPress and Drupal Core Updates.

December 1, 2018

Terminus Guide - Scripting

This new page to the Terminus manual introduces readers to the concept of using Terminus in automated scripts to improve their workflow.

November 1, 2018

Updated to PHP 7.2.11 and 7.1.23. For more information, see http://php.net/ChangeLog-7.php#7.2.11 and http://php.net/ChangeLog-7.php#7.1.23.

November 1, 2018

Updated to Drupal 8.6.2. For more information, see https://www.drupal.org/project/drupal/releases/8.6.2

November 1, 2018

Updated to Drupal 7.60. For more information, see https://www.drupal.org/project/drupal/releases/7.60

October 1, 2018

PHP was updated to versions 5.6.38, 7.0.32, 7.1.22 and 7.2.10.

October 1, 2018

While we still recommend using a third-party email solution, for those who choose to use Pantheon's built-in message transfer agent (MTA), you may now set up an SPF record for your domain and include Pantheon's mail relays for improved delivery. For details, see: Email on Pantheon.

October 1, 2018

Fixed an issue where image derivatives (ImageCache, image styles) were not generating successfully in Drupal maintenance mode.

October 1, 2018

Update to Drupal 8.6.1. For more information, see https://www.drupal.org/project/drupal/releases/8.6.1.

October 1, 2018

Annual Billing

Learn about how annual billing can save you money.

September 1, 2018

WordPress has been updated to version 4.9.8. For more information, see https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/.

September 1, 2018

The platform was updated to PHP patch releases.

September 1, 2018

Drupal 8 and WordPress now default to PHP 7.2, while Drupal 7 defaults to PHP 7.1. For details see https://pantheon.io/blog/speed-your-site-php-72/.

September 1, 2018

Drupal has been updated to version 8.5.6. For more information, see https://www.drupal.org/project/drupal/releases/8.5.6.

September 1, 2018

Update to PHP 7.1. For details see https://pantheon.io/blog/speed-your-site-php-72/.

August 1, 2018

The PHP versions on the platform have been upgraded to 7.2.8, 7.1.20, 7.0.31 and 5.6.37.

August 1, 2018

An improvement to our queuing system has resulted in a 60% reduction in average HTTPS provisioning times!

August 1, 2018

AWS S3 Setup for WordPress

Integrate your S3 Bucket with WordPress for media storage.

Enabling ClamAV for Drupal

Take advantage of the ClamAV daemon on Pantheon for Drupal sites.

August 1, 2018

The latest version of Apache Tika, 1.18, is now available on the platform. See documentation on External Libraries on Pantheon for details.

July 1, 2018

Pantheon has released WordPress 4.9.7 on the platform. For more information, see https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/

July 1, 2018

If you haven’t updated Terminus recently, check out the Terminus Changelog to see what’s new and update to the current release.

July 1, 2018

Pantheon has released Drupal 8.5.5 on the platform. For more information, see https://www.drupal.org/project/drupal/releases/8.5.5

July 1, 2018

Introduction to Domain Name Services

Learn the basics of DNS and some of the most common pain points.

Early Access: Custom Certificates on Pantheon's Global CDN

Contract customers who need to retain custom TLS certificates now can.

Convert a Standard Drupal 8 Site to a Composer-Managed Site

For when you discover you need to move your existing Drupal 8 site to a Composer-managed workflow.

WooCommerce Quick Start

Get your commerce site spun up quickly on Pantheon. Written by Patrick Rauland.

Professional Services

This new service includes consulting, migrations, load testing, training, and dedicated customer success managers. Available to customers with Gold, Platinum, or Diamond support plans (now called Accounts).

July 1, 2018

More crawlers can now access platform domains, like test-example.pantheonsite.io, to support pre-release SEO testing. Details: https://github.com/pantheon-systems/documentation/pull/3827

May 1, 2018

WordPress 4.9.6 has been pushed to all site dashboards.

May 1, 2018

PHP 5.5 and 5.3 have reached end-of-life (EOL), and PHP 5.6 and 7.0 will reach EOL in December 2018 so upgrade to PHP 7.1 or 7.2 as soon as possible.

May 1, 2018

PHP has been upgraded to 5.6.36, 7.0.30, 7.1.17 and 7.2.5 platform-wide.

May 1, 2018

The platform-wide build of PHP 7.2 now supports connecting to an external Microsoft SQL server via sqlsrv functions. Your CMS should use Pantheon's default database, but this unlocks use cases that require connecting to an external MS SQL server.

May 1, 2018

Use the filemount configuration to modify the default location of Pantheon's cloud-based filesystem. For details, see Pantheon YAML Configuration Files.

May 1, 2018

The new Terminus Site Clone plugin makes it easier than ever to duplicate sites on Pantheon. For details, see Migrate Sites to Pantheon FAQs.

May 1, 2018

Drupal 8 and Composer on Pantheon Without Continuous Integration

Learn how to manage Drupal 8 using Composer with Pantheon.

April 1, 2018

WordPress 4.9.5.1 has been pushed to all site dashboards.

This update improves Pantheon’s customization to WordPress login form. Click here for more information.

April 1, 2018

Site Auditor (aka RavenCrawler) can now access platform domains to support pre-release SEO testing. Please contact support if you would like to see other tools given this access.

April 1, 2018

OCSP stapling is an improved method for quickly and safely checking the validity of certificates for HTTPS. You can use SSL Labs (e.g. https://www.ssllabs.com/ssltest/analyze.html?d=pantheon.io) and search for "stapling" to see it's enabled. OCSP responses are typically good for about 7 days, so a response will only get updated as its validity lifetime expiration time approaches.

April 1, 2018

Drupal 8.5.3 has been pushed to all Drupal 8 site dashboards. This release is classified as a security release and all users are urged to upgrade their sites as soon as possible.

Drupal 7.59 has been pushed to all Drupal 7 site dashboards. This release is classified as a security release and all users are urged to upgrade their sites as soon as possible.

Drupal 6.44 has been pushed to all Drupal 7 site dashboards. This release is classified as a security release and all users are urged to upgrade their sites as soon as possible.

April 1, 2018

Configure Redirects

Review considerations and recommendations on how to handle redirect logic via PHP within your site's configuration file.

Setting and Clearing Custom Cache Tags in Drupal 9

Learn how to use the Views Cache Tags module along with custom code to control the Pantheon Advanced Page Cache.

Metrics in the Site Dashboard

Measure your site's traffic with the Metrics tool, found in the Live environment of the Site Dashboard.

Account Billing in the User Dashboard

View billing history (invoices and transactions) or edit credit card profiles to manage billing for sites in bulk within the Billing tab of the Account tool in the User Dashboard.

Billing in the Site Dashboard

Add a new credit card, remove the current card or transfer billing to a new site owner within the Billing tab of the Settings tool in the Site Dashboard.

Traffic Limits and Overages

Information on how Pantheon measures site traffic.

March 1, 2018

WordPress 4.9.5 has been pushed to all WordPress site dashboards.

Pantheon's update to WordPress 4.9.5 included a customization to the WordPress login form, which shows a button to "Return to Pantheon" to help with the first time user experience. Additional information is available here.

WordPress login with Pantheon button

March 1, 2018

If you haven’t updated Terminus recently, check out the Terminus Changelog to see what’s new and update to the current release.

March 1, 2018

We’ve upgraded to PHP 5.6.35, 7.0.29, 7.1.16, and 7.2.4. See our documentation to learn how to upgrade your PHP version.

March 1, 2018

The Surrogate-Key-Raw header, used for debugging when using Pantheon Advanced Page Cache, is no longer sent by default. To receive this header when making a request, send the Pantheon-Debug: 1 header, like so:

curl -IsH "Pantheon-Debug:1" https://example.com | grep key

This change addressed an issue that caused Twitter card validation to fail, and also reduces overall page size and speeds up page load time when sending many keys.

March 1, 2018

Drupal 8.5.1 has been pushed to all Drupal 8 site dashboards. This release is classified as a security release and all users are urged to upgrade their sites as soon as possible.

Drupal 7.58 has been pushed to all Drupal 7 site dashboards. This release is classified as a security release and all users are urged to upgrade their sites as soon as possible.

Drupal 6.40 has been pushed to all Drupal 7 site dashboards. This release is classified as a security release and all users are urged to upgrade their sites as soon as possible.

February 1, 2018

WordPress 4.9.4 has been pushed to all WordPress site dashboards.

February 1, 2018

PHP 5.6, 7.0, 7.1, and 7.2 have been updated to the latest versions platform-wide to address a vulnerability that could allow for arbitrary code execution.

February 1, 2018

On March 5th, the cost for legacy load balancers increased from $30/month to $60/month. To avoid increased charges, upgrade to the Global CDN, which includes free, automated HTTPS, by updating DNS records.

February 1, 2018

Drupal 8.4.5, a security release, has been pushed to all Drupal 8 site dashboards.

Drupal 7.57, a security release, has been pushed to all Drupal 7 site dashboards. This release is classified as a security release and all users are urged to upgrade their sites as soon as possible.

February 1, 2018

You can now automatically trigger Quicksilver scripts from the pantheon.upstream.yml file when you create new sites from a custom upstream.

January 1, 2018

WP-CLI on Pantheon has been upgraded to 1.5.0, which resolves "Error: Site not found" failures often seen when clearing caches on WordPress Multisites.

January 1, 2018

WordPress 4.9.3 has been pushed to all WordPress site dashboards.

January 1, 2018

We've upgraded Registry Rebuild on Pantheon to 7.x-2.5. For details on using this Drush extension, see Drupal Drush Command-Line Utility.

January 1, 2018

We've upgraded to PHP 5.6.33, 7.0.27, 7.1.13, and 7.2.1. See our documentation to learn how to upgrade your PHP version.

January 1, 2018

GCP and Pantheon Logo

Pantheon has switched infrastructure providers from Rackspace to Google Cloud Platform. This switch requires no downtime, as we actually did it six months ago! Read the announcement here.

January 1, 2018

New Relic on Pantheon has been upgraded to version 7.7.0.203 5.0.199, which supports PHP 7.2.

January 1, 2018

Drupal 8 sites now support Launch Check, found in the Status tab of any environment, to report best practice recommendations before going live. For more details, see Launch Check - Drupal Performance and Configuration Analysis.

January 1, 2018

Drupal 8.4.4 has been pushed to all Drupal 8 site dashboards.

January 1, 2018

Running WordPress and Drupal as a Backend API

Learn the basics of using WordPress or Drupal as a headless API backend.

Manage Some Dependencies with Composer

Get your feet wet with Composer on WordPress or Drupal 7 before going all in.

December 1, 2017

We've upgraded to PHP 5.6.32, 7.0.26, and 7.1.12. See our documentation to learn how to upgrade your PHP version.

December 1, 2017

Drupal 8.4.3 has been pushed to all Drupal 8 site dashboards.

December 1, 2017

Terminus Configuration File

Learn how to define default options for your Terminus commands.

Drupal Commerce on Drupal 9

This new guide describes using Composer to create a Drupal Commerce site.

Using WP SAML Auth with Google Apps

This doc from Daniel Bachhuber explains how to use Google Apps to authenticate users on your WordPress site.

December 1, 2017
  • Added the HTML Tidy PHP extension.
  • Fixed an issue where the Redis cache was not cleared during clone operations.
  • Fixed an issue where repeated UTM_* parameters caused an infinite redirect loop.
November 1, 2017

WordPress 4.9.1 has been pushed to all WordPress site dashboards. This is a security release, and we suggest everyone upgrade immediately.

November 1, 2017

Over 200,000 sites are already on Pantheon's Global CDN, but if you still have sites pointing to the legacy, deprecated infrastructure, you can now see which sites need an upgrade from your User or Organization Dashboard. Find the required DNS information from the Domains / HTTPS tab on each site environment. Complete the upgrade as soon as possible, and let us know if you have any questions.

Global CDN now respects the no-store directive in the cache-control header.

November 1, 2017

On newly created sites, you are now directed to install your WordPress or Drupal CMS as the next step. Install WordPress or Drupal

November 1, 2017

Drupal 8.4.2 has been pushed to all Drupal 8 site dashboards.

November 1, 2017

Traffic Limits and Overages

Information on how Pantheon measures site traffic to prevent plan abuse.

WordPress Multisites

Overview of WordPress multisite support on the Pantheon Platform.

October 1, 2017

WordPress 4.8.3 has been pushed to all WordPress site dashboards. This release is classified as a critical security release, and we encourage all sites to upgrade immediately.

October 1, 2017

WebP, a new image format created by Google, is now supported by Pantheon’s Global CDN.

October 1, 2017

If you haven’t updated Terminus recently, check out the Terminus Changelog to see what’s new and update to the current release.

October 1, 2017

We’ve made PHP 7.1 available for all sites. See our documentation to learn how to upgrade your PHP version, or learn more in this blog post.

October 1, 2017

WordPress Development

Using Git with SFTP & WordPress

Learn how to use the WordPress dashboard, an SFTP client, and your text editor of choice to work quickly, safely and easily on Pantheon's Git-based platform.

October 1, 2017

We’ve opened access to Custom Upstreams for all organizations on Pantheon. Read more about it on our blog, or give it a try.

September 1, 2017

This Pantheon-made Plugin for WordPress has been updated to version 0.6.3, which fixes this issue regarding boolean conditions.

September 1, 2017

WP-CLI on Pantheon has been updated to version 1.3.0. You can read the release notes for this update here.

September 1, 2017

New Relic on Pantheon has been updated to version 7.5.0.199. You can read the release notes for this version in New Relic’s docs. This update also includes Drupal-specific fixes from previous versions, detailed in the release notes.

September 1, 2017

Frontend Performance Guide

Learn how to ace an online speed test with Pantheon's Global CDN.

New Articles

DNS Made Easy Domain Configuration

Google Domain Configuration

Style Guide

August 1, 2017

WordPress 4.8.1 has been pushed to all WordPress site dashboards

August 1, 2017

If you haven't updated Terminus recently, checkout the Terminus Changelog to see what's new and update to the current release

August 1, 2017

We upgraded PHP to 5.6.31 and 7.0.23. See our documentation to learn how to upgrade your PHP version. Drupal 7 sites may require action.

August 1, 2017

We improved cache clearing behavior for a large number of surrogate keys or cache tags. The fix was made internally by Pantheon and no action is required if you are already running WordPress or Drupal versions of Pantheon Advanced Page Cache. See the Pantheon Advanced Page Cache for WordPress and Drupal pages for more information.

August 1, 2017

Drupal 8.3.7 has been pushed to all Drupal 8 site dashboards.

July 1, 2017

If you haven’t updated Terminus recently, checkout the Terminus Changelog to see what’s new and update to the current release

July 1, 2017

Although our analysis indicated our customers were not likely subject to this vulnerability, we applied the recommended remediation for CVE-2017-7529.

July 1, 2017

Drupal 8.3.5 has been pushed to all Drupal Site Dashboards.

July 1, 2017

We fixed an issue in our Nginx web server configuration that causes infinite redirect loops.

July 1, 2017

The most advanced content delivery network for Drupal and WordPress is now integrated directly into Pantheon. We've partnered with Fastly to deliver traffic across their edge cloud platform, and we've integrated Let's Encrypt to provide HTTPS free to all sites on our platform. This means sites on Pantheon will run even faster, content will be delivered even closer to users, and HTTPS on Pantheon is now automatic and free—forever.

Global CDN Docs

HTTPS on Pantheon’s Global CDN

Pantheon Global CDN Advanced Page Caching

Launch Essentials

Switching Sites from HTTP to Secure HTTPS

Domains and Redirects

Cloudflare Domain Configuration

New Articles

Incident Management Guide

Integrate Trello on Pantheon with Quicksilver Hooks

Integrate Pivotal Tracker Project Management Application on Pantheon with Quicksilver Hooks

July 1, 2017

Organizations using a Custom Upstream can now add and manage their upstreams without engaging Pantheon Support.

If your organization doesn’t yet use Custom Upstreams, and you are interested in access to this feature, tell us about your use-case.

June 1, 2017

WordPress CLI on Pantheon has been updated to version 1.2.1. You can read the release notes for this update here.

June 1, 2017

If you haven't updated in a while, check out the Terminus Changelog to see what's new and update to the current release.

June 1, 2017

Organizations utilizing a Custom Upstream can now set default site configurations, such as nested docroot, in the pantheon.upstream.yml file. For details, see Pantheon YAML Configuration Files.

June 1, 2017

New Relic's APM Availability Monitoring has known incompatibilities with SNI, which our HTTPS uses. Instead, we recommend configuring the free availability monitoring service within New Relic’s Synthetics Lite tool. For details, refer to New Relic APM Pro.

June 1, 2017

New WordPress and Drupal 8 sites now run PHP 7 by default. Drupal 7 sites will default to PHP 5.6.

June 1, 2017

Drupal 8.3.4, Drupal 7.56, and WordPress 4.8 have been pushed to all Site Dashboards.

Drupal 8.3.3 and above hooks into the Pantheon service provider, to support operations such as clearing Pantheon’s edge cache when Drupal cache is rebuilt.

May 1, 2017

CVE-2016-8332

Pantheon has deployed new versions of Ghostscript and Openjpeg2 to mitigate the CVE-2016-8332 vulnerability. No user action is required.

CVE-2017-8295

The platform is not vulnerable to this exploit, no user action is required.

May 1, 2017

We upgraded PHP to 7.0.18. See our documentation to learn how to upgrade your PHP version.

May 1, 2017

Drupal 8.3.2 and Drupal 8.3.2-p2 have been pushed to all Drupal Site Dashboards. These updates contain bug fixes and improvements from Drupal.org in addition to optimizing Pantheon’s handling of Twig cache files.

May 1, 2017

New Articles

Early Access: Pantheon Global CDN

Integrate Jira on Pantheon with Quicksilver Hooks

Automatically Label Code Changes in New Relic using Quicksilver Hooks

Revised Articles

We’ve simplified and cleaned up our docs related to our Custom Upstreams feature for Enterprise, Agency, and EDU Organizations. Check it out:

Introduction to Custom Upstreams

Create a Custom Upstream

Best Practices for Maintaining a Custom Upstream

April 1, 2017

WordPress 4.7.4 Has been pushed to all WordPress Site Dashboards.

April 1, 2017

If you haven’t updated in awhile, checkout the Terminus Changelog to see what’s new and update to the current release

April 1, 2017

Drupal 8.3.1 has been pushed to all Drupal Site Dashboards. This update contains security patches, and it’s strongly recommended that you upgrade immediately.

April 1, 2017

In some cases, ssh operations to the platform would hang on connection if a user has ed25519 ssh keys in their agent keychain. This bug has been fixed. Note that we still don’t support ed25519 keys.

March 1, 2017

WP-CLI on the Pantheon Platform has been upgraded to Version 1.1.0

March 1, 2017

Drupal 8.2.7 has been pushed to all Pantheon Dashboards.

February 1, 2017

We upgraded PHP to 5.6.30 and 7.0.15. See our documentation to learn how to upgrade your PHP version.

February 1, 2017

A vulnerability in the Linux Kernel was discovered that could allow users to gain root privileges. The Pantheon platform was quickly updated to prevent this privilege escalation.

February 1, 2017

Drupal 8.2.6 and Drupal 7.54 releases have been pushed to all Pantheon dashboards.

February 1, 2017

New Articles

Pantheon Agency Tips

January 1, 2017

This is a security patch put out by WordPress and made available as a one-click upgrade in the Pantheon Site Dashboard. We suggest all users upgrade immediately if you haven’t already. See our Status Post for more information.

January 1, 2017

The open plugin architecture of Terminus allows developers to extend it’s functionality and create new commands. For a list of supported plugins, take a look at our new Plugin Directory in the docs.

Mass Updates

The Mass Update plugin applies all available upstream updates to a list of sites. This allows users who manage a lot of sites to easily stay on top of Drupal and WordPress core updates.

Build Tools

This Terminus plugin contains a collection of six additional commands useful during the build step on a Pantheon site that uses a GitHub PR workflow.

Filer

Terminus Filer is named as such because it’s an easy way to launch your SFTP client with all the connection details “filled” in.

Rsync

The Terminus Rsync Plugin makes it easy to copy files between your local computer and Pantheon. Once installed, you can use rsync as you normally would to transfer files, wrapped in Terminus commands.

January 1, 2017

After months of retooling and feedback from users, we're excited to officially release Terminus 1.0! This release comes with a commitment to backwards compatibility for scripts and plugins, as well as a new core engine based on Symfony Console. Everything you've been doing with Terminus is included in this new version with more additions continually coming! Learn more about this new feature and check out the Terminus Guide.

January 1, 2017

This is a minor version update, which nonetheless closes several dozen issues. See Drupal’s Release Page for more information.

December 1, 2016

Pantheon has released two security patches for WordPress 4.7. For details, see WordPress 4.7-p1 - CVE-2016-10033 and WordPress 4.7-p2 - CVE-2016-10045.

December 1, 2016

WordPress 4.7 has been pushed to all Pantheon Dashboards. This update includes changes to core in addition to Pantheon specific changes. See WordPress.org for a full list of changes to core and review our documentation to see what’s new for Pantheon sites.

December 1, 2016

Upgraded from 0.24.1 to 1.0.0. Learn more.

December 1, 2016

Terminus 1.0 is now available as a public beta, complete with a new guide. In this release, we’ve updated the command structures and transitioned from a PHP based framework to Symfony Console. If you find bugs in the latest version, please submit them along with feature requests here.

December 1, 2016

The following MIME types have been added to the platform and are now supported: application/twbx twbx;

application/twb twb;

December 1, 2016

Pantheon is now compliant with the Privacy Shield Framework. For more details, see this blog post by Sal Hernandez.

December 1, 2016

Drupal 8.2.4 and Drupal 7.53 releases have been pushed to all Pantheon Dashboards.

December 1, 2016

We've categorized our existing documentation by common user objectives to make resources easier to find. Also included in this relaunch is the groundwork for our all new video training. Explore introductory videos and stay tuned for more video content coming soon!

New Docs

New Articles

Debug Intermittent PHP 7 Notices

Environment-Specific Configurations for Drupal 9

November 1, 2016

If you haven’t updated in a while, check out the Terminus Changelog to see what’s new and get the latest version. Also, you can try out Terminus 1.0 alpha by following these installation instructions. If you have any questions on Terminus 1.0 alpha, visit our Terminus Guide or provide feedback to the documentation by clicking the yellow contribute button at the top of the page.

November 1, 2016

Mitigated the Dirty COW (CVE-2016-5195) Linux kernel privilege escalation vulnerability.

November 1, 2016

We upgraded PHP to 5.6.28 and 7.0.13. See our documentation to learn how to upgrade your PHP version.

November 1, 2016

Upgraded from 6.3.0.161 to 6.8.0.177. Includes a fix for an issue with Drupal 6 sites that could cause POST requests made using drupal_http_request to be converted into GET requests. Learn more.

November 1, 2016

For sites wanting fine-grained control over how their responses are represented in their edge cache, Pantheon Advanced Page Cache is the golden ticket. Learn more

November 1, 2016

Drupal 8.2.3 and Drupal 7.52 releases have been pushed to all Pantheon Dashboards which include maintenance and security fixes. Learn more.

November 1, 2016

At Pantheon, we are committed to helping our customers operate their Drupal 6 sites for as long as they are needed. We have selected two Long Term Support (LTS) partners to assist customers seeking to move their Drupal 6 sites to Pantheon. Read more about it in Lauren Kelly's blog post.

November 1, 2016

We upgraded the basic ticket experience by replacing it with real time chat. With chat, you get responses to your questions even faster by avoiding the inherent delays in ticket-based systems. In addition to providing support in a more real-time, consultative medium, we're also proud to announce that support is now staffed around the clock all year long, 24/7/365.

October 1, 2016

Terminus 1.0 alpha was released to everyone who registered to help us with testing. We’d love you to test Terminus 1.0 alpha as well and/or share the release with experienced Terminus users who may not have signed up to test! To install, follow the instructions in the Terminus Guide. The manual addresses many questions about this release, but if you have ideas for how to improve the documentation or find things that are missing or unclear, please click "Contribute" at the top left of the doc and then "Report doc issue".

October 1, 2016

We released an update for the Solr Power WordPress plugin that adds advanced WP_Query integration and a method for API status. To contribute or offer input, please open an issue or pull request on the GitHub repo.

October 1, 2016

New Article

AWS S3 Setup for Drupal

October 1, 2016

You can now add custom domain names to your Multidev environments. Among other use cases, this allows you to use your company’s name in a URL when you show your work to customers or others in your organization.

September 1, 2016

If you haven’t updated in a while, check out the Terminus Changelog to see what’s new and get the latest version.

September 1, 2016

Kalabox 2.0 has been released and can be integrated with Pantheon. Learn more.

September 1, 2016

Now your site’s Drush version is managed via pantheon.yml, so it’s in version control and deployed along with the rest of your code.

September 1, 2016

New Articles/Guides

Developing Locally with Kalabox

September 1, 2016

These include improvements to selected states for environment tabs and menus to help keep you better oriented when moving through the UI, added white space to give everything some breathing room, and nested secondary menu items on the left side to streamline navigation.

Dashboard design updates

September 1, 2016

Multidev commits now ordered by newest first Varnish stripping of double-underscore query variables is fixed

August 1, 2016

The latest release has huge performance improvements for users with lots of sites. Check out the Terminus Changelog to see what’s new and get the latest version.

August 1, 2016

We released an update for the Solr Power WordPress plugin which adds a Solr search widget that supports faceting. If you have any input please open an issue on the GitHub repo.

August 1, 2016

We now support PHP 5.6 and 7.0. See our documentation to learn how to upgrade your PHP version.

August 1, 2016

You can now automatically trigger a script after creating a site or Multidev. Check out slack_notifcation so all your team members know when a new Multidev or site is created. View all example Quicksilver scripts on GitHub.

August 1, 2016

Nested docroot: Serve sites from a web subdirectory, one-level beneath the root of your code repository. Among other use cases, this helps facilitate managing dependencies via Composer. Protected Web Paths: Specify files or directories that you don’t want to be publicly web-accessible. PHP Version: Now your site’s PHP version is managed via pantheon.yml so it’s in version control and deployed along with the rest of your code.

July 1, 2016

In keeping with the recommendations of PCI DSS, we no longer support TLS 1.0 for customer sites. Older browsers and mobile devices that do not support TLS 1.1 and 1.2 will likely experience problems and security vulnerabilities. If you need to continue support for TLS 1.0, you can do so with Cloudflare. For details, see Cloudflare's documentation.

July 1, 2016

If you haven't updated in a while, check out the Terminus Changelog and get the latest version.

July 1, 2016

As of July 28, now when you choose Migrate Existing Site and select WordPress, you’ll be guided to install the Pantheon Migrations plugin, so you can get your migration going with just a few clicks. Learn more.

July 1, 2016

There were multiple releases of Drupal contributed modules that fix highly critical remote code execution vulnerabilities. The Drupal Security Team urges you to update the modules immediately. See more information on Drupal.org.

June 1, 2016

Previously, the Pro level of service was only available as a two-week trial. Now, Pro won’t end after just two weeks. New Relic APM Pro gives code and query level visibility into application performance, allowing you to quickly pinpoint performance bottlenecks. Learn more.

June 1, 2016

Your User Dashboard now shows a screenshot of each site’s Dev environment and uses a default image if no screenshot is available. An update is triggered when clearing caches, deploying code, and cloning or importing database or files to Dev.

June 1, 2016

We added a Migrate Existing Site button to the User and Organization Dashboards to help guide you through the import process.

June 1, 2016

Previously, existing Drupal 8 sites had to be manually imported to Pantheon. Now, you are able to use the Importer tool on your Pantheon Dashboard.

May 1, 2016

If you haven't updated in a while, check out the Terminus Changelog and get the latest version.

May 1, 2016

For organizations that want the highest level of support for their whole team, Priority Enterprise Support provides the assurance of SLA-backed 24/7/365 emergency support, expedited responses to normal tickets, and expert onboarding and training. Contact Sales for more information.

April 1, 2016

We changed the name of the tab to reduce ambiguity.

April 1, 2016

If you haven't updated in a while, check out the Terminus Changelog and get the latest version.

April 1, 2016

Terminus Quicksilver Plugin: Helps you with the initial Quicksilver/Pantheon YAML setup
Terminus Secrets Plugin: Makes it easier to manage a secrets.json file so you don't have to check your cloud API keys into your codebase.

April 1, 2016

Documentation Site Updates

We improved navigation on the docs site by removing the drop-down options from the sub-navigation menu, and added links to the home page to view all tags, all categories, and all docs.

New Articles

Configuring Environment Indicators Enabling Mobile Redirection with Cloudflare Exporting Sites From GoDaddy with cPanel Managing Custom Code for WordPress with Plugins Managing Custom Code with Composer Managing Site Plan Changes and Chargeback for EDU+

March 1, 2016

If you haven't updated in a while, check out the Terminus Changelog and get the latest version.

March 1, 2016

Sandbox sites that have not been used in six months will be frozen due to inactivity. But don’t worry--you can click Unfreeze Site on your Dashboard if you still need it.

March 1, 2016

Docs Site Changes

We updated the Docs landing page to show the five top docs in each category, added a Featured category to give you quick access to the most frequently used docs, and simplified the URLs. Check it out!

New Articles

Horizontal Scalability

Temporary File Management

Testing WordPress Core Development Versions

February 1, 2016

We are no longer updating Akismet and other non-core WordPress plugins and themes. We are now only doing in-place core updates.

February 1, 2016

For the past several months we’ve been collecting best practices and resources, and put together a microsite to help anyone thinking about scale. The content of the site is a community effort managed via GitHub (pull requests welcome!). See Josh Koenig's blog post for more information.

February 1, 2016

If you haven't updated in a while, check out the Terminus Changelog and get the latest version.

February 1, 2016

Platform domains (e.g. dev-site.pantheon.io) are now created for all sites, even if the site is part of an organization that has a custom domain. Previously, a site would start with dev-site.yoursite.io, it now starts with both dev-site.yoursite.io and dev-site.pantheon.io.

February 1, 2016

On February 24th 2016, Drupal 6 will no longer be supported by the Drupal community. Read more about it in Drew Gorton’s blog post.

February 1, 2016

Code archives created using the Backups tool on the Test and Live environments now reflect the state of the codebase for the most recent deploy on the environment. You’ll no longer have to search for tags when restoring codebase.

February 1, 2016

We released a suite of tools comprised of Quicksilver Platform Hooks, a new release of our Terminus command-line interface, a new YAML-based project configuration interface, and broad compatibility with SAML for centralized authentication.

January 1, 2016

If you haven't updated in a while, check out the Terminus Changelog and get the latest version. This release includes some new commands like site Object Cache enablement and site Pantheon Search enablement.

January 1, 2016
  • Quicksilver opens up our platform and allows deeper integration and automation by adding hooks for encoding reactions to specific platform workflows. Common uses so far include:
  • Automatically sanitizing databases after cloning content from Live
  • Marking deployments in New Relic to track improvements or regressions
  • Posting notifications to Slack of platform actions
    Learn more about Quicksilver or check out the examples on the GitHub repo.
January 1, 2016

We released the Pantheon HUD plugin. This plugin will:

  • Remind you what environment you're in and let you jump to the others
  • Show some status data about the environment
  • Give you a copy/paste Terminus WP-CLI command starter
    A big thanks to Daniel Bachhuber (of WP-CLI fame) for putting this together. Development is taking place on GitHub, and as always your pull requests and issues with feature ideas are welcome!
January 1, 2016

You can now authenticate with Terminus using machine tokens! This means usernames and passwords are no longer required to use the command line. Create yours now.

October 1, 2015

We improved Pantheon's use of wp-cli search-replace on clone/deploy operations and now replace strings in all database tables. Previously, we only replaced strings in tables registered with the $wpdb object. In most cases this was core WordPress tables only, since most plugin authors don't register tables they create with the $wpdb object.

October 1, 2015

We fixed the errors with drush sql-connect and sites aliases --print commands.

October 1, 2015

Get the latest version. We're steaming ahead to a 1.0 release and can use your help on GitHub. Manage workflow, WP CLI, and Drush from one CLI tool.

October 1, 2015

You can now rename your own Organization by going to the Settings tab.

October 1, 2015

We upgraded upgraded Varnish 3 to Varnish 4. This allows us to keep up with operating system and security upgrades. This upgrade includes overall stabilization improvements and we expect 100% backward compatibility.

October 1, 2015

You can now take your Drupal 8 sites live on Pantheon. Create your Drupal 8](https://pantheon.io/drupal-8) site today.

October 1, 2015

All new Drupal 7 sites will automatically default to run on PHP 5.5.

September 1, 2015

Our applications team released Terminus versions through 0.8.1 -- a faster, more consistent CLI which is more friendly to advanced scripting. Expect 1.0 soon!

September 1, 2015

We released Pantheon Enterprise, our flagship product for managing multiple sites. It’s included in Elite (formerly Enterprise) site plans, or you can add it as a standalone product and get access to Multidev, Change Management, SAML, and more.

September 1, 2015

If you’re a member of an Organization or Agency, you can now set your default login location to your user Dashboard or your Organization Dashboard. Change your default now.

August 1, 2015

Get the latest version. We’re steaming ahead to a 1.0 release and can use your help over on GitHub.

August 1, 2015

If there’s an outage or hardware issue with the Pantheon File System, “Saint Mode” now kicks in to serve your images, CSS, and JavaScript files.

August 1, 2015

The arg separator is used in PHP generated URLs to separate arguments. For PHP 5.5, we changed the default PHP arg separator from &amp; to &. To use the old arg separator, modify settings.php or wp-config.php.

August 1, 2015

Previously, for sites on PHP 5.5 (WordPress sites default, Drupal sites can upgrade now), code changes were only refreshed every 60 seconds, regardless of the environment. Now, Dev/Multidev environments on 5.5 will immediately see code changes, and Test/Live now refresh every 2 seconds.

August 1, 2015

If you use Jetpack’s Photon tool, the Photon user agent can now access files on locked sites.

July 1, 2015

WordPress 4.2.3 is now available. This is a security release for all previous versions to protect against a cross-site scripting vulnerability that could allow users with the Contributor or Author role to compromise a site. Read Josh’s post recapping the ways we save users from automatic updates breaking their sites.

July 1, 2015

Greg Anderson created scripts and example repos to automate your builds using a composer-based workflow. Check out CI scripts, Travis CI scripts, and this exciting pull request in our Drops-7 repository.

July 1, 2015

The Multidev Dashboard now provides a progress bar after the environment creation modal disappears.

July 1, 2015

Kalabox 2 now supports quickly pulling and pushing apps between Pantheon and your local Kalabox. Read how at GitHub.

July 1, 2015

New Articles/Guides

WordPress Best Practices

June 1, 2015

This week we added WalkMe.com’s guidance platform. You can now search the docs from within the Dashboard and take tours to learn how to use the Pantheon platform.

June 1, 2015

We added two new features to help security conscious organizations work with our platform:

SAML Login: For organizations with SAML compatible single sign-on solutions, Pantheon allows authentication of users to the Dashboard via your own login system, giving you central administrative control over employee access to the platform.

June 1, 2015

We are now providing richer and more accurate information about the background actions the Pantheon platform is performing on your sites. This includes commits, workflow actions and clear caches, including more details about the tasks that were performed.

June 1, 2015

Seeing intermittently slow performance? Check your slow query log and take action with New Relic.

New Articles

Configuring SAML SSO for Pantheon with Okta Debugging Connectivity Issues Getting Support MIME Types The Pantheon Deploy Log Modules and Plugins with Known Issues

May 1, 2015

Tired of typing support requests on how to use the platform? No question is ignored on our Essential Technical Training Webinar, which will be held weekly starting on Thursday, June 18, at 10:00 a.m. PST. Register here. Let your team know this resource is always available.

May 1, 2015

Not on Pantheon? Get a free Drupal cloud backup! Learn more about the NodeSquirrel acquisition in Zack's blog post.

May 1, 2015

We've been optimizing Dashboard load times, specifically for the Site Dashboard. Things are looking much better. Have you noticed a difference? We'd love to hear your feedback. What is the WORST thing about using Pantheon?

May 1, 2015

We did an emergency reboot of all servers during DrupalCon to install a patch for the Venom security vulnerability.

April 1, 2015

WordPress Launch Check is an automated report you can run to make sure your site is ready to launch—built right in to the Pantheon Dashboard or available as a WP-CLI extension. For more details, see related blog post Announcing WordPress Launch Check.

April 1, 2015

WordPress 4.2 came out this month to great fanfare. For more details, see Version 4.2 announcement. A few days later, the core team released a security update. We were on it, and the most recent version is available in all Pantheon WordPress Site Dashboards. We recommend updating all of your WordPress sites as soon as possible.

April 1, 2015

We now have encryption for routing to appserver, so if you’re running HTTPS you will automatically have end-to-end encryption on non-free sites.

April 1, 2015

Single-sign on customers now have a dedicated log in page. Learn more about SAML For Pantheon Agencies.

April 1, 2015

We’ve officially completed a fleet-wide codeserver update to Fedora 20.

April 1, 2015

in place of the campaign attributes in the original URL. Now you will no longer experience PANTHEON_STRIPPED normalization in any of your Google Analytics reports.

April 1, 2015

New Articles

Learn how to use a quick PHP script to Convert MySQL tables from MyISAM to InnoDB.

Want the security of SSL on your Pantheon site but the budget won't allow it? Check out our new doc to learn how to set up and use Cloudflare SSL for free for your WordPress site.

New Guides

Our new guide will show you how to get up and running using a GitHub account to collaborate with your team. Learn how to synchronize your existing Pantheon site to GitHub, create repositories, synchronize existing GitHub repositories with Pantheon, and develop collaboratively by using branching and pull requests.

Two-factor authentication (TFA) is a security practice that prevents attackers from compromising accounts by requiring an extra authentication method beyond only using a password to log in. Our new guide will walk you through installing two-factor authentication on Drupal and WordPress, for both the single site and organization-wide cases.

March 1, 2015

You will now get an alert when there's a new version of Terminus available.

March 1, 2015

There was a Drupal update pushed to all Pantheon Dashboards to fix minor security issues. For more details see Drupal 7.35 and Drupal 6.35 announcement.

March 1, 2015

New Guides

Check out our new guide Automated Testing for WordPress with Behat to learn how to set up Behat on your local machine and run automated tests against a remote WordPress site. Editors note: This was replaced with Automate Testing with Behat.

In our new guide Use Terminus to Create and Update Drupal Sites on Pantheon, you'll learn how to create a new Drupal site, install some contrib modules, commit code, and clone from one site environment to another—all through the Terminus CLI.

Feel more at home at the command line? Read our new guide to learn how to use Terminus and WP-CLI to create and manage a WordPress site.

March 1, 2015
  • The People tab now shows gravatars for all users in an Organization
  • Your framework (Drupal, WordPress) is displayed in the Site Dashboard header
  • Users can now delete their own accounts in the Team tab
  • Multidev creation is blocked when you have reached your site's Multidev limit
February 1, 2015

Internally, we built a completely new testing harness for Varnish. More details to come.

February 1, 2015

Drupal 8 Beta 7 is available for free on Pantheon. You can check out our issue tracker on GitHub, and read more on Drupal.org.

February 1, 2015

A new release of Terminus, v 0.5 is now available. The project also converted to Semantic Versioning. Read more about the update on GitHub.

February 1, 2015

WordPress released patch version 4.1.1. It is available in all WordPress site Dashboards. Read more at WordPress.org.

February 1, 2015

New Articles

Need to make sure your website will perform under pressure? Load Testing with BlazeMeter shows you how to test your site using BlazeMeter.

Make sure the emails you send to customers never get marked as spam by using SendGrid. See Using SendGrid to Deliver Email to learn how to integrate this email delivery system into your site.

Worried about spamming users during Drupal debugging and testing? See our new guide to learn how to configure the Reroute Email module.

January 1, 2015

Need to collaborate with an agency? We've made it simple to add them to your organization. For more details, see blog post Ready to Start Working with an Agency?

January 1, 2015

We upgraded from PHP 5.3 to 5.3.29. This is the last release for 5.3 and current users are encouraged, if possible, to upgrade to 5.5 in your site's Dashboard.

January 1, 2015

There's no need. Customer application containers and database servers that were already on up-to-date versions were not vulnerable to GHOST. Backing services were quickly patched, and our engineers further refined our patch deployment capability for even faster responses to future vulnerabilities. For more details, see related Incident Report for Platform Operations