Skip to content

2.2.0

Compare
Choose a tag to compare
@vishalkhode1 vishalkhode1 released this 05 Jul 09:05
· 7 commits to 2.x since this release

Prerequisites

  • This release of Acquia CMS module, has removed the Google Analytics module as a module dependency. Instead, the 2.x release of the Google Tag module is now recommended. As a result, you should manually choose one of the following options to proceed:
    1. If you still wants to use the Google Analytics module, then you must include it in your project before upgrading. To include it, run the following command:
    composer require 'drupal/google_analytics:^4.0'
    
    1. If you are not using the Google Analytics module, it is safe to uninstall it. To uninstall the module, run the following drush command:
    drush pmu google_analytics
    

What's Changed