Version Description
Download this release
Release Info
Developer | whatshelp |
Plugin | WhatsHelp Chat Button |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
- readme.txt +2 -2
- whatshelp.php +2 -2
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: GetButton
|
|
3 |
Donate link: https://getbutton.io/
|
4 |
Tags: whatsapp, facebook messenger, viber, whatshelp, getbutton, messaging, chating, zopim live chat, customer service, livechat, olark, online support, zendesk, facebook chat, facebook help desk, whatsapp helpdesk, facebook live chat for business, whatsapp crm integration, whatsapp support, zotabox, beeketing
|
5 |
Requires at least: 2.7
|
6 |
-
Tested up to: 5.4.
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
3 |
Donate link: https://getbutton.io/
|
4 |
Tags: whatsapp, facebook messenger, viber, whatshelp, getbutton, messaging, chating, zopim live chat, customer service, livechat, olark, online support, zendesk, facebook chat, facebook help desk, whatsapp helpdesk, facebook live chat for business, whatsapp crm integration, whatsapp support, zotabox, beeketing
|
5 |
Requires at least: 2.7
|
6 |
+
Tested up to: 5.4.2
|
7 |
+
Stable tag: 1.8.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
whatshelp.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Chat Button by GetButton.io (ex. WhatsHelp)
|
4 |
* Description: The Chat button by GetButton takes website visitor directly to the messaging app such as Facebook Messenger or WhatsApp and allows them to initiate a conversation with you. After that, both you and your customer can follow up the conversation anytime and anywhere!
|
5 |
-
* Version: 1.8.
|
6 |
* Author: GetButton
|
7 |
* Author URI: https://getbutton.io
|
8 |
*/
|
@@ -10,7 +10,7 @@
|
|
10 |
function whatshelp_setup()
|
11 |
{
|
12 |
//add_submenu_page('options-general.php', __('Whatshelp Chat Button', 'whatshelp'), __('Whatshelp Chat Button', 'whatshelp'), 'manage_options', 'options-whatshelp', 'whatshelp_settings');
|
13 |
-
add_menu_page(__('GetButton', 'getbutton'), __('GetButton', 'getbutton'),
|
14 |
register_setting('whatshelp', 'whatshelp-code');
|
15 |
}
|
16 |
|
2 |
/**
|
3 |
* Plugin Name: Chat Button by GetButton.io (ex. WhatsHelp)
|
4 |
* Description: The Chat button by GetButton takes website visitor directly to the messaging app such as Facebook Messenger or WhatsApp and allows them to initiate a conversation with you. After that, both you and your customer can follow up the conversation anytime and anywhere!
|
5 |
+
* Version: 1.8.2
|
6 |
* Author: GetButton
|
7 |
* Author URI: https://getbutton.io
|
8 |
*/
|
10 |
function whatshelp_setup()
|
11 |
{
|
12 |
//add_submenu_page('options-general.php', __('Whatshelp Chat Button', 'whatshelp'), __('Whatshelp Chat Button', 'whatshelp'), 'manage_options', 'options-whatshelp', 'whatshelp_settings');
|
13 |
+
add_menu_page(__('GetButton', 'getbutton'), __('GetButton', 'getbutton'), 'manage_options', basename(__FILE__), 'whatshelp_settings', plugin_dir_url(__FILE__) . 'img/wh-icon.ico');
|
14 |
register_setting('whatshelp', 'whatshelp-code');
|
15 |
}
|
16 |
|