Plugin Directory

Changeset 2028534


Ignore:
Timestamp:
02/11/2019 01:54:40 PM (7 years ago)
Author:
freshchat
Message:

Restore logic with email issue fix

Location:
freshchat
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • freshchat/tags/2.2.3/Readme.txt

    r1925876 r2028534  
    66Tested up to: 4.9.1
    77Requires PHP: 5.2.4
    8 Stable tag: 2.2.2
     8Stable tag: 2.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • freshchat/tags/2.2.3/freshchat.php

    r1925876 r2028534  
    22/*
    33Plugin Name: Freshchat
    4 Version: 2.2.2
     4Version: 2.2.3
    55Author: Freshchat
    66Description: 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  
    1212    $sanitized_email = sanitize_email($current_user->user_email);
    1313    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";
    1515    echo "window.fcSettings.restoreId ='".sanitize_text_field($user_meta[0])."';\n";
    1616    echo "window.fcSettings.onInit = function() {
  • freshchat/trunk/Readme.txt

    r1925876 r2028534  
    66Tested up to: 4.9.1
    77Requires PHP: 5.2.4
    8 Stable tag: 2.2.2
     8Stable tag: 2.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • freshchat/trunk/freshchat.php

    r1925876 r2028534  
    22/*
    33Plugin Name: Freshchat
    4 Version: 2.2.2
     4Version: 2.2.3
    55Author: Freshchat
    66Description: Modern messaging software that your sales and customer engagement teams will love.
  • freshchat/trunk/widget-settings/add_to_page.php

    r1925876 r2028534  
    1212    $sanitized_email = sanitize_email($current_user->user_email);
    1313    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";
    1515    echo "window.fcSettings.restoreId ='".sanitize_text_field($user_meta[0])."';\n";
    1616    echo "window.fcSettings.onInit = function() {
Note: See TracChangeset for help on using the changeset viewer.