Install

Works with Drupal: ^9

Using Composer to manage Drupal site dependencies

Alternative installation files

Download acquia_cms_page-1.4.0.tar.gztar.gz 41.78 KB
MD5: 13c2d1773b4fbba985ce67b4b0efd872
SHA-1: 9d6c87828aeb8534fea1065921410676131470b4
SHA-256: 34301d7bf0cdf5d2fd1de261f302bc3a19af1e7e4059d4df45f2b31ccf9727e4
Download acquia_cms_page-1.4.0.zipzip 59.11 KB
MD5: 1a308f7f582fe6885e3cdc1bf8a08cd1
SHA-1: e4fac55e90c351d5bf5fa52b860038eaac5319ad
SHA-256: 88a3743ae01630a66fb4b9e8b6ca8d426df9ffcee0d58c918fe43d2300bfeffb

Release notes

  • Implements hook_content_model_role_presave_alter() to add permissions related to page content type.
  • Updated minimum required composer dependencies for the acquia_cms modules.
  • Added hook_update_N() to remove the node_revision_delete third_party settings from page configuration, if node_revision_delete module is not installed.
  • Installing acquia_cms_page module now adds some default configurations of the node_revision_delete to page content_type, if node_revision_delete module is installed.
  • The acquia_cms_site_studio module doesn’t gets downloaded now with the acquia_cms_page module. If you are already using the acquia_cms_site_studio module, you should include the acquia_cms_site_studio module explicitly in your project by running command:
    $ composer require drupal/acquia_cms_site_studio
  • PHPUnit tests added to verify permissions related to page content type for various roles.
  • Removed site studio packages, created using the legacy site studio package management & replaced with the packages, generated using the latest site studio package management.
Created by: vishalkhode
Created on: 22 Sep 2022 at 19:53 UTC
Last updated: 22 Sep 2022 at 19:53 UTC
Bug fixes
New features

Other releases