Skip to content

Commit 1f0a5ff

Browse files
committed
Move Hyva Checkout compat into separate package
1 parent a80c4f5 commit 1f0a5ff

File tree

7 files changed

+10
-124
lines changed

7 files changed

+10
-124
lines changed

.module.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTENSION_VENDOR="Yireo"
22
EXTENSION_NAME="GoogleTagManager2"
33
COMPOSER_NAME="yireo/magento2-googletagmanager2"
4-
PHP_VERSIONS=("7.4", "8.1", "8.2", "8.3")
4+
PHP_VERSIONS=("7.4", "8.1", "8.2", "8.3","8.4")
55
PHPSTAN_LEVEL=2

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.19] - 06 May 2025
10+
### Fixed
11+
- Do not use custom product provider by default anymore
12+
913
## [3.9.18] - 23 April 2025
1014
### Fixed
1115
- PHP 8.4 compatibility issues

MageWire/Checkout.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

MageWire/Component.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yireo/magento2-googletagmanager2",
3-
"version": "3.9.18",
3+
"version": "3.10.0",
44
"license": "OSL-3.0",
55
"type": "magento2-module",
66
"homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",
@@ -42,6 +42,10 @@
4242
"phpunit/phpunit": "^9.0",
4343
"yireo/magento2-integration-test-helper": "*"
4444
},
45+
"suggests":{
46+
"yireo/magento2-googletagmanager2-loki-checkout": "Use this if you are using the Loki Checkout",
47+
"yireo/magento2-googletagmanager2-hyva-checkout": "Use this if you are using the Hyvä Checkout"
48+
},
4549
"autoload": {
4650
"psr-4": {
4751
"Yireo\\GoogleTagManager2\\": ""

view/frontend/layout/hyva_checkout_index_index.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

view/frontend/templates/hyva_checkout/data-layer.phtml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)