Acquia CMS - 2.1.0
Prerequisites
- The Drupal/core should be minimum
^9.5
. To update Drupal core, run the below command:
composer update "drupal/core-recommended:~9.5.0" "drupal/core-composer-scaffold:~9.5.0" "drupal/core:~9.5.0" -W
- Update acquia_cms to this release. To update, you must run below command:
composer update acquia/acquia_cms -W
- After upgrade, you should see Acquia CMS Common to 2.0.2. This version leverages the latest Moderation Dashboard and Config Ignore modules.
- Moderation Dashboard: Panels, page_manager, and ctools modules are removed from Composer dependencies in the 2.x version of the Moderation Dashboard module. Therefore, Acquia recommends that you require these modules manually and remove them later, if not required.
To add the module by using Composer, run:
composer require drupal/panels drupal/page_manager
- Config Ignore: The config_filter module dependencies are removed in the 3.x version of the Config Ignore module. Therefore, Acquia recommends that you require the module manually and remove it later, if not required.
To add the module by using Composer, run:
composer require drupal/config_filter
- Moderation Dashboard: Panels, page_manager, and ctools modules are removed from Composer dependencies in the 2.x version of the Moderation Dashboard module. Therefore, Acquia recommends that you require these modules manually and remove them later, if not required.
- After upgrade, you should see Acquia CMS Starter to 1.4.1. Acquia removed the Webform module from Composer dependencies. Therefore, Acquia recommends that you manually require the module and remove it later if it is no longer required.
To add the module by using Composer, run:composer require 'drupal/webform:^6.2@beta'
Post Update activities
Clear cache, run db updates.
drush cr
drush updb
Drupal 10 Readiness (Optional)
CKEditor4 is deprecated in Drupal 9.5 or later. Therefore, Acquia recommends that you install CKEditor5 and uninstall CKEditor4. Before uninstalling CKEditor4, you must update all text formats to use CKEditor5.
- To Install the CKEditor5 module, you can run below command:
drush en ckeditor5
- Click Configuration > Content authoring > Text formats and editors. Alternatively, append
/admin/config/content/formats
to your application name. - Update each text format, such as Filtered HTML and Full HTML, to use CKEditor5. For more information, see Using the CKEditor5 text editor for the “Site Studio” text format.
- Uninstall the CKEditor4 module.
drush pmu ckeditor