Skip to content

Releases: acquia/acquia_cms

Acquia CMS - 2.1.0

06 Feb 13:17
Compare
Choose a tag to compare

Prerequisites

  1. 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  
  1. Update acquia_cms to this release. To update, you must run below command:
composer update acquia/acquia_cms -W
  1. 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
    
  2. 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

17 Jan 15:54
69c0770
Compare
Choose a tag to compare
  • The acquia_cms modules has been updated to use latest release.

Full Changelog: v1.5.2...v1.5.3

Acquia CMS - 2.0.1

28 Sep 09:41
d154387
Compare
Choose a tag to compare
  • 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:
Module Release
acquia_cms_article 1.4.0
acquia_cms_audio 1.4.0
acquia_cms_common 1.5.0
acquia_cms_component 1.3.3
acquia_cms_document 1.4.0
acquia_cms_event 1.4.0
acquia_cms_image 1.4.0
acquia_cms_page 1.4.0
acquia_cms_person 1.4.0
acquia_cms_place 1.4.0
acquia_cms_search 1.4.0
acquia_cms_site_studio 1.4.0
acquia_cms_starter 1.3.3
acquia_cms_toolbar 1.4.0
acquia_cms_tour 2.1.0
acquia_cms_video 1.4.0
acquia_cms_headless 1.3.0-beta7

Acquia CMS - 1.5.2

28 Sep 07:15
494fa63
Compare
Choose a tag to compare
  • 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:
Module Release
acquia_cms_article 1.4.0
acquia_cms_audio 1.4.0
acquia_cms_common 1.5.0
acquia_cms_component 1.3.3
acquia_cms_document 1.4.0
acquia_cms_event 1.4.0
acquia_cms_image 1.4.0
acquia_cms_page 1.4.0
acquia_cms_person 1.4.0
acquia_cms_place 1.4.0
acquia_cms_search 1.4.0
acquia_cms_site_studio 1.4.0
acquia_cms_starter 1.3.3
acquia_cms_toolbar 1.4.0
acquia_cms_tour 1.3.3
acquia_cms_video 1.4.0

Acquia CMS - 2.0.0

06 Jul 06:07
Compare
Choose a tag to compare
  • 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

27 Jun 09:14
Compare
Choose a tag to compare
  • 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

22 Jun 10:28
Compare
Choose a tag to compare
  • 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:
Module Name Version
Acquia CMS Article 1.3.4
Acquia CMS Event 1.3.4
Acquia CMS Person 1.3.4
Acquia CMS Place 1.3.4
Acquia CMS Common 1.3.6
Acquia CMS Page 1.3.3
Acqua CMS Site Studio 1.3.5
Acquia CMS Audio 1.3.2
Acquia CMS Image 1.3.6
Acquia CMS Toolbar 1.3.3
Acquia CMS Tour 1.3.0
Acquia CMS Starter 1.3.0
Acquia CMS Search 1.3.5
Acquia CMS Video 1.3.3
Acquia CMS Document 1.3.3
Acquia Claro 1.3.2
Acquia CMS Component 1.3.1

Acquia CMS - 1.4.11

14 Jun 11:26
Compare
Choose a tag to compare
  • Drupal core is upgraded to 9.3.16.

Acquia CMS - 1.4.10

01 Jun 06:08
Compare
Choose a tag to compare
  • Drupal core is updated to 9.3.14.

Acquia CMS - 1.4.9

17 May 08:55
Compare
Choose a tag to compare
  • The Drupal Core is upgraded to 9.3.13.
  • Site install with existing configuration now doesn't give errors.
  • Updated composer patches section in composer.json to follow the Drupal core standard pattern.
  • The Acquia CMS logo updated when installing site using existing configurations.
  • The Acquia CMS tour configuration form now doesn't give error.
  • The permissions for Site Studio as now updated.
  • The Acquia CMS Component module now doesn't give error when installing module separately on any Drupal site.
  • The Google Analytics module is pinned to 4.0.0.