Changeset 2708499
- Timestamp:
- 04/12/2022 10:27:46 AM (4 years ago)
- Location:
- melibo-chatbot/trunk
- Files:
-
- 3 edited
-
admin/MeliboChatbot.class.php (modified) (1 diff)
-
melibo-chatbot.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
melibo-chatbot/trunk/admin/MeliboChatbot.class.php
r2708497 r2708499 3 3 class MeliboChatbot { 4 4 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}'; 7 7 private $CDN_URL = 'https://cdn.melibo.de/bundle.js'; 8 8 private $SPACE_LETTER = ' '; -
melibo-chatbot/trunk/melibo-chatbot.php
r2708497 r2708499 4 4 * Plugin Name: melibo Chatbot 5 5 * Description: add your melibo chatbot to your WordPress for free 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: Melibo 8 8 * Author URI: www.melibo.de 9 9 */ 10 define( 'MELIBO_VERSION', '1.2. 1');10 define( 'MELIBO_VERSION', '1.2.2'); 11 11 12 12 require_once( plugin_dir_path( __FILE__ ) . '/admin/MeliboView.php' ); -
melibo-chatbot/trunk/readme.txt
r2708497 r2708499 3 3 Tags: chat, live chat, chatbot, support, livechat, bot, melibo, Helpdesk, E-Commerce, messenger, AI, widget, 4 4 Tested up to: 5.9.2 5 Stable tag: 1.2. 15 Stable tag: 1.2.2 6 6 License: GPLv2 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 146 146 147 147 - add environmentID 148 149 = 1.2.2 = 150 151 - fix URLs
Note: See TracChangeset
for help on using the changeset viewer.