Changeset 2028534
- Timestamp:
- 02/11/2019 01:54:40 PM (7 years ago)
- Location:
- freshchat
- Files:
-
- 6 edited
- 1 copied
-
tags/2.2.3 (copied) (copied from freshchat/trunk)
-
tags/2.2.3/Readme.txt (modified) (1 diff)
-
tags/2.2.3/freshchat.php (modified) (1 diff)
-
tags/2.2.3/widget-settings/add_to_page.php (modified) (1 diff)
-
trunk/Readme.txt (modified) (1 diff)
-
trunk/freshchat.php (modified) (1 diff)
-
trunk/widget-settings/add_to_page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
freshchat/tags/2.2.3/Readme.txt
r1925876 r2028534 6 6 Tested up to: 4.9.1 7 7 Requires PHP: 5.2.4 8 Stable tag: 2.2. 28 Stable tag: 2.2.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
freshchat/tags/2.2.3/freshchat.php
r1925876 r2028534 2 2 /* 3 3 Plugin Name: Freshchat 4 Version: 2.2. 24 Version: 2.2.3 5 5 Author: Freshchat 6 6 Description: Modern messaging software that your sales and customer engagement teams will love. -
freshchat/tags/2.2.3/widget-settings/add_to_page.php
r1925876 r2028534 12 12 $sanitized_email = sanitize_email($current_user->user_email); 13 13 echo "<script>\n"; 14 echo "window.fcSettings.externalId ='".sanitize_text_field($ current_user->$sanitized_email)."';\n";14 echo "window.fcSettings.externalId ='".sanitize_text_field($sanitized_email)."';\n"; 15 15 echo "window.fcSettings.restoreId ='".sanitize_text_field($user_meta[0])."';\n"; 16 16 echo "window.fcSettings.onInit = function() { -
freshchat/trunk/Readme.txt
r1925876 r2028534 6 6 Tested up to: 4.9.1 7 7 Requires PHP: 5.2.4 8 Stable tag: 2.2. 28 Stable tag: 2.2.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
freshchat/trunk/freshchat.php
r1925876 r2028534 2 2 /* 3 3 Plugin Name: Freshchat 4 Version: 2.2. 24 Version: 2.2.3 5 5 Author: Freshchat 6 6 Description: Modern messaging software that your sales and customer engagement teams will love. -
freshchat/trunk/widget-settings/add_to_page.php
r1925876 r2028534 12 12 $sanitized_email = sanitize_email($current_user->user_email); 13 13 echo "<script>\n"; 14 echo "window.fcSettings.externalId ='".sanitize_text_field($ current_user->$sanitized_email)."';\n";14 echo "window.fcSettings.externalId ='".sanitize_text_field($sanitized_email)."';\n"; 15 15 echo "window.fcSettings.restoreId ='".sanitize_text_field($user_meta[0])."';\n"; 16 16 echo "window.fcSettings.onInit = function() {
Note: See TracChangeset
for help on using the changeset viewer.