diff --git a/README.txt b/README.txt index c5a08ba..17c6728 100644 --- a/README.txt +++ b/README.txt @@ -2,8 +2,8 @@ Contributors: tiledesk Tags: free live chat, chatbot, bot, ai, artificial, intelligence, ml, machine, learning, nlp, facebook, live chat, chat, livechat, tiledesk, widget, twitter, zendesk, mailchimp Requires at least: 5.0 -Tested up to: 6.2 -Stable tag: 1.0.7 +Tested up to: 6.3.1 +Stable tag: 1.0.8 Requires PHP: 7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/tiledesk-live-chat.php b/tiledesk-live-chat.php index b38826b..795a929 100644 --- a/tiledesk-live-chat.php +++ b/tiledesk-live-chat.php @@ -4,7 +4,7 @@ * Plugin Name: Tiledesk Live Chat * Plugin URI: https://github.com/Tiledesk/tiledesk-wordpress-plugin * Description: Add Tiledesk Live Chat into your site allowing you to build complex conversational bots in just a few clicks. - * Version: 1.0.7 + * Version: 1.0.8 * Author: tiledesk * Author URI: https://www.tiledesk.com/ * License: GPLv2 or later @@ -12,7 +12,7 @@ * Text Domain: tiledesk-live-chat */ -define( 'TILEDESKCHAT_VERSION', '1.0.7' ); +define( 'TILEDESKCHAT_VERSION', '1.0.8' ); class TiledeskLiveChat { const API_URL = 'https://api.tiledesk.com/v3/';