2
0

(wordpress) Revert to specific non breaking version for self-hosters

This commit is contained in:
Baptiste Arnaud
2023-11-14 15:54:12 +01:00
parent 23625ad214
commit 6c0f28b3e4
4 changed files with 9 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ class Typebot_Public
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 (
get_option('excluded_pages') !== null &&
get_option('excluded_pages') !== ''