File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments