We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7800e commit 6fb6918Copy full SHA for 6fb6918
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.0.2] - 25 October 2025
10
+### Fixed
11
+- Do not escape JSON
12
+
13
## [1.0.1] - 22 October 2025
14
### Fixed
15
- Fix after merge conflict
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yireo/magento2-googletagmanager2-hyva-checkout",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "N/A",
5
"type": "magento2-module",
"require": {
@@ -20,4 +20,4 @@
20
"Yireo\\GoogleTagManager2HyvaCheckout\\": ""
21
}
22
23
-}
+}
0 commit comments