Skip to content

Commit e77ed6a

Browse files
committed
Make sure to apply Container URL to IFRAME URL as well #267 @rikwillems
1 parent 8ebf33c commit e77ed6a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.9.16] - 19 February 2025
10+
### Fixed
11+
- Make sure to apply Container URL to IFRAME URL as well #267 @rikwillems
12+
913
## [3.9.15] - 6 January 2025
1014
### Fixed
1115
- Subtract shipping discount amount from shipping amount #248

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yireo/magento2-googletagmanager2",
3-
"version": "3.9.15",
3+
"version": "3.9.16",
44
"license": "OSL-3.0",
55
"type": "magento2-module",
66
"homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",

view/frontend/templates/iframe.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ use Yireo\GoogleTagManager2\Config\Config;
77
/** @var Template $block */
88
$config = $block->getConfig();
99
?>
10-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=<?= $config->getId() ?>" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
10+
<noscript><iframe src="<?= $config->getGoogleTagmanagerUrl() ?>/ns.html?id=<?= $config->getId() ?>" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

0 commit comments

Comments
 (0)