📝 (wp) Update wordpress metadata
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wordpress",
|
"name": "wordpress",
|
||||||
"version": "3.1.1",
|
"version": "3.1.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/baptisteArno/typebot.io",
|
"repository": "https://github.com/baptisteArno/typebot.io",
|
||||||
"author": "baptisteArno",
|
"author": "baptisteArno",
|
||||||
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"deploy": "pnpm copy && pnpm commit",
|
"deploy": "pnpm copy && pnpm commit",
|
||||||
"copy": "svn copy ./trunk ./tags/3.1.1",
|
"copy": "svn copy ./trunk ./tags/3.1.3",
|
||||||
"commit": "svn ci -m 'Fix excluded pages when empty'"
|
"commit": "svn ci -m 'Update plugin metadata and readme'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
=== Typebot | Build beautiful conversational forms ===
|
=== Typebot | Create advanced chat experiences without coding ===
|
||||||
Contributors: baptisteArno
|
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
|
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
|
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.1.1
|
Stable Tag: 3.1.3
|
||||||
|
|
||||||
Build beautiful conversational forms
|
|
||||||
|
|
||||||
== Description ==
|
== 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.
|
👉 Build beautiful conversational apps and easily embed them in your Wordpress site.
|
||||||
👉 Typebot helps you publish forms that feel native to your product and it provides the best experience for your users.
|
👉 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.
|
👉 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.
|
This plugin relies on Typebot which is a tool that allows you to create conversational forms and directly integrate them on your Wordpress site.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* Plugin Name: Typebot
|
* Plugin Name: Typebot
|
||||||
* Description: Convert more with conversational forms
|
* Description: Convert more with conversational forms
|
||||||
* Version: 3.1.1
|
* Version: 3.1.2
|
||||||
* 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.1.1');
|
define('TYPEBOT_VERSION', '3.1.2');
|
||||||
|
|
||||||
function activate_typebot()
|
function activate_typebot()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user