Skip to content

Commit

Permalink
Merge pull request #554 from humanmade/backport-553-to-v17-branch
Browse files Browse the repository at this point in the history
[Backport v17-branch] Update documentation to include details of HM-GTM
  • Loading branch information
mikelittle authored Oct 25, 2023
2 parents 4adceba + 9d8766e commit c0954d1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion other-docs/guides/upgrading/v17.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ composer server cli -- altis migrate

## Changes to the Altis platform

We have removed the Analytics module, Experience Blocks and Global Blocks from
### Analytics module

We have removed the Analytics module, which includes Experience Blocks and Global Blocks from
the Altis platform. These are now delivered through the new Altis Accelerate
plugin. Learn more at https://www.altis-dxp.com/accelerate/.

Expand Down Expand Up @@ -75,6 +77,19 @@ module to your `composer.json` file. It is no longer enabled by default.
}
```

### Google Tag Manager

The Google Tag Manager module is also removed as part of this release. If you add `altis/Analytics` back into your
project, as above, you will also get the Google Tag Manager module. If, instead, you install the Altis Accelerate
plugin, you will need to manually add the HM Google Tag Manager module to your `composer.json` file.

```shell
# Add Altis Analytics support
composer require humanmade/hm-gtm
```

Once added, you will need to network enable the plugin.

### PHP 8.1

PHP 8.1 is now our recommended version of PHP for Altis. We have improved
Expand Down

0 comments on commit c0954d1

Please sign in to comment.