Plugin Directory

Changeset 2708499


Ignore:
Timestamp:
04/12/2022 10:27:46 AM (4 years ago)
Author:
melibo
Message:

fix URLs

Location:
melibo-chatbot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • melibo-chatbot/trunk/admin/MeliboChatbot.class.php

    r2708497 r2708499  
    33class MeliboChatbot  {
    44
    5     private $API_KEY_CHECK_URL = 'https://api.gomelibo.com/stingray/settings/widget/{apiKey}/public';
    6     private $API_KEY_ENV_CHECK_URL = 'https://api.gomelibo.com/stingray/settings/widget/{apiKey}/public' . '?environment={environmentID}';
     5    private $API_KEY_CHECK_URL = 'https://api.melibo.de/stingray/settings/widget/{apiKey}/public';
     6    private $API_KEY_ENV_CHECK_URL = 'https://api.melibo.de/stingray/settings/widget/{apiKey}/public' . '?environment={environmentID}';
    77    private $CDN_URL = 'https://cdn.melibo.de/bundle.js';
    88    private $SPACE_LETTER = ' ';
  • melibo-chatbot/trunk/melibo-chatbot.php

    r2708497 r2708499  
    44 * Plugin Name: melibo Chatbot
    55 * Description: add your melibo chatbot to your WordPress for free
    6  * Version: 1.2.1
     6 * Version: 1.2.2
    77 * Author: Melibo
    88 * Author URI: www.melibo.de
    99 */
    10 define( 'MELIBO_VERSION', '1.2.1');
     10define( 'MELIBO_VERSION', '1.2.2');
    1111
    1212require_once( plugin_dir_path( __FILE__ ) . '/admin/MeliboView.php' );
  • melibo-chatbot/trunk/readme.txt

    r2708497 r2708499  
    33Tags: chat, live chat, chatbot, support, livechat, bot, melibo, Helpdesk, E-Commerce, messenger, AI, widget,
    44Tested up to: 5.9.2
    5 Stable tag: 1.2.1
     5Stable tag: 1.2.2
    66License: GPLv2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    146146
    147147- add environmentID
     148
     149= 1.2.2 =
     150
     151- fix URLs
Note: See TracChangeset for help on using the changeset viewer.