File tree Expand file tree Collapse file tree 5 files changed +46
-14
lines changed
Expand file tree Collapse file tree 5 files changed +46
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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+ }
Original file line number Diff line number Diff line change 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" : [
2120 "Yireo\\ GoogleTagManager2LokiCheckout\\ " : " "
2221 }
2322 }
24- }
23+ }
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments