Changeset 2308039
- Timestamp:
- 05/19/2020 01:53:40 PM (6 years ago)
- Location:
- happyfox-chat
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from happyfox-chat/trunk)
-
tags/1.2.4/happyfox-chat-config.php (modified) (1 diff)
-
tags/1.2.4/happyfox-chat.php (modified) (4 diffs)
-
tags/1.2.4/readme.txt (modified) (1 diff)
-
trunk/happyfox-chat-config.php (modified) (1 diff)
-
trunk/happyfox-chat.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
happyfox-chat/tags/1.2.4/happyfox-chat-config.php
r2049739 r2308039 1 1 <?php 2 2 3 if (!defined('HFC_ASSET_LOGO_URL')) 3 if (!defined('HFC_ASSET_LOGO_URL')) 4 4 define('HFC_ASSET_LOGO_URL', '/happyfox-chat/images/happyfox.png'); 5 5 6 if (!defined('HFC_APP_MANAGE_PAGE')) 6 if (!defined('HFC_APP_MANAGE_PAGE')) 7 7 define('HFC_APP_MANAGE_PAGE', 'https://happyfoxchat.com/a/apps/wordpress/manage/'); 8 8 9 if (!defined('HFC_APP_REF_PAGE')) 9 if (!defined('HFC_APP_REF_PAGE')) 10 10 define('HFC_APP_REF_PAGE', 'https://happyfoxchat.com/?ref=wordpress-plugin'); 11 11 12 if (!defined('HFC_APP_SIGNUP_PAGE')) 13 define('HFC_APP_SIGNUP_PAGE', 'https://happyfoxchat.com/ product-hunt-signup?ref=wordpress-plugin');12 if (!defined('HFC_APP_SIGNUP_PAGE')) 13 define('HFC_APP_SIGNUP_PAGE', 'https://happyfoxchat.com/v2/signup?ref=wordpress-plugin'); 14 14 15 if (!defined('HFC_HOST_URL')) 15 if (!defined('HFC_HOST_URL')) 16 16 define('HFC_HOST_URL','https://happyfoxchat.com'); 17 17 18 if (!defined('HFC_ASSETS_URL')) 18 if (!defined('HFC_ASSETS_URL')) 19 19 define('HFC_ASSETS_URL','https://widget.happyfoxchat.com/visitor'); 20 20 21 if (!defined('HFC_APP_INTEGRATION_URL')) 21 if (!defined('HFC_APP_INTEGRATION_URL')) 22 22 define('HFC_APP_INTEGRATION_URL','https://happyfoxchat.com/api/v1/integrations/wordpress/widget-info?apiKey='); 23 23 -
happyfox-chat/tags/1.2.4/happyfox-chat.php
r2054421 r2308039 4 4 Plugin URI: https://happyfoxchat.com 5 5 Description: This plugin adds the HappyFox Chat widget to your WordPress blog 6 Version: 1.2. 36 Version: 1.2.4 7 7 Author: HappyFox Inc. 8 8 Author URI: http://happyfoxchat.com … … 18 18 register_setting('happyfox-chat-settings', 'hfc_api_key'); 19 19 register_setting('happyfox-chat-settings', 'hfc_embed_token'); 20 register_setting('happyfox-chat-settings', 'hfc_access_token');21 20 } 22 21 … … 44 43 update_option('hfc_api_key', $_POST['hfc_api_key']); 45 44 update_option('hfc_embed_token', $json->embedToken); 46 update_option('hfc_access_token', $json->accessToken);47 45 $authorization_success = True; 48 46 } … … 56 54 include('happyfox-chat-config.php'); 57 55 $embed_token = get_option('hfc_embed_token'); 58 $access_token = get_option('hfc_access_token');59 56 $host_url = HFC_HOST_URL; 60 57 $asset_url = HFC_ASSETS_URL; 61 58 62 if($embed_token && $access_token) {59 if($embed_token) { 63 60 echo <<<HTML 64 61 <!--Start of HappyFox Live Chat Script--> -
happyfox-chat/tags/1.2.4/readme.txt
r2049739 r2308039 2 2 Contributors: hfsupport 3 3 Tags: banckle, Chat, chat online, chat software, click desk, clickdesk, contact plugin, contact us,customer support, IM Chat, live chat, live chat inc, live chat services, live chat software, live chatting, live help, live support, live web chat, livechat, olark, online chat, online support, php live chat, snapengage, support software, Website Chat, WordPress chat,wordpress live chat, wordpress live chat plugin, Zendesk, Zopim, Zopim live chat, HappyFox, Shopify, Pipedrive, sales chat, salesforce 4 Stable tag: 1.2. 34 Stable tag: 1.2.4 5 5 Requires at least: 3.5 6 Tested up to: 4.9.16 Tested up to: 5.4.1 7 7 8 8 Voted No.1 Live chat software on ProductHunt. Fully loaded with features like unlimited chats, fully customizable widget, app integrations & more. -
happyfox-chat/trunk/happyfox-chat-config.php
r2049739 r2308039 1 1 <?php 2 2 3 if (!defined('HFC_ASSET_LOGO_URL')) 3 if (!defined('HFC_ASSET_LOGO_URL')) 4 4 define('HFC_ASSET_LOGO_URL', '/happyfox-chat/images/happyfox.png'); 5 5 6 if (!defined('HFC_APP_MANAGE_PAGE')) 6 if (!defined('HFC_APP_MANAGE_PAGE')) 7 7 define('HFC_APP_MANAGE_PAGE', 'https://happyfoxchat.com/a/apps/wordpress/manage/'); 8 8 9 if (!defined('HFC_APP_REF_PAGE')) 9 if (!defined('HFC_APP_REF_PAGE')) 10 10 define('HFC_APP_REF_PAGE', 'https://happyfoxchat.com/?ref=wordpress-plugin'); 11 11 12 if (!defined('HFC_APP_SIGNUP_PAGE')) 13 define('HFC_APP_SIGNUP_PAGE', 'https://happyfoxchat.com/ product-hunt-signup?ref=wordpress-plugin');12 if (!defined('HFC_APP_SIGNUP_PAGE')) 13 define('HFC_APP_SIGNUP_PAGE', 'https://happyfoxchat.com/v2/signup?ref=wordpress-plugin'); 14 14 15 if (!defined('HFC_HOST_URL')) 15 if (!defined('HFC_HOST_URL')) 16 16 define('HFC_HOST_URL','https://happyfoxchat.com'); 17 17 18 if (!defined('HFC_ASSETS_URL')) 18 if (!defined('HFC_ASSETS_URL')) 19 19 define('HFC_ASSETS_URL','https://widget.happyfoxchat.com/visitor'); 20 20 21 if (!defined('HFC_APP_INTEGRATION_URL')) 21 if (!defined('HFC_APP_INTEGRATION_URL')) 22 22 define('HFC_APP_INTEGRATION_URL','https://happyfoxchat.com/api/v1/integrations/wordpress/widget-info?apiKey='); 23 23 -
happyfox-chat/trunk/happyfox-chat.php
r2054421 r2308039 4 4 Plugin URI: https://happyfoxchat.com 5 5 Description: This plugin adds the HappyFox Chat widget to your WordPress blog 6 Version: 1.2. 36 Version: 1.2.4 7 7 Author: HappyFox Inc. 8 8 Author URI: http://happyfoxchat.com … … 18 18 register_setting('happyfox-chat-settings', 'hfc_api_key'); 19 19 register_setting('happyfox-chat-settings', 'hfc_embed_token'); 20 register_setting('happyfox-chat-settings', 'hfc_access_token');21 20 } 22 21 … … 44 43 update_option('hfc_api_key', $_POST['hfc_api_key']); 45 44 update_option('hfc_embed_token', $json->embedToken); 46 update_option('hfc_access_token', $json->accessToken);47 45 $authorization_success = True; 48 46 } … … 56 54 include('happyfox-chat-config.php'); 57 55 $embed_token = get_option('hfc_embed_token'); 58 $access_token = get_option('hfc_access_token');59 56 $host_url = HFC_HOST_URL; 60 57 $asset_url = HFC_ASSETS_URL; 61 58 62 if($embed_token && $access_token) {59 if($embed_token) { 63 60 echo <<<HTML 64 61 <!--Start of HappyFox Live Chat Script--> -
happyfox-chat/trunk/readme.txt
r2049739 r2308039 2 2 Contributors: hfsupport 3 3 Tags: banckle, Chat, chat online, chat software, click desk, clickdesk, contact plugin, contact us,customer support, IM Chat, live chat, live chat inc, live chat services, live chat software, live chatting, live help, live support, live web chat, livechat, olark, online chat, online support, php live chat, snapengage, support software, Website Chat, WordPress chat,wordpress live chat, wordpress live chat plugin, Zendesk, Zopim, Zopim live chat, HappyFox, Shopify, Pipedrive, sales chat, salesforce 4 Stable tag: 1.2. 34 Stable tag: 1.2.4 5 5 Requires at least: 3.5 6 Tested up to: 4.9.16 Tested up to: 5.4.1 7 7 8 8 Voted No.1 Live chat software on ProductHunt. Fully loaded with features like unlimited chats, fully customizable widget, app integrations & more.
Note: See TracChangeset
for help on using the changeset viewer.