Skip to content

Commit

Permalink
Undo GTM Service Tag loading
Browse files Browse the repository at this point in the history
  • Loading branch information
webseditag committed Aug 27, 2024
1 parent ae7fcc2 commit 8d7e62b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
</script>

<f:if condition="{settings.klaro.consentModev2}">
<script type="opt-in" data-type="text/javascript" data-name="{service.provider}-{service.uid}">
<script>
if(serviceIsTypeOfConsentMode) {
gtag('js', new Date());
gtag('config', '<f:format.raw>{service.apiKey}</f:format.raw>');
}
</script>
</f:if>
<f:if condition="{settings.klaro.consentMode}">
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [4.0.9] - 2024-08-27 - RL
### Fixed
- Undo: GTM-Service Partial - Tag loading from v4.0.8

## [4.0.8] - 2024-08-26 - AS, RL
### Changed
- Changed sorting from the categories to the sorting in the backend - AS
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => false,
'clearcacheonload' => false,
'clearCacheOnLoad' => 0,
'version' => '4.0.8',
'version' => '4.0.9',
'constraints' =>
array (
'depends' =>
Expand Down

0 comments on commit 8d7e62b

Please sign in to comment.