Releases: acquia/acquia_cms
Releases · acquia/acquia_cms
Acquia CMS - 1.4.9
- 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.
Acquia CMS - 1.4.8
- Drupal core is upgraded to 9.3.12.
Acquia CMS - 1.4.7
- The Acquia CMS Tour module is now also available individually, without the Acquia CMS profile.
- The following modules are upgraded:
Acquia CMS - 1.4.6
- Drupal core upgraded to 9.3.9.
- The author field is now an optional field in article content type.
- The tour wizard is now refactored, allowing the developers to easily alter/add/remove wizard options.
- Fixed Issue: The
Get Started
button on tour dashboard page is now visible to only those users, who have access for tour dashboard page.
- Fixed Drupal coding standard issues.
- The patches defined in the composer.json are updated so that they can be easily discovered on drupal.org.
- Following modules are updated to latest release:
Acquia CMS - 1.4.5
- Updated Drupal Core to 9.3.7.
- Fixed issue: The summary text for Acquia Telemetry was displaying the html markup on Status Report page.
- Following modules/themes are updated:
Acquia CMS - 1.4.4
- Upgraded Site Studio to latest release i.e v6.8.1.
- Fixed issue of site admin not being able to change any view configurations from the views ui page.
- Drush can now be updated to Drush 11.
- Upgraded composer plugin version to 2.2.0, which should not affect users.
- Upgraded following modules to the latest release:
Acquia CMS - 1.4.3
- The Drupal core module is updated to 9.3.6.
- Fixed the site installation issues, when installing site using existing configurations.
- Remove composer dependency of
acquia_cms_article
from acquia_cms_search
module.
- Included the
node_revision_delete
module in Acquia CMS as it's soft dependency for Site Studio module.
- Fixed the broken page styling issue appearing on articles, search landing pages caused due to Site Studio configurations.
Acquia CMS - 1.4.2
- The acquia_cms_audio module automatically enables the media_entity_soundcloud module to add the audio file hosted on soundcloud.
- The audio media entity includes Tags and Categories fields.
- The Site Status report page displays the latest version of Acquia CMS.
- Site Studio configurations are refactored to improve the time required for site installation.
- Drupal core is updated to 9.3.3.
- The geocoder module is updated and pinned to version 3.24.0.
- The google_analytics module is updated to version 4.0.
- The Internal Page Cache module is uninstalled.
- The media_entity_soundcloud module version 3.0 is included.
- The search_api module is updated and pinned to version 1.22.0.
- The search_api_autocomplete module is updated to version 1.6.
- The simple_sitemap module is updated to version 4.0.
- The following contributed modules are also updated:
Acquia CMS - 1.4.1
- Acquia CMS includes the acquia_cms_component module so that developers can create Javascript components and use the module.
- The acquia_cms_component module includes the Component contributed module.
- The acquia_cms_component module provides the example of the react block javascript component and includes the react & api library for reference.
- The component module is pinned to release 1.0-rc3.
- Drupal core is updated to 9.3.2.
- Site Studio is updated to 6.8.0.
- The reroute_email module is updated to 2.1.0.
- The facets module is updated & pinned to 2.0.0.
- The facets_pretty_paths module is updated to 1.2.0.
- The Site Studio Visual Page Builder module is automatically installed and enabled when you install the Acquia CMS Site Studio module.
- Acquia CMS is updated to use IMCE instead of media library to manage images that are part of the Site Studio configuration.
- Image view modes for Media image type are updated to use corresponding image styles.
- The Acquia CMS Search module is configured to be installed independently.
- The Acquia CMS logo is displayed during installation of the Acquia CMS profile.
- Install, update, and maintenance pages are updated to have the standard design pattern of Acquia CMS.
- The checkbox on the to Tour page of the Acquia CMS installation wizard was not getting cleared or selected.
- Acquia CMS was not showing a warning when enabling the reroute_email module.
- Acquia CMS installation was getting failed when installing Acquia CMS through UI.
After upgrading to Acquia CMS 1.4.1, run the following commands:
// Apply Site Studio updates to the site.
$ drush updb --yes
// Re-import Site Studio assets.
$ drush cohesion:import'
After upgrading to Site Studio 6.8.0, you cannot rebuild package entities with the following command:
$ drush sitestudio:package:import
You can use the package entities rebuilds patch to fully utilise the new Site Studio sync functionality.
Acquia CMS - 1.4.0
- Drupal core is updated to 9.3.0.
- The reroute_email module is pinned to 2.0.2.
- Improvements are made to the time required for installation.
- The existing code, which is deprecated with Drupal 9.3, is updated.
- Fixed issue: Update hook for updating the configuration was breaking the existing site.