Version Description
- Rebranding strings to Zendesk Chat
Download this release
Release Info
Developer | zendesk_official |
Plugin | Zendesk Chat |
Version | 1.4.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.4
- README.md +1 -1
- includes/class-linked-view.php +2 -2
- includes/class-login.php +8 -8
- includes/class-widget.php +2 -2
- languages/zopim.pot +19 -19
- readme.txt +10 -7
- zopim.php +2 -2
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
|
3 |
## Releasing new versions of the plugin to wordpress.org
|
4 |
|
1 |
+
# zendesk-chat-wordpress
|
2 |
|
3 |
## Releasing new versions of the plugin to wordpress.org
|
4 |
|
includes/class-linked-view.php
CHANGED
@@ -10,11 +10,11 @@ class Zopim_Linked_View extends Zopim_Base_View
|
|
10 |
'plan' => __( ' Plan', 'zopim-live-chat' ),
|
11 |
'deactivate' => __( 'Deactivate', 'zopim-live-chat' ),
|
12 |
'current-account-label' => __( 'Currently Activated Account', 'zopim-live-chat' ),
|
13 |
-
'dashboard-access-label' => __( 'To start using
|
14 |
'launch-dashboard' => __( 'Launch Dashboard', 'zopim-live-chat' ),
|
15 |
'open-tab-label' => __( 'This will open up a new browser tab', 'zopim-live-chat' ),
|
16 |
'textarea-label' => __( 'Optional code for customization with Zopim API:', 'zopim-live-chat' ),
|
17 |
-
'page-header' => __( 'Set up your
|
18 |
);
|
19 |
}
|
20 |
|
10 |
'plan' => __( ' Plan', 'zopim-live-chat' ),
|
11 |
'deactivate' => __( 'Deactivate', 'zopim-live-chat' ),
|
12 |
'current-account-label' => __( 'Currently Activated Account', 'zopim-live-chat' ),
|
13 |
+
'dashboard-access-label' => __( 'To start using Zendesk chat, launch our dashboard for access to all features, including widget customization!', 'zopim-live-chat' ),
|
14 |
'launch-dashboard' => __( 'Launch Dashboard', 'zopim-live-chat' ),
|
15 |
'open-tab-label' => __( 'This will open up a new browser tab', 'zopim-live-chat' ),
|
16 |
'textarea-label' => __( 'Optional code for customization with Zopim API:', 'zopim-live-chat' ),
|
17 |
+
'page-header' => __( 'Set up your Zendesk Chat Account', 'zopim-live-chat' ),
|
18 |
);
|
19 |
}
|
20 |
|
includes/class-login.php
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
class Zopim_Login extends Zopim_Base_View {
|
4 |
protected function set_messages() {
|
5 |
$this->_messages = array(
|
6 |
-
'login-fail' => __( 'Could not log in to
|
7 |
-
'wp-login-error' => __( 'Could not log in to
|
8 |
'zopim-live-chat' ),
|
9 |
-
'setup-your-account' => __( 'Set up your
|
10 |
-
'congratulations' => __( 'Congratulations on successfully installing the
|
11 |
'zopim-live-chat' ),
|
12 |
-
'link-up-title' => __( 'Link up with your
|
13 |
-
'username' => __( '
|
14 |
-
'password' => __( '
|
15 |
-
'widget-display-notice' => __( 'The
|
16 |
'zopim-live-chat' ),
|
17 |
'link-up-button' => __( 'Link Up', 'zopim-live-chat' ),
|
18 |
'sign-up-link' => __( 'Sign up now', 'zopim-live-chat' ),
|
3 |
class Zopim_Login extends Zopim_Base_View {
|
4 |
protected function set_messages() {
|
5 |
$this->_messages = array(
|
6 |
+
'login-fail' => __( 'Could not log in to Zendesk Chat. Please check your login details.', 'zopim-live-chat' ),
|
7 |
+
'wp-login-error' => __( 'Could not log in to Zendesk Chat. We were unable to contact Zopim servers. Please check with your server administrator to ensure that <a href="http://www.php.net/manual/en/book.curl.php">PHP Curl</a> is installed and permissions are set correctly',
|
8 |
'zopim-live-chat' ),
|
9 |
+
'setup-your-account' => __( 'Set up your Zendesk Chat Account', 'zopim-live-chat' ),
|
10 |
+
'congratulations' => __( 'Congratulations on successfully installing the Zendesk Chat WordPress plugin!',
|
11 |
'zopim-live-chat' ),
|
12 |
+
'link-up-title' => __( 'Link up with your Zendesk Chat account', 'zopim-live-chat' ),
|
13 |
+
'username' => __( 'Zendesk Chat Username (E-mail)', 'zopim-live-chat' ),
|
14 |
+
'password' => __( 'Zendesk Chat Password', 'zopim-live-chat' ),
|
15 |
+
'widget-display-notice' => __( 'The Zendesk Chat widget will display on your blog after your account is linked up.',
|
16 |
'zopim-live-chat' ),
|
17 |
'link-up-button' => __( 'Link Up', 'zopim-live-chat' ),
|
18 |
'sign-up-link' => __( 'Sign up now', 'zopim-live-chat' ),
|
includes/class-widget.php
CHANGED
@@ -13,7 +13,7 @@ class Zopim_Widget
|
|
13 |
return;
|
14 |
}
|
15 |
|
16 |
-
echo "<!--Embed from
|
17 |
<!--Start of Zopim Live Chat Script-->
|
18 |
<script type=\"text/javascript\">
|
19 |
window.\$zopim||(function(d,s){var z=\$zopim=function(c){z._.push(c)},$=z.s=
|
@@ -34,6 +34,6 @@ class Zopim_Widget
|
|
34 |
|
35 |
echo Zopim_Options::get_widget_options();
|
36 |
echo '</script>';
|
37 |
-
echo "<!--End of
|
38 |
}
|
39 |
}
|
13 |
return;
|
14 |
}
|
15 |
|
16 |
+
echo "<!--Embed from Zendesk Chat Chat Wordpress Plugin v" . VERSION_NUMBER . "-->
|
17 |
<!--Start of Zopim Live Chat Script-->
|
18 |
<script type=\"text/javascript\">
|
19 |
window.\$zopim||(function(d,s){var z=\$zopim=function(c){z._.push(c)},$=z.s=
|
34 |
|
35 |
echo Zopim_Options::get_widget_options();
|
36 |
echo '</script>';
|
37 |
+
echo "<!--End of Zendesk Chat Script-->";
|
38 |
}
|
39 |
}
|
languages/zopim.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# Copyright (C) 2015
|
2 |
# This file is distributed under the same license as the Zopim Widget package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version:
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/zopim-live-chat\n"
|
7 |
"POT-Creation-Date: 2015-05-05 09:02:33+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
@@ -13,12 +13,12 @@ msgstr ""
|
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
#: accountconfig.php:22 accountconfig.php:47
|
16 |
-
msgid "Could not log in to
|
17 |
msgstr ""
|
18 |
|
19 |
#: accountconfig.php:41
|
20 |
msgid ""
|
21 |
-
"Could not log in to
|
22 |
"check with your server administrator to ensure that <a href='http://www.php."
|
23 |
"net/manual/en/book.curl.php'>PHP Curl</a> is installed and permissions are "
|
24 |
"set correctly"
|
@@ -37,7 +37,7 @@ msgstr ""
|
|
37 |
#: accountconfig.php:69
|
38 |
msgid ""
|
39 |
"Could not activate account. The wordpress installation was unable to contact "
|
40 |
-
"
|
41 |
"href='http://www.php.net/manual/en/book.curl.php'>PHP Curl</a> is installed "
|
42 |
"and permissions are set correctly."
|
43 |
msgstr ""
|
@@ -61,7 +61,7 @@ msgid " Package"
|
|
61 |
msgstr ""
|
62 |
|
63 |
#: accountconfig.php:102 accountconfig.php:132
|
64 |
-
msgid "Set up your
|
65 |
msgstr ""
|
66 |
|
67 |
#: accountconfig.php:105
|
@@ -74,7 +74,7 @@ msgstr ""
|
|
74 |
|
75 |
#: accountconfig.php:108
|
76 |
msgid ""
|
77 |
-
"To start using
|
78 |
"including widget customization!"
|
79 |
msgstr ""
|
80 |
|
@@ -91,28 +91,28 @@ msgid "Widget options updated."
|
|
91 |
msgstr ""
|
92 |
|
93 |
#: accountconfig.php:122
|
94 |
-
msgid "Optional code for customization with
|
95 |
msgstr ""
|
96 |
|
97 |
#: accountconfig.php:136
|
98 |
-
msgid "Congratulations on successfully installing the
|
99 |
msgstr ""
|
100 |
|
101 |
#: accountconfig.php:142
|
102 |
-
msgid "Link up with your
|
103 |
msgstr ""
|
104 |
|
105 |
#: accountconfig.php:150
|
106 |
-
msgid "
|
107 |
msgstr ""
|
108 |
|
109 |
#: accountconfig.php:155
|
110 |
-
msgid "
|
111 |
msgstr ""
|
112 |
|
113 |
#: accountconfig.php:165
|
114 |
msgid ""
|
115 |
-
"The
|
116 |
"up."
|
117 |
msgstr ""
|
118 |
|
@@ -133,26 +133,26 @@ msgid "Account Configuration"
|
|
133 |
msgstr ""
|
134 |
|
135 |
#: zopim.php:162
|
136 |
-
msgid "
|
137 |
msgstr ""
|
138 |
|
139 |
#. Plugin Name of the plugin/theme
|
140 |
-
msgid "
|
141 |
msgstr ""
|
142 |
|
143 |
-
#. #-#-#-#-# zopim.pot (
|
144 |
#. Plugin URI of the plugin/theme
|
145 |
-
#. #-#-#-#-# zopim.pot (
|
146 |
#. Author URI of the plugin/theme
|
147 |
msgid "http://www.zopim.com/?iref=wp_plugin"
|
148 |
msgstr ""
|
149 |
|
150 |
#. Description of the plugin/theme
|
151 |
msgid ""
|
152 |
-
"
|
153 |
"their visitors and convert customers into fans!"
|
154 |
msgstr ""
|
155 |
|
156 |
#. Author of the plugin/theme
|
157 |
-
msgid "
|
158 |
msgstr ""
|
1 |
+
# Copyright (C) 2015 Zendesk Chat Widget
|
2 |
# This file is distributed under the same license as the Zopim Widget package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Zendesk Chat Widget 1.3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/zopim-live-chat\n"
|
7 |
"POT-Creation-Date: 2015-05-05 09:02:33+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
#: accountconfig.php:22 accountconfig.php:47
|
16 |
+
msgid "Could not log in to Zendesk Chat. Please check your login details."
|
17 |
msgstr ""
|
18 |
|
19 |
#: accountconfig.php:41
|
20 |
msgid ""
|
21 |
+
"Could not log in to Zendesk Chat. We were unable to contact Zendesk Chat. servers. Please "
|
22 |
"check with your server administrator to ensure that <a href='http://www.php."
|
23 |
"net/manual/en/book.curl.php'>PHP Curl</a> is installed and permissions are "
|
24 |
"set correctly"
|
37 |
#: accountconfig.php:69
|
38 |
msgid ""
|
39 |
"Could not activate account. The wordpress installation was unable to contact "
|
40 |
+
"Zendesk Chat. servers. Please check with your server administrator to ensure that <a "
|
41 |
"href='http://www.php.net/manual/en/book.curl.php'>PHP Curl</a> is installed "
|
42 |
"and permissions are set correctly."
|
43 |
msgstr ""
|
61 |
msgstr ""
|
62 |
|
63 |
#: accountconfig.php:102 accountconfig.php:132
|
64 |
+
msgid "Set up your Zendesk Chat Account"
|
65 |
msgstr ""
|
66 |
|
67 |
#: accountconfig.php:105
|
74 |
|
75 |
#: accountconfig.php:108
|
76 |
msgid ""
|
77 |
+
"To start using Zendesk Chat., launch our dashboard for access to all features, "
|
78 |
"including widget customization!"
|
79 |
msgstr ""
|
80 |
|
91 |
msgstr ""
|
92 |
|
93 |
#: accountconfig.php:122
|
94 |
+
msgid "Optional code for customization with Zendesk Chat API:"
|
95 |
msgstr ""
|
96 |
|
97 |
#: accountconfig.php:136
|
98 |
+
msgid "Congratulations on successfully installing the Zendesk Chat WordPress plugin!"
|
99 |
msgstr ""
|
100 |
|
101 |
#: accountconfig.php:142
|
102 |
+
msgid "Link up with your Zendesk Chat account"
|
103 |
msgstr ""
|
104 |
|
105 |
#: accountconfig.php:150
|
106 |
+
msgid "Zendesk Chat Username (E-mail)"
|
107 |
msgstr ""
|
108 |
|
109 |
#: accountconfig.php:155
|
110 |
+
msgid "Zendesk Chat Password"
|
111 |
msgstr ""
|
112 |
|
113 |
#: accountconfig.php:165
|
114 |
msgid ""
|
115 |
+
"The Zendesk Chat widget will display on your blog after your account is linked "
|
116 |
"up."
|
117 |
msgstr ""
|
118 |
|
133 |
msgstr ""
|
134 |
|
135 |
#: zopim.php:162
|
136 |
+
msgid "Zendesk Chat"
|
137 |
msgstr ""
|
138 |
|
139 |
#. Plugin Name of the plugin/theme
|
140 |
+
msgid "Zendesk Chat Widget"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#. #-#-#-#-# zopim.pot (Zendesk Chat Widget 1.3.6) #-#-#-#-#
|
144 |
#. Plugin URI of the plugin/theme
|
145 |
+
#. #-#-#-#-# zopim.pot (Zendesk Chat Widget 1.3.6) #-#-#-#-#
|
146 |
#. Author URI of the plugin/theme
|
147 |
msgid "http://www.zopim.com/?iref=wp_plugin"
|
148 |
msgstr ""
|
149 |
|
150 |
#. Description of the plugin/theme
|
151 |
msgid ""
|
152 |
+
"Zendesk Chat is an award winning chat solution that helps website owners to engage "
|
153 |
"their visitors and convert customers into fans!"
|
154 |
msgstr ""
|
155 |
|
156 |
#. Author of the plugin/theme
|
157 |
+
msgid "Zendesk"
|
158 |
msgstr ""
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
===
|
2 |
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 |
-
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -48,6 +48,9 @@ What are you waiting for? Download Zopim Live 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.3 =
|
52 |
* Remove depracated function for wordpress 4.5
|
53 |
|
@@ -89,10 +92,10 @@ What are you waiting for? Download Zopim Live Chat plugin now and <a href="https
|
|
89 |
= 1.3.4 =
|
90 |
* Fix menu icon image
|
91 |
|
92 |
-
= 1.3.3 =
|
93 |
* Fix bug where account deactivates linking but widget still shows up
|
94 |
|
95 |
-
= 1.3.2 =
|
96 |
* Refactored css loading to accommodate older PHP versions
|
97 |
* Included css file
|
98 |
|
@@ -117,7 +120,7 @@ What are you waiting for? Download Zopim Live Chat plugin now and <a href="https
|
|
117 |
= 1.2.7 =
|
118 |
* Plugin will now embed v2 Widget
|
119 |
* Improved Login Response
|
120 |
-
* Classic Theme Editor removed to use Dashboard Widget Customization
|
121 |
Click on Appearance to make changes to your widget
|
122 |
* Old Javascript API from v1 Widget may not work with v2 Widget
|
123 |
Visit http://api.zopim.com/files/meshim/widget/controllers/LiveChatAPI-js.html for more details
|
@@ -237,7 +240,7 @@ to give roles the 'access_zopim' capability.
|
|
237 |
2. Account Configuration - Link Up
|
238 |
3. Account Configuration - Linked Up with Launch Dashboard
|
239 |
4. Dashboard View - Open new browser tab
|
240 |
-
5. Widget Customization from Dashboard
|
241 |
|
242 |
== Frequently Asked Questions ==
|
243 |
|
1 |
+
=== Zendesk Chat ===
|
2 |
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.4
|
7 |
|
8 |
+
Zendesk Chat lets you monitor and chat with visitors surfing your store in real-time. Impress them personally and ease them into their purchase.
|
9 |
|
10 |
== Description ==
|
11 |
|
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.4 =
|
52 |
+
* Rebranding strings to Zendesk Chat
|
53 |
+
|
54 |
= 1.4.3 =
|
55 |
* Remove depracated function for wordpress 4.5
|
56 |
|
92 |
= 1.3.4 =
|
93 |
* Fix menu icon image
|
94 |
|
95 |
+
= 1.3.3 =
|
96 |
* Fix bug where account deactivates linking but widget still shows up
|
97 |
|
98 |
+
= 1.3.2 =
|
99 |
* Refactored css loading to accommodate older PHP versions
|
100 |
* Included css file
|
101 |
|
120 |
= 1.2.7 =
|
121 |
* Plugin will now embed v2 Widget
|
122 |
* Improved Login Response
|
123 |
+
* Classic Theme Editor removed to use Dashboard Widget Customization
|
124 |
Click on Appearance to make changes to your widget
|
125 |
* Old Javascript API from v1 Widget may not work with v2 Widget
|
126 |
Visit http://api.zopim.com/files/meshim/widget/controllers/LiveChatAPI-js.html for more details
|
240 |
2. Account Configuration - Link Up
|
241 |
3. Account Configuration - Linked Up with Launch Dashboard
|
242 |
4. Dashboard View - Open new browser tab
|
243 |
+
5. Widget Customization from Dashboard
|
244 |
|
245 |
== Frequently Asked Questions ==
|
246 |
|
zopim.php
CHANGED
@@ -5,13 +5,13 @@ Plugin Name: Zopim Widget
|
|
5 |
Plugin URI: http://www.zopim.com/?iref=wp_plugin
|
6 |
Description: Zopim 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.zopim.com/?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.zopim.com/?iref=wp_plugin
|
6 |
Description: Zopim 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.4
|
9 |
Author URI: http://www.zopim.com/?iref=wp_plugin
|
10 |
Text Domain: zopim
|
11 |
Domain path: /language
|
12 |
*/
|
13 |
|
14 |
+
define( 'VERSION_NUMBER', "1.4.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" );
|