Install
Works with Drupal: ^10.0.9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
111.38 KB
MD5: 207ff6853be42137c87eed7f1f2d2e25
SHA-1: 1c119d7384e929f0e0e7a5d0494ea56222a0d5e5
SHA-256: a12ee4ba49da5093113de03c82cd920df88cdbab9866e4e2e24c48b430dee2f2
Download zip
211.65 KB
MD5: dbd3942426f31cce85e2eaf73fc0c0ab
SHA-1: b55093efe6f43d145134006e2ebde28d98dbbf66
SHA-256: 3462368697cf469d3aa7cc7a2325ab1d0f183f0f388c8a54509fac782dff9e87
Release notes
- Fixed all issues as reported by the `drupal-check` static analysis tool.
- Below modules have been removed now. If you've enabled these modules in your project, make sure to download them first before using this release of Acquia CMS Common module by running command as shown below:
Module Command Google Analytics composer require drupal/google_analyticsGoogle TagManager composer require drupal/google_tagHoneypot composer require drupal/honeypotreCAPTCHA composer require drupal/recaptchaReroute Email composer require drupal/reroute_emailShield composer require drupal/shieldAcquia Content Hub composer require drupal/acquia_contenthubAcquia Lift composer require drupal/acquia_liftAcquia Cloud Site Factory Connector composer require drupal/acsf -
The Checklist API module has been moved to the Acquia CMS Tour module . If you are using the 2.1.8 release of Acquia CMS Tour module, then no action is required, otherwise you must include Checklist API module in your project first by running the below command:
composer require drupal/checklistapi -
The Focal Point & ImageMagick module has been moved to acquia_cms_image module. If you are using the 1.5.10 release of acquia_cms_image module, then no action is required, otherwise you must include these modules in your project first by running the below commands:
composer require drupal/focal_pointcomposer require drupal/imagemagick
-
The JSON:API Extras module has been moved to Acquia CMS Headless & Acquia CMS Component module . If you are using the 1.3.8 release of Acquia CMS Headless module or 1.3.9 release of Acquia CMS Component module, then no action is required, otherwise you must include JSON:API Extras module in your project first by running the below command:
composer require drupal/jsonapi_extras -
The Default Content module has been moved to Acquia CMS Starter module . If you are using the 1.4.3 release of Acquia CMS Starter module, then no action is required, otherwise you must include Default Content module in your project first by running the below command:
composer require drupal/default_content -
The Responsive Theme Preview module has been moved to Acquia CMS Site Studio module . If you are using the 1.5.10 release of Acquia CMS Site Studio module, then no action is required, otherwise you must include Responsive Theme Preview module in your project first by running the below command:
composer require drupal/responsive_preview