Skip to content

Commit 909b978

Browse files
committed
chore: update gtag version mx11
1 parent 16fdb9d commit 909b978

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

packages/modules/google-tag/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@mendix/google-tag",
33
"moduleName": "Google Tag module",
4-
"version": "2.2.0",
5-
"license": "Apache-2.0",
4+
"version": "2.4.0",
65
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
6+
"license": "Apache-2.0",
77
"private": true,
88
"repository": {
99
"type": "git",
@@ -19,7 +19,7 @@
1919
},
2020
"moduleFolderNameInModeler": "googletagmodule",
2121
"marketplace": {
22-
"minimumMXVersion": "9.18.4.62522",
22+
"minimumMXVersion": "10.21.0.64362",
2323
"appNumber": 207519,
2424
"appName": "Google Tag"
2525
},
@@ -28,13 +28,13 @@
2828
"branchName": "google-tag-web"
2929
},
3030
"scripts": {
31-
"verify": "rui-verify-package-format",
32-
"update-changelog": "rui-update-changelog-module",
3331
"build:module": "ts-node --project scripts/tsconfig.json scripts/build.ts",
3432
"create-gh-release": "rui-create-gh-release",
33+
"publish-marketplace": "rui-publish-marketplace",
3534
"push-update": "ts-node --project scripts/tsconfig.json scripts/push-update.ts",
3635
"release:module": "ts-node --project scripts/tsconfig.json scripts/release.ts",
37-
"publish-marketplace": "rui-publish-marketplace"
36+
"update-changelog": "rui-update-changelog-module",
37+
"verify": "rui-verify-package-format"
3838
},
3939
"dependencies": {
4040
"@mendix/google-tag-web": "workspace:*"

packages/modules/google-tag/scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function main(): Promise<void> {
1919
removeDist,
2020
cloneTestProject,
2121
copyWidgetsToProject,
22-
copyActionsFiles(["GoogleTagActions.js"]),
22+
copyActionsFiles(["GoogleTagAction.js"]),
2323
writeVersionAndLicenseToJSActions,
2424
createModuleMpk,
2525
addWidgetsToMpk,

packages/pluggableWidgets/google-tag-web/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We updated studio pro minimum version to 10.21 to support Mendix 11.
12+
913
## [1.3.0] - 2024-10-18
1014

1115
### Added
1216

13-
- We introduced introduce a new functionality allowing to optionally share the authenticated user ID with Google Analytics. Thank you for the feature update @rborer !
17+
- We introduced introduce a new functionality allowing to optionally share the authenticated user ID with Google Analytics. Thank you for the feature update @rborer !
1418

1519
### Fixed
1620

17-
- We removed redundant code to improve widget load time in the browser.
21+
- We removed redundant code to improve widget load time in the browser.
1822

1923
## [1.2.0] - 2023-06-28
2024

2125
### Changed
2226

23-
- It is now possible to configure additional tags via "config" command in Advanced mode.
27+
- It is now possible to configure additional tags via "config" command in Advanced mode.
2428

2529
## [1.1.0] - 2023-06-05
2630

2731
### Changed
2832

29-
- We updated the light and dark icons and tiles for the widget.
33+
- We updated the light and dark icons and tiles for the widget.
3034

3135
## [1.0.0] - 2023-02-17
3236

3337
### Added
3438

35-
- We introduced Google Tag widget!
39+
- We introduced Google Tag widget!

packages/pluggableWidgets/google-tag-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/google-tag-web",
33
"widgetName": "GoogleTag",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"description": "gtag.js integration widget",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",
@@ -21,7 +21,7 @@
2121
},
2222
"packagePath": "com.mendix.widget.web",
2323
"marketplace": {
24-
"minimumMXVersion": "8.18.0",
24+
"minimumMXVersion": "10.21.0.64362",
2525
"appName": "Google Tag",
2626
"appNumber": -1
2727
},

packages/pluggableWidgets/google-tag-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="GoogleTag" version="1.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="GoogleTag" version="1.4.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="GoogleTag.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)