Releases: acquia/acquia_cms
Releases · acquia/acquia_cms
v1.5.4
What's Changed
- ACMS-1661: Include plugin: 'php-http/discovery'. by @vishalkhode1 in #1448
Full Changelog: v1.5.3...v1.5.4
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
Acquia CMS - 1.5.3
- The acquia_cms modules has been updated to use latest release.
Full Changelog: v1.5.2...v1.5.3
Acquia CMS - 2.0.1
- The project:
"ergebnis/composer-normalize"
has been moved to dev-dependencies. - The legacy Site Studio package management is no longer supported and all legacy site studio packages from acquia_cms modules has been updated according to new site studio package management.
- The following acquia_cms modules has been updated:
Acquia CMS - 1.5.2
- The project:
"ergebnis/composer-normalize"
has been moved to dev-dependencies. - The legacy Site Studio package management is no longer supported and all legacy site studio packages from acquia_cms modules has been updated according to new site studio package management.
- The following acquia_cms modules has been updated:
Acquia CMS - 2.0.0
- The acquia_cms is now no longer a Drupal distribution and it's now changed to Drupal module.
- The acquia_cms now includes the following modules/projects:
Name | Type | Description |
---|---|---|
Acquia CMS Headless | module | The acquia_cms_ headless module preconfigures Drupal for serving structured, RESTful content to 3rd party content displays such as mobile apps, smart displays and frontend driven websites (e.g. React or Next.js). |
Acquia CMS Starter Kit | project | The official command-line tool for downloading and building drupal site with acquia_cms modules for different use cases. |
- The customer can no longer run following command to install Acquia CMS:
./vendor/bin/drush site:install acquia_cms --yes
as the acquia_cms is no longer a Drupal distribution. However, they can run below command to install the new site using acquia_cms:
./vendor/bin/acms site:install --yes
Acquia CMS - 1.5.1
- Drupal Core is updated to 9.4.1.
- The
acms:switch
drush command is added to switch the Acquia CMS profile to Minimal. - The Acquia CMS Common module is updated to 1.4.0.
Acquia CMS - 1.5.0
- Acquia CMS Page module no longer now requires Acquia CMS Site Studio module. Both of these can be installed separately & independently.
- As Acquia CMS Page now doesn't require Acquia CMS Site studio module, so upon installing Acquia CMS Page module independently, will not include the Layout canvas field on Page Content type.
- Acquia CMS Starter & Acquia CMS Tour module is now publicly available on drupal.org
- Acquia CMS profile clean-up after refactoring.
- Two existing modules (i.e Acquia CMS development, Acquia CMS Support) are now moved as sub-modules under Acquia CMS Common module.
- All Acquia CMS modules (i.e Acquia CMS page, Acquia CMS article, Acquia CMS event etc.) are now no longer part of Acquia CMS profile, instead they will now be fetched & placed like any other Drupal contributed module
- Following Acquia CMS modules have been updated. Refer to below table for detailed release notes for each module:
Acquia CMS - 1.4.11
- Drupal core is upgraded to 9.3.16.
Acquia CMS - 1.4.10
- Drupal core is updated to 9.3.14.