Version 6.9.2 release details
Last updated: 5th September 2022
Released: 5th September 2022
When upgrading your website to the latest version of Acquia Site Studio, database updates will be applied and therefore you can't roll back to the previous version of Acquia Site Studio once upgraded.
It is recommended applying updates on your development environment and backing up your website including your database before upgrading Acquia Site Studio.
Known issues
Site Studio is currently not compatible with PHP 8.1 until November 2022.
Bug fixes
Duplicate styles on same component
What is it?
Fixes a bug where the same styles or no styles were applied when the same type of component was placed on the page
What impact will there be?
All styles will now come through without any duplicate
What actions do I need to take?
drush cohesion:rebuild
Are there any risks I should be aware of?
None.
Exported packages files store metadata in individual files
What is it?
Packages exported in new format no longer store all of exported file entity metadata in a single sitestudio_package_files.json
file. Instead each file entity metadata is exported as individual file prefixed with sitestudio_file_metadata
and using .yml
extension.
What impact will there be?
All new package exports will no longer contain sitestudio_package_files.json
file. Individual metadata files using filename format of sitestudio_file_metadata.<uuid>.yml
will be exported instead.
Any packages that already use sitestudio_package_files.json
will continue to work as before. If such package is exported, metadata from sitestudio_package_files.json
will be split into individual files after this update.
What actions do I need to take?
Export your packages via Drush or Drupal UI and make sure to commit all of the additionally created metadata files, if git is used.
Are there any risks I should be aware of?
None.
Steps before upgrading
As with any version of Acquia Cohesion, we recommend that you backup your websites database and code before upgrading the version of Acquia Cohesion. There are no other specific steps to carry out before upgrading to this version.
Upgrade
It is recommended that you backup and upgrade your website on a development environment before applying to a production website. You can upgrade your version of Acquia Cohesion by following our upgrade guide.