2
0

📦 (wordpress) Update package version

This commit is contained in:
Baptiste Arnaud
2022-11-17 16:49:51 +01:00
parent 7db0e01aca
commit 78fd974ebe
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.9",
"version": "2.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/2.1.9",
"copy": "svn copy ./trunk ./tags/2.1.11",
"commit": "svn ci -m 'Fix standard embed when window loaded'"
}
}

View File

@ -5,7 +5,7 @@ Requires at least: 5.0
Tested up to: 6.0
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Stable Tag: 2.1.9
Stable Tag: 2.1.11
Build beautiful conversational forms

View File

@ -3,7 +3,7 @@
/**
* Plugin Name: Typebot
* Description: Convert more with conversational forms
* Version: 2.1.9
* Version: 2.1.11
* Author: Typebot
* Author URI: http://typebot.io/
* License: GPL-2.0+
@ -16,7 +16,7 @@ if (!defined('WPINC')) {
die();
}
define('TYPEBOT_VERSION', '2.1.9');
define('TYPEBOT_VERSION', '2.1.11');
function activate_typebot()
{