Install
Works with Drupal: ^9.4Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
112.51 KB
MD5: c0847fd391da8475c933cd5931c47060
SHA-1: ab9dead91dce942a84d321f2a57c97e58be2eb48
SHA-256: 638149a5bc5c3537026773c41aa625197ad3cd83180c8fe3b542a176e3c235d7
Download zip
213.94 KB
MD5: 3bad42786bab6358962951ac887fa912
SHA-1: 868808347d011e84b42cb42417103590e342fbc8
SHA-256: efb824a22f3c3cb6d5734a4961d0b84ae1bf733163317db3b7ab65ad674b1eca
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