(wp) Add UTM auto forward

This commit is contained in:
Baptiste Arnaud
2023-06-15 17:36:32 +02:00
parent 42234850ed
commit a64e621432
4 changed files with 13 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@typebot.io/wordpress",
"version": "3.1.10",
"version": "3.1.11",
"main": "index.js",
"repository": "https://github.com/baptisteArno/typebot.io",
"author": "baptisteArno",
@@ -11,7 +11,7 @@
},
"scripts": {
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/3.1.10",
"commit": "svn ci -m 'Fix custom variable host'"
"copy": "svn copy ./trunk ./tags/3.1.11",
"commit": "svn ci -m 'Auto forward UTMs'"
}
}