2
0

📝 (wp) Update wordpress metadata

This commit is contained in:
Baptiste Arnaud
2023-03-06 21:50:55 +01:00
parent f527df82dd
commit 67a3f42edd
4 changed files with 10 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "3.1.1",
"version": "3.1.3",
"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.1",
"commit": "svn ci -m 'Fix excluded pages when empty'"
"copy": "svn copy ./trunk ./tags/3.1.3",
"commit": "svn ci -m 'Update plugin metadata and readme'"
}
}

View File

@ -1,19 +1,17 @@
=== Typebot | Build beautiful conversational forms ===
=== Typebot | Create advanced chat experiences without coding ===
Contributors: baptisteArno
Tags: typebot, forms, surveys, quizzes, form builder, survey builder, quiz builder, custom forms, mobile forms, payment forms, order forms, feedback forms, enquiry forms, stripe, dropbox, google sheets, mailchimp, salesforce, hubspot, activecampaign, infusionsoft, asana, hipchat, slack, trello, zendesk
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: 3.1.1
Build beautiful conversational forms
Stable Tag: 3.1.3
== Description ==
Collect 4x more responses with your conversational forms using Typebot.
Collect 4x more responses with conversational apps using Typebot.
👉 Build beautiful conversational forms and embed them directly in your applications without a line of code.
👉 Typebot helps you publish forms that feel native to your product and it provides the best experience for your users.
👉 Build beautiful conversational apps and easily embed them in your Wordpress site.
👉 Typebot helps you publish chat apps that feel native to your product and it provides the best experience for your users.
👉 With Typebot, you collect the answer as soon as the user answers the first question. You get to know exactly when the user tends to drop your form.
This plugin relies on Typebot which is a tool that allows you to create conversational forms and directly integrate them on your Wordpress site.

View File

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