diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index e416ce5fd..209285901 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -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'" } } diff --git a/packages/wordpress/trunk/README.txt b/packages/wordpress/trunk/README.txt index 8fa808e12..d48a9e43f 100644 --- a/packages/wordpress/trunk/README.txt +++ b/packages/wordpress/trunk/README.txt @@ -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 diff --git a/packages/wordpress/trunk/typebot.php b/packages/wordpress/trunk/typebot.php index 659af970a..64173a6c7 100644 --- a/packages/wordpress/trunk/typebot.php +++ b/packages/wordpress/trunk/typebot.php @@ -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() {