Plugin Directory

Changeset 1666807


Ignore:
Timestamp:
05/30/2017 03:56:47 AM (9 years ago)
Author:
tridungpham
Message:

2.4.3

  • updated feature chatbox
Location:
chatwing/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chatwing/trunk/chatwing-sdk/src/Chatwing/Chatbox.php

    r1645437 r1666807  
    5555          if (!empty($chatboxData["json"]["wordpressSynchronize"]) &&
    5656              ($chatboxData["json"]["wordpressSynchronize"] ==  true || $chatboxData["json"]["wordpressSynchronize"] == "true")) {
    57 
    58             $this->baseUrl.="&client_id=wordpress&hide_login=true";
     57             
     58            $this->baseUrl.="&client_id=wordpress";
     59            if (!empty($chatboxData["chatuser"]) && !empty($chatboxData["chatuser"]["access_token"])) {
     60              $this->baseUrl.="&access_token=".$chatboxData["chatuser"]["access_token"];
     61            }
     62
     63            /*$this->baseUrl.="&client_id=wordpress&hide_login=true";
    5964            if (!empty($chatboxData["chatuser"]) && !empty($chatboxData["chatuser"]["access_token"])) {
    6065              $this->baseUrl.="&access_token=".$chatboxData["chatuser"]["access_token"];
    6166            } else {
    6267              $this->baseUrl.="&logout=true";
    63             }
     68            }*/
    6469          }     
    6570        }
  • chatwing/trunk/chatwing.php

    r1663537 r1666807  
    88Plugin URI: http://chatwing.com/
    99Description: Chatwing offers an unlimited live website or blog chat experience. This chat widget specializes in delivering real-time communication at any given time. Engage in a free chat with visitors and friends!
    10 Version: 2.4.2
     10Version: 2.4.3
    1111Author: chatwing
    1212Author URI: http://chatwing.com/
     
    1515*/
    1616
    17 define('CHATWING_VERSION', '2.4.2');
     17define('CHATWING_VERSION', '2.4.3');
    1818define('CHATWING_TEXTDOMAIN', 'chatwing');
    1919define('CHATWING_PATH', dirname(__FILE__));
  • chatwing/trunk/readme.txt

    r1663537 r1666807  
    77Requires at least: 3.0.1
    88Tested up to: 4.7.4
    9 Stable tag: 2.4.2
     9Stable tag: 2.4.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    51515. Insert chatbox as widget
    5252== Changelog ==
     53= 2.4.3 =
     54* updated feature chatbox
    5355= 2.4.2 =
    5456* updated feature chatbox
Note: See TracChangeset for help on using the changeset viewer.