WP-Chatbot for Facebook Messenger Customer Chat - Version 4.6.2

Version Description

Usability improvements & updated links Bug fixes and stability

Download this release

Release Info

Developer yankovski
Plugin Icon 128x128 WP-Chatbot for Facebook Messenger Customer Chat
Version 4.6.2
Comparing to
See all releases

Code changes from version 4.6.1 to 4.6.2

admin/commons/ht-cc-admin-already-connected-settings-form.php CHANGED
@@ -18,7 +18,7 @@ if (!defined('ABSPATH')) exit;
18
  </div>
19
 
20
 
21
- <a target="_blank" rel="noopener noreferrer" href="<?php echo $app_domain ?>chatbot-editor/<?php echo $connected_page['bot_id'] ?>/customer-chat" class="go_to_mm"><?php _e('Go to MobileMonkey') ?></a>
22
 
23
  <?php
24
 
18
  </div>
19
 
20
 
21
+ <a target="_blank" rel="noopener noreferrer" href="<?php echo $app_domain ?>chatbot-editor/<?php echo $connected_page['bot_id'] ?>/chat-starters?kind=customer_chat_widget" class="go_to_mm"><?php _e('Go to MobileMonkey') ?></a>
22
 
23
  <?php
24
 
admin/commons/ht-cc-admin-settings-form.php CHANGED
@@ -141,7 +141,7 @@ $tabs[$curren] .= ' current';
141
  ?>
142
  </div>
143
  <div class="customization_button__wrapper">
144
- <a target="_blank" rel="noopener noreferrer" href="<?php echo $app_domain ?>chatbot-editor/<?php echo $connected_page['bot_id']?>/bot-builder" class="customization_button__link">
145
  <div class="customization_button">
146
  <div class="customization_button__content">More chatbot customization in <span class="customization_button__image"></span> MobileMonkey</div>
147
  <div class="customization_button__action">
@@ -184,7 +184,7 @@ $tabs[$curren] .= ' current';
184
  />
185
  Support only webchat
186
  </p>
187
- <a target="_blank" href="<?php echo $app_domain ?>chatbot-editor/<?php echo $connected_page['bot_id']?>/configure/customer-chat-widget" class="go-to-chat-widget-settings-link">
188
  Edit this setting
189
  </a>
190
 
141
  ?>
142
  </div>
143
  <div class="customization_button__wrapper">
144
+ <a target="_blank" rel="noopener noreferrer" href="<?php echo $app_domain ?>chatbot-editor/<?php echo $connected_page['bot_id']?>/dashboard" class="customization_button__link">
145
  <div class="customization_button">
146
  <div class="customization_button__content">More chatbot customization in <span class="customization_button__image"></span> MobileMonkey</div>
147
  <div class="customization_button__action">
184
  />
185
  Support only webchat
186
  </p>
187
+ <a target="_blank" href="<?php echo $app_domain ?>chatbot-editor/<?php echo $connected_page['bot_id']?>/settings/customer-chat-widget" class="go-to-chat-widget-settings-link">
188
  Edit this setting
189
  </a>
190
 
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === WP-Chatbot for Messenger ===
2
  Requires at least: 4.6
3
- Tested up to: 5.4.1
4
  Requires PHP: 5.6
5
  Contributors: larrykim, yankovski
6
- Stable tag: 4.6.1
7
  Tags: free live chat, facebook messenger, chatbot, live support, customer chat, web chat plugin, website chat widget, chat marketing, customer support, artificial intelligence, sms tools, mobilemonkey
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -129,7 +129,7 @@ Instead of relying on live support to answer chats, you can set up a chatbot tha
129
 
130
  **Will WP-Chatbot work with any WordPress website?**
131
 
132
- Yes, WP-Chatbot is designed to work with any website built on WordPress v. 4.6 or higher. It has been tested up to WordPress version 5.4.1.
133
 
134
  **What else do I need in order to start using WP-Chatbot?**
135
 
@@ -338,7 +338,7 @@ Does your business use appointment setting? Whether you operate a dentist office
338
 
339
  - Number of active installations: 20,000. Historic installations: 315,000
340
  - Version of WordPress: 4.6 or higher
341
- - Version of WordPress tested up to: Version 5.4.1
342
 
343
  ==Contributors and Developers==
344
 
@@ -586,6 +586,10 @@ WP-Chatbot is extremely flexible, versatile, and compatible. Because it works se
586
 
587
  == Changelog ==
588
 
 
 
 
 
589
  = 4.6.1 =
590
  Updated experience for existing MobileMonkey users
591
  Bug fixes and stability
1
  === WP-Chatbot for Messenger ===
2
  Requires at least: 4.6
3
+ Tested up to: 5.5.1
4
  Requires PHP: 5.6
5
  Contributors: larrykim, yankovski
6
+ Stable tag: 4.6.2
7
  Tags: free live chat, facebook messenger, chatbot, live support, customer chat, web chat plugin, website chat widget, chat marketing, customer support, artificial intelligence, sms tools, mobilemonkey
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
129
 
130
  **Will WP-Chatbot work with any WordPress website?**
131
 
132
+ Yes, WP-Chatbot is designed to work with any website built on WordPress v. 4.6 or higher. It has been tested up to WordPress version 5.5.1.
133
 
134
  **What else do I need in order to start using WP-Chatbot?**
135
 
338
 
339
  - Number of active installations: 20,000. Historic installations: 315,000
340
  - Version of WordPress: 4.6 or higher
341
+ - Version of WordPress tested up to: Version 5.5.1
342
 
343
  ==Contributors and Developers==
344
 
586
 
587
  == Changelog ==
588
 
589
+ = 4.6.2 =
590
+ Usability improvements & updated links
591
+ Bug fixes and stability
592
+
593
  = 4.6.1 =
594
  Updated experience for existing MobileMonkey users
595
  Bug fixes and stability