Skip to content

Commit

Permalink
Change Partial GTM-Service Opt-In box and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
webseditag committed Aug 26, 2024
1 parent 06d8d4c commit ae7fcc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@
</script>

<f:if condition="{settings.klaro.consentModev2}">
<script>
if(serviceIsTypeOfConsentMode) {
gtag('js', new Date());
gtag('config', '<f:format.raw>{service.apiKey}</f:format.raw>');
}
<script type="opt-in" data-type="text/javascript" data-name="{service.provider}-{service.uid}">
</script>
</f:if>
<f:if condition="{settings.klaro.consentMode}">
Expand Down
5 changes: 3 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +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.8] - 2024-08-21 - AS
## [4.0.8] - 2024-08-26 - AS, RL
### Changed
- Changed sorting from the categories to the sorting in the backend
- Changed sorting from the categories to the sorting in the backend - AS
- GTM-Service Partial - Tag loading - RL

## [4.0.7] - 2024-08-21 - RL
### Fixed
Expand Down

0 comments on commit ae7fcc2

Please sign in to comment.