Version Description
- Fix issue with php7 compatibility checker
Download this release
Release Info
Developer | zendesk_official |
Plugin | Zendesk Chat |
Version | 1.4.7 |
Comparing to | |
See all releases |
Code changes from version 1.4.6 to 1.4.7
- includes/JSON.php +39 -0
- readme.txt +4 -1
- zopim.php +2 -2
includes/JSON.php
CHANGED
@@ -134,6 +134,11 @@ if ( ! class_exists( 'Services_JSON' ) ):
|
|
134 |
$this->use = $use;
|
135 |
}
|
136 |
|
|
|
|
|
|
|
|
|
|
|
137 |
/**
|
138 |
* convert a string from one UTF-16 char to one UTF-8 char
|
139 |
*
|
@@ -801,6 +806,23 @@ if ( ! class_exists( 'Services_JSON' ) ):
|
|
801 |
) {
|
802 |
parent::PEAR_Error( $message, $code, $mode, $options, $userinfo );
|
803 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
804 |
}
|
805 |
|
806 |
} else {
|
@@ -818,6 +840,23 @@ if ( ! class_exists( 'Services_JSON' ) ):
|
|
818 |
) {
|
819 |
|
820 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
821 |
}
|
822 |
|
823 |
}
|
134 |
$this->use = $use;
|
135 |
}
|
136 |
|
137 |
+
function __construct( $use = 0 )
|
138 |
+
{
|
139 |
+
$this->Services_JSON($use);
|
140 |
+
}
|
141 |
+
|
142 |
/**
|
143 |
* convert a string from one UTF-16 char to one UTF-8 char
|
144 |
*
|
806 |
) {
|
807 |
parent::PEAR_Error( $message, $code, $mode, $options, $userinfo );
|
808 |
}
|
809 |
+
|
810 |
+
function __construct(
|
811 |
+
$message = 'unknown error',
|
812 |
+
$code = null,
|
813 |
+
$mode = null,
|
814 |
+
$options = null,
|
815 |
+
$userinfo = null
|
816 |
+
)
|
817 |
+
{
|
818 |
+
$this->Services_JSON_Error(
|
819 |
+
$message,
|
820 |
+
$code,
|
821 |
+
$mode,
|
822 |
+
$options,
|
823 |
+
$userinfo
|
824 |
+
);
|
825 |
+
}
|
826 |
}
|
827 |
|
828 |
} else {
|
840 |
) {
|
841 |
|
842 |
}
|
843 |
+
|
844 |
+
function __construct(
|
845 |
+
$message = 'unknown error',
|
846 |
+
$code = null,
|
847 |
+
$mode = null,
|
848 |
+
$options = null,
|
849 |
+
$userinfo = null
|
850 |
+
)
|
851 |
+
{
|
852 |
+
$this->Services_JSON_Error(
|
853 |
+
$message,
|
854 |
+
$code,
|
855 |
+
$mode,
|
856 |
+
$options,
|
857 |
+
$userinfo
|
858 |
+
);
|
859 |
+
}
|
860 |
}
|
861 |
|
862 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: zendesk_official
|
|
3 |
Tags: chat, chat online, contact plugin, contact us, customer support, free chat, chat software, IM chat, live chat, live chat inc, live chat services, live chat software, live chatting, live help, live support, live web chat, livechat, live help, live support, olark, online chat, online support, php live chat, snapengage, support software, website chat, wordpress chat, wordpress live chat, wordpress live chat plugin, Zopim, zendesk, Zopim live chat, banckle, clickdesk, click desk
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 4.4
|
6 |
-
Stable tag: 1.4.
|
7 |
|
8 |
Zendesk Chat (previously Zopim) lets you monitor and chat with visitors surfing your store in real-time. Impress them personally and ease them into their purchase.
|
9 |
|
@@ -48,6 +48,9 @@ What are you waiting for? Download Zendesk Chat plugin now and <a href="https://
|
|
48 |
* Arabic | Bulgarian | Chinese | Croatian | Czech | Danish | Dutch; Flemish | Estonian | Faroese | Finnish | French | Georgian | German | Greek | Hebrew | Hungarian | Icelandic | Indonesian | Italian | Japanese | Korean | Kurdish | Latvian | Lithuanian | Macedonian | Malay | Norwegian Bokmal | Persian | Polish | Portuguese | Romanian | Russian | Serbian | Slovak | Slovenian | Spanish; Castilian | Swedish | Thai | Turkish | Ukranian | Urdu | Vietnamese
|
49 |
|
50 |
== Changelog ==
|
|
|
|
|
|
|
51 |
= 1.4.6 =
|
52 |
* Fix CSRF issue in the plugin deactivation functionality.
|
53 |
|
3 |
Tags: chat, chat online, contact plugin, contact us, customer support, free chat, chat software, IM chat, live chat, live chat inc, live chat services, live chat software, live chatting, live help, live support, live web chat, livechat, live help, live support, olark, online chat, online support, php live chat, snapengage, support software, website chat, wordpress chat, wordpress live chat, wordpress live chat plugin, Zopim, zendesk, Zopim live chat, banckle, clickdesk, click desk
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 4.4
|
6 |
+
Stable tag: 1.4.7
|
7 |
|
8 |
Zendesk Chat (previously Zopim) lets you monitor and chat with visitors surfing your store in real-time. Impress them personally and ease them into their purchase.
|
9 |
|
48 |
* Arabic | Bulgarian | Chinese | Croatian | Czech | Danish | Dutch; Flemish | Estonian | Faroese | Finnish | French | Georgian | German | Greek | Hebrew | Hungarian | Icelandic | Indonesian | Italian | Japanese | Korean | Kurdish | Latvian | Lithuanian | Macedonian | Malay | Norwegian Bokmal | Persian | Polish | Portuguese | Romanian | Russian | Serbian | Slovak | Slovenian | Spanish; Castilian | Swedish | Thai | Turkish | Ukranian | Urdu | Vietnamese
|
49 |
|
50 |
== Changelog ==
|
51 |
+
= 1.4.7 =
|
52 |
+
* Fix issue with php7 compatibility checker
|
53 |
+
|
54 |
= 1.4.6 =
|
55 |
* Fix CSRF issue in the plugin deactivation functionality.
|
56 |
|
zopim.php
CHANGED
@@ -5,13 +5,13 @@ Plugin Name: Zendesk Chat Widget
|
|
5 |
Plugin URI: http://www.zendesk.com/chat?iref=wp_plugin
|
6 |
Description: Zendesk Chat is an award winning chat solution that helps website owners to engage their visitors and convert customers into fans!
|
7 |
Author: Zopim
|
8 |
-
Version: 1.4.
|
9 |
Author URI: http://www.zendesk.com/chat?iref=wp_plugin
|
10 |
Text Domain: zopim
|
11 |
Domain path: /language
|
12 |
*/
|
13 |
|
14 |
-
define( 'VERSION_NUMBER', "1.4.
|
15 |
define( 'ZOPIM_BASE_URL', "https://www.zopim.com/" );
|
16 |
define( 'ZOPIM_ACCOUNT_URL', "https://account.zopim.com/" );
|
17 |
define( 'ZOPIM_SIGNUP_REDIRECT_URL', ZOPIM_ACCOUNT_URL . "?aref=MjUxMjY4:1TeORR:9SP1e-iPTuAVXROJA6UU5seC8x4&visit_id=6ffe00ec3cfc11e2b5ab22000a1db8fa&utm_source=account%2Bsetup%2Bpage&utm_medium=link&utm_campaign=wp%2Bsignup2#signup" );
|
5 |
Plugin URI: http://www.zendesk.com/chat?iref=wp_plugin
|
6 |
Description: Zendesk Chat is an award winning chat solution that helps website owners to engage their visitors and convert customers into fans!
|
7 |
Author: Zopim
|
8 |
+
Version: 1.4.7
|
9 |
Author URI: http://www.zendesk.com/chat?iref=wp_plugin
|
10 |
Text Domain: zopim
|
11 |
Domain path: /language
|
12 |
*/
|
13 |
|
14 |
+
define( 'VERSION_NUMBER', "1.4.7" );
|
15 |
define( 'ZOPIM_BASE_URL', "https://www.zopim.com/" );
|
16 |
define( 'ZOPIM_ACCOUNT_URL', "https://account.zopim.com/" );
|
17 |
define( 'ZOPIM_SIGNUP_REDIRECT_URL', ZOPIM_ACCOUNT_URL . "?aref=MjUxMjY4:1TeORR:9SP1e-iPTuAVXROJA6UU5seC8x4&visit_id=6ffe00ec3cfc11e2b5ab22000a1db8fa&utm_source=account%2Bsetup%2Bpage&utm_medium=link&utm_campaign=wp%2Bsignup2#signup" );
|