acquia_cms_common
1,876 sites
Security covered
Announcement
Acquia CMS has been officially renamed to Acquia Drupal Starter Kit.
Rest assured, this change does not affect the standards or functionality of the product you know and appreciate. All specifications, features, and support will remain the same.
Synopsis
Acquia Drupal Starter Kit Common provides shared functionality for the Acquia Drupal Starter Kit ecosystem. Acquia Drupal Starter Kit includes this module by default with all starter kits. Upon installing this module, you will also receive the following contributed modules and its dependent modules:
- Acquia Connector
- Acquia Purge
- Acquia Search
- Automated Logout
- Config Ignore
- Configuration Rewrite
- Diff
- Entity Clone
- Field Group
- Memcache API and Integration
- Moderation Dashboard
- Moderation Sidebar
- Password Policy
- Pathauto
- Redirect
- Scheduler content moderation integration
- Schema.org Metatag
- Security Kit
- Simple XML sitemap
- Smart Trim
- Social Media Links Block and Field
- Username Enumeration Prevention
- Workbench Email
Compatibility
Module Versions Drupal 3.3.x >=10.2.2 3.2.x >=10.1.8 & < 10.2 3.1.x >=10.0.9 & < 10.1 2.x >=9.5.10 & < 10.0.9 1.x < 9.5.10Note: 1.x, 3.1.x & 3.2.x support has been ended.
Releases
- 3.x & 2.x:
- Support for Acquia Contenthub version ^3.
- Support for Config Ignore version ^3.
- Support for Moderation Dashboard version ^2.
- Support for Workbench Email version ^3.
- Acquia Telemetry has been removed as it is no longer included with Acquia Connector.
- 1.x (Support ended):
- Support for Acquia Contenthub version ^2.
- Support for Config Ignore version ^2.
- Support for Moderation Dashboard version ^1.
- Support for Workbench Email version ^2.
How to upgrade Acquia Drupal Starter Kit Common version from 1.x to 2.x
- Config_ignore 3.x does not require config_filter module. Before upgrading your project, you should include it by running command.
composer require drupal/config_filter - moderation_dashboard 2.x does not require panels, page_manager & ctools modules. Before upgrading your project, you should include it by running command.
composer require drupal/panels drupal/page_manager
Note: Modules required by the above command can be removed if they aren't needed.