Skip to content

Commit 9bd610c

Browse files
committed
update readme, changelog, link to tut, bump version
1 parent fd6a66c commit 9bd610c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

coco-bot/coco-bot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Plugin Name: CoCoHub
77
Plugin URI: https://cocohub.ai/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
88
Description: The first repository for chatbot conversational components. Create advanced chatbots and connect them to your website. Use existing components or create new ones using Dialogflow, MS bot framework, Rasa and more.
9-
Version: 1.0.0
9+
Version: 1.1.0
1010
Author: CoCoHub.ai
1111
Author URI: https://cocohub.ai/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
1212
License: MIT

coco-bot/includes/CoCoBotSettings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function coco_bot_settings_create_admin_page() {
2323
<h2>CoCoHub Chatbot Settings</h2>
2424
<p>Use shortcode: <code>[cocobot]</code> to add the chat-window to your page</p>
2525
<p>Get a chatbot url(component_id) for your bot at <a href="https://cocohub.ai" target="_blank">cocohub.ai</a> </p>
26+
<p>Check out our tutorial to building and connecting your bot <a href="https://docs.cocohub.ai/tutorials/wp_cocobot" target="_blank">here</a></p>
2627
<?php settings_errors(); ?>
2728

2829
<form method="post" action="options.php">

coco-bot/readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Contributors: cbuskilla
33
Tags: cocohub, chatbots, chat-window, conversational components
44
Requires at least: 4.0
55
Tested up to: 5.3
6-
Stable tag: 1.0.1
6+
Stable tag: 1.1.0
77
License: MIT
88

99
Create advanced chatbots and connect them to your website. Use existing components or create new ones using Dialogflow, MS bot framework, Rasa and more.
1010

1111
== Description ==
1212

13-
CoCoHub builder let you drag and drop components to build your bot.
13+
With CoCoHub builder you can build your bot with components using drag and drop.
1414

1515
CoCoHub is an invaluable complementary tool for chatbot developers, offering pre-built, customizable & tested conversational components which enhance bot capabilities and eliminate the need for writing and maintaining AI conversation boilerplates or low-level conversation logic.
1616
Use existing components or create new ones using Dialogflow, MS bot framework, Rasa and more.
@@ -36,6 +36,12 @@ Use the shortcode [cocobot] to add it to your page
3636

3737
== Changelog ==
3838

39+
= 1.1.0 =
40+
*Release Date - 21st May, 2020*
41+
42+
* Updated settings page
43+
* Link to visual builder
44+
3945
= 1.0.0 =
4046
*Release Date - 9th March, 2020*
4147

0 commit comments

Comments
 (0)