Changeset 1666807
- Timestamp:
- 05/30/2017 03:56:47 AM (9 years ago)
- Location:
- chatwing/trunk
- Files:
-
- 3 edited
-
chatwing-sdk/src/Chatwing/Chatbox.php (modified) (1 diff)
-
chatwing.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chatwing/trunk/chatwing-sdk/src/Chatwing/Chatbox.php
r1645437 r1666807 55 55 if (!empty($chatboxData["json"]["wordpressSynchronize"]) && 56 56 ($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"; 59 64 if (!empty($chatboxData["chatuser"]) && !empty($chatboxData["chatuser"]["access_token"])) { 60 65 $this->baseUrl.="&access_token=".$chatboxData["chatuser"]["access_token"]; 61 66 } else { 62 67 $this->baseUrl.="&logout=true"; 63 } 68 }*/ 64 69 } 65 70 } -
chatwing/trunk/chatwing.php
r1663537 r1666807 8 8 Plugin URI: http://chatwing.com/ 9 9 Description: 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. 210 Version: 2.4.3 11 11 Author: chatwing 12 12 Author URI: http://chatwing.com/ … … 15 15 */ 16 16 17 define('CHATWING_VERSION', '2.4. 2');17 define('CHATWING_VERSION', '2.4.3'); 18 18 define('CHATWING_TEXTDOMAIN', 'chatwing'); 19 19 define('CHATWING_PATH', dirname(__FILE__)); -
chatwing/trunk/readme.txt
r1663537 r1666807 7 7 Requires at least: 3.0.1 8 8 Tested up to: 4.7.4 9 Stable tag: 2.4. 29 Stable tag: 2.4.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 5. Insert chatbox as widget 52 52 == Changelog == 53 = 2.4.3 = 54 * updated feature chatbox 53 55 = 2.4.2 = 54 56 * updated feature chatbox
Note: See TracChangeset
for help on using the changeset viewer.