Skip to content

Commit cf7034f

Browse files
committed
Merge branch 'master' of github.com:yireo/Yireo_GoogleTagManager2LokiCheckout
2 parents 14b4791 + 5e3ea4f commit cf7034f

File tree

5 files changed

+46
-14
lines changed

5 files changed

+46
-14
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
<<<<<<< HEAD
910
## [2.0.2] - 27 September 2025
1011
### Fixed
1112
- Failsafe for when store is not present yet
1213
- Change container to block
1314
- Prevent empty quote from causing exception
1415
- New structure of localStorage listener
1516
- Add CI files
17+
=======
18+
## [2.0.4] - 08 October 2025
19+
### Fixed
20+
- Do not apply hyva handle, but just copy all XML layout changes
21+
22+
## [2.0.3] - 29 September 2025
23+
### Fixed
24+
- Enable Alpine templates to call upon Yireo GTM properly
25+
- Failsafe for when store is not present yet
26+
27+
## [2.0.2] - 27 September 2025
28+
- Change container to block
29+
- Prevent empty quote from causing exception
30+
- New structure of localStorage listener
31+
>>>>>>> 5e3ea4fb9a822a3bcb498c0b66918ac70f6fe7a3
1632
1733
## [2.0.1] - 13 August 2025
1834
### Fixed

MODULE.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
"Loki_CssUtils",
1313
"Loki_FieldComponents",
1414
"Loki_MapComponents",
15-
"Magento_Backend",
16-
"Magento_Catalog",
17-
"Magento_CatalogInventory",
18-
"Magento_CatalogSearch",
19-
"Magento_Checkout",
2015
"Magento_CheckoutAgreements",
2116
"Magento_Config",
2217
"Magento_ConfigurableProduct",
@@ -33,10 +28,9 @@
3328
"Magento_Tax",
3429
"Magento_Vault",
3530
"Yireo_CspUtilities",
36-
"Yireo_GoogleTagManager2",
37-
"Yireo_HyvaThemeAutoRegistration"
31+
"Yireo_GoogleTagManager2"
3832
],
3933
"components": [],
4034
"config": [],
4135
"tests": []
42-
}
36+
}

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "yireo/magento2-googletagmanager2-loki-checkout",
3-
"version": "2.0.2",
3+
"version": "2.0.4",
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {
7-
"loki-checkout/magento2-core": "^2.1",
8-
"magento/framework": "^103.0",
9-
"magento/module-checkout": "^100.4",
10-
"magento/module-store": "^101.1",
7+
"loki/magento2-components": "^2.0",
8+
"magento/framework": "^102.0 || ^103.0",
9+
"magento/module-checkout": "^100.0",
1110
"yireo/magento2-googletagmanager2": "^3.10"
1211
},
1312
"license": [
@@ -21,4 +20,4 @@
2120
"Yireo\\GoogleTagManager2LokiCheckout\\": ""
2221
}
2322
}
24-
}
23+
}

etc/module.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
33
<module name="Yireo_GoogleTagManager2LokiCheckout">
44
<sequence>
5+
<<<<<<< HEAD
56
<module name="LokiCheckout_Core"/>
67
<module name="Magento_Checkout"/>
78
<module name="Magento_Store"/>
9+
=======
10+
<module name="Loki_Components"/>
11+
<module name="Magento_Checkout"/>
12+
>>>>>>> 5e3ea4fb9a822a3bcb498c0b66918ac70f6fe7a3
813
<module name="Yireo_GoogleTagManager2"/>
914
</sequence>
1015
</module>

view/frontend/layout/loki_checkout.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
name="yireo_googletagmanager2.loki_checkout.script.localstorage-listener"
77
template="Yireo_GoogleTagManager2LokiCheckout::script/localstorage-listener.phtml"
88
ifconfig="googletagmanager2/settings/enabled"/>
9+
10+
<block
11+
name="yireo_googletagmanager2.pusher-script"
12+
template="Yireo_GoogleTagManager2::hyva/script-pusher.phtml"
13+
ifconfig="googletagmanager2/settings/enabled"/>
14+
15+
<block
16+
name="yireo_googletagmanager2.logger-script"
17+
template="Yireo_GoogleTagManager2::hyva/script-logger.phtml"
18+
ifconfig="googletagmanager2/settings/enabled"/>
919
</referenceBlock>
20+
21+
<referenceBlock
22+
name="yireo_googletagmanager2.data-layer"
23+
template="Yireo_GoogleTagManager2::hyva/data-layer.phtml"/>
24+
25+
<referenceBlock
26+
name="yireo_googletagmanager2.script-additions"
27+
template="Yireo_GoogleTagManager2::hyva/script-additions.phtml"/>
1028
</body>
1129
</page>

0 commit comments

Comments
 (0)