2
0

(wp) Add custom api host for WP plugin

This commit is contained in:
Baptiste Arnaud
2023-03-09 14:59:23 +01:00
parent 6b08df71ba
commit ddd20f6235
8 changed files with 35 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "3.1.3",
"version": "3.1.4",
"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.3",
"commit": "svn ci -m 'Update plugin metadata and readme'"
"copy": "svn copy ./trunk ./tags/3.1.4",
"commit": "svn ci -m 'Support for custom apiHost'"
}
}