⏪ (wordpress) Revert to specific non breaking version for self-hosters
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"deploy": "pnpm copy && pnpm commit",
|
"deploy": "pnpm copy && pnpm commit",
|
||||||
"copy": "svn copy ./trunk ./tags/3.4.0",
|
"copy": "svn copy ./trunk ./tags/3.4.1",
|
||||||
"commit": "svn ci -m 'Import lib v0.2'"
|
"commit": "svn ci -m 'Import lib specific version'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ Requires at least: 5.0
|
|||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
License: GPL 2.0
|
License: GPL 2.0
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
||||||
Stable Tag: 3.4.0
|
Stable Tag: 3.4.1
|
||||||
|
|
||||||
== Description ==
|
== Description ==
|
||||||
Collect 4x more responses with conversational apps using Typebot.
|
Collect 4x more responses with conversational apps using Typebot.
|
||||||
@ -24,6 +24,9 @@ This plugin relies on Typebot which is a tool that allows you to create conversa
|
|||||||
3. Activate your Typebot with the "Typebot" admin button located in the sidebar
|
3. Activate your Typebot with the "Typebot" admin button located in the sidebar
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
= 3.4.1 =
|
||||||
|
* Import typebot lib specific version: 0.2.15
|
||||||
|
|
||||||
= 3.4.0 =
|
= 3.4.0 =
|
||||||
* Import typebot lib v0.2 to get the new variable parser
|
* Import typebot lib v0.2 to get the new variable parser
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ class Typebot_Public
|
|||||||
|
|
||||||
function typebot_script()
|
function typebot_script()
|
||||||
{
|
{
|
||||||
echo '<script type="module">import Typebot from "https://cdn.jsdelivr.net/npm/@typebot.io/js@0.2/dist/web.js";';
|
echo '<script type="module">import Typebot from "https://cdn.jsdelivr.net/npm/@typebot.io/js@0.2.15/dist/web.js";';
|
||||||
if (
|
if (
|
||||||
get_option('excluded_pages') !== null &&
|
get_option('excluded_pages') !== null &&
|
||||||
get_option('excluded_pages') !== ''
|
get_option('excluded_pages') !== ''
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* Plugin Name: Typebot
|
* Plugin Name: Typebot
|
||||||
* Description: Convert more with conversational forms
|
* Description: Convert more with conversational forms
|
||||||
* Version: 3.4.0
|
* Version: 3.4.1
|
||||||
* Author: Typebot
|
* Author: Typebot
|
||||||
* Author URI: http://typebot.io/
|
* Author URI: http://typebot.io/
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
@ -16,7 +16,7 @@ if (!defined('WPINC')) {
|
|||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
define('TYPEBOT_VERSION', '3.4.0');
|
define('TYPEBOT_VERSION', '3.4.1');
|
||||||
|
|
||||||
function activate_typebot()
|
function activate_typebot()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user