Skip to content

Commit

Permalink
📝 (wp) Update wordpress metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 6, 2023
1 parent f527df8 commit 67a3f42
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
Binary file modified packages/wordpress/assets/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/wordpress/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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'"
}
}
12 changes: 5 additions & 7 deletions packages/wordpress/trunk/README.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/wordpress/trunk/typebot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -16,7 +16,7 @@
die();
}

define('TYPEBOT_VERSION', '3.1.1');
define('TYPEBOT_VERSION', '3.1.2');

function activate_typebot()
{
Expand Down

0 comments on commit 67a3f42

Please sign in to comment.