Skip to content

Commit

Permalink
Bump compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Sep 19, 2023
1 parent a10d5f7 commit 96f01b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tiledesk-live-chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
* 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
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* 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/';
Expand Down

0 comments on commit 96f01b8

Please sign in to comment.