REVE Chat – WP Live Chat Support plugin - Version 3.0

Version Description

  • introduced new signup process
  • fixed signin bug

=

Download this release

Release Info

Developer revechat
Plugin Icon 128x128 REVE Chat – WP Live Chat Support plugin
Version 3.0
Comparing to
See all releases

Code changes from version 2.0.4 to 3.0

Files changed (3) hide show
  1. js/revechat-admin.js +11 -3
  2. readme.txt +5 -4
  3. revechat.php +3 -3
js/revechat-admin.js CHANGED
@@ -83,6 +83,7 @@ jQuery.noConflict();
83
  if (response.error)
84
  {
85
  alert('Incorrect REVE Chat login');
 
86
  $('#edit-revechat-account-email').focus();
87
  return false;
88
  }
@@ -149,7 +150,8 @@ jQuery.noConflict();
149
  if (/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,6}$/i.test($('#edit-revechat-account-email').val()) == false)
150
  {
151
  alert ('Please enter a valid email address.');
152
- $('#edit-email').focus();
 
153
  return false;
154
  }
155
  }
@@ -170,6 +172,7 @@ jQuery.noConflict();
170
  if (!firstName.length)
171
  {
172
  alert('Please provide your first name.');
 
173
  $('#edit-firstname').focus();
174
  return false;
175
  }
@@ -177,6 +180,7 @@ jQuery.noConflict();
177
  if (!lastName.length)
178
  {
179
  alert('Please provide your last name.');
 
180
  $('#edit-lastname').focus();
181
  return false;
182
  }
@@ -184,24 +188,28 @@ jQuery.noConflict();
184
  if (!ReveChat.isValidEmailAddress(email))
185
  {
186
  alert('Please provide your valid email address.');
 
187
  $('#edit-email').focus();
188
  return false;
189
  }
190
 
191
  if(password.length < 6){
192
  alert('Please provide your password. The password must be at least 6 characters long.')
193
- $('#edit-accountpassword').focus();
 
194
  return false;
195
  }
196
 
197
  if(!rePassword.length || password.length < 6){
198
  alert('Please retype your password.');
 
199
  $('#edit-retypepassword').focus();
200
  return false;
201
  }
202
 
203
  if(password != rePassword){
204
- alert('Password does not match the confirm password.')
 
205
  return false;
206
  }
207
 
83
  if (response.error)
84
  {
85
  alert('Incorrect REVE Chat login');
86
+ $('.ajax_message').removeClass('wait');
87
  $('#edit-revechat-account-email').focus();
88
  return false;
89
  }
150
  if (/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,6}$/i.test($('#edit-revechat-account-email').val()) == false)
151
  {
152
  alert ('Please enter a valid email address.');
153
+ $('.ajax_message').removeClass('wait');
154
+ $('#edit-email').focus();
155
  return false;
156
  }
157
  }
172
  if (!firstName.length)
173
  {
174
  alert('Please provide your first name.');
175
+ $('.ajax_message').removeClass('wait');
176
  $('#edit-firstname').focus();
177
  return false;
178
  }
180
  if (!lastName.length)
181
  {
182
  alert('Please provide your last name.');
183
+ $('.ajax_message').removeClass('wait');
184
  $('#edit-lastname').focus();
185
  return false;
186
  }
188
  if (!ReveChat.isValidEmailAddress(email))
189
  {
190
  alert('Please provide your valid email address.');
191
+ $('.ajax_message').removeClass('wait');
192
  $('#edit-email').focus();
193
  return false;
194
  }
195
 
196
  if(password.length < 6){
197
  alert('Please provide your password. The password must be at least 6 characters long.')
198
+ $('.ajax_message').removeClass('wait');
199
+ $('#edit-accountpassword').focus();
200
  return false;
201
  }
202
 
203
  if(!rePassword.length || password.length < 6){
204
  alert('Please retype your password.');
205
+ $('.ajax_message').removeClass('wait');
206
  $('#edit-retypepassword').focus();
207
  return false;
208
  }
209
 
210
  if(password != rePassword){
211
+ alert('Password does not match the confirm password.');
212
+ $('.ajax_message').removeClass('wait');
213
  return false;
214
  }
215
 
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === REVE Chat - WP live chat plugin for WordPress ===
2
  Contributors: revechat
3
- Tags: free chat, tawk.to, live chat, live chat software, live support, chat plugin, chat, video chat, voice chat
4
  Requires at least: 2.7
5
  Tested up to: 4.9.1
6
-
7
 
8
  REVE Chat is powerful and intuitive real-time customer engagement software.
9
 
@@ -33,7 +33,6 @@ REVE Chat is powerful and intuitive real-time customer engagement software. It p
33
  * Innovative and unique features
34
  * 24x7 hour live chat support from our trained experts on any weekday (visit revechat.com)
35
 
36
-
37
  **Supported Language**
38
 
39
  * Arabic | Bangla | Chinese | Dutch | English | French| German | Hindi | Italian | Japanese | Korean | Malay | Polish | Portuguese | Romanian | Russian | Spanish | Swedish | Tagalog | Turkish | Vietnamese
@@ -69,6 +68,9 @@ Should you need any assistance, feel free to chat with our customer advocates on
69
  = 2.0.3 =
70
  * updated the UI
71
 
 
 
 
72
 
73
  == Screenshots ==
74
 
@@ -194,7 +196,6 @@ Queued Visitor list will show who is the visitors is waiting for Live Chat. It g
194
 
195
  Admin can monitor which agents are chatting and the detailed chat conversations between your website visitors and agents in real-time. Admin can also whisper the agent if they give any wrong information. Here you can monitor the chat conversation between agents and website visitors and among your agents.
196
 
197
-
198
  <a href="https://www.revechat.com/signup/?utm_source=wordpress.org&utm_medium=integration&utm_campaign=WordpressIntegration" target="_blank">Signup for our Live Chat here</a>
199
 
200
  == Installation ==
1
  === REVE Chat - WP live chat plugin for WordPress ===
2
  Contributors: revechat
3
+ Tags: free chat, live chat, live chat software, live support, chat plugin, chat, video chat, voice chat, tawk.to
4
  Requires at least: 2.7
5
  Tested up to: 4.9.1
6
+ Stable tag: 3.0
7
 
8
  REVE Chat is powerful and intuitive real-time customer engagement software.
9
 
33
  * Innovative and unique features
34
  * 24x7 hour live chat support from our trained experts on any weekday (visit revechat.com)
35
 
 
36
  **Supported Language**
37
 
38
  * Arabic | Bangla | Chinese | Dutch | English | French| German | Hindi | Italian | Japanese | Korean | Malay | Polish | Portuguese | Romanian | Russian | Spanish | Swedish | Tagalog | Turkish | Vietnamese
68
  = 2.0.3 =
69
  * updated the UI
70
 
71
+ = 3.0 =
72
+ * introduced new signup process
73
+ * fixed signin bug
74
 
75
  == Screenshots ==
76
 
196
 
197
  Admin can monitor which agents are chatting and the detailed chat conversations between your website visitors and agents in real-time. Admin can also whisper the agent if they give any wrong information. Here you can monitor the chat conversation between agents and website visitors and among your agents.
198
 
 
199
  <a href="https://www.revechat.com/signup/?utm_source=wordpress.org&utm_medium=integration&utm_campaign=WordpressIntegration" target="_blank">Signup for our Live Chat here</a>
200
 
201
  == Installation ==
revechat.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /*
3
- Plugin Name: Reve Chat
4
  Description: REVE Chat is a powerful and intuitive real-time customer engagement software. As a customer support software, REVE Chat puts a live person on your website to personally guide and help your visitors, while they go through the various sections of your digital display. This live chat service helps them to get the most out of your web presence, while allowing you to understand their diverse needs on a one-to-one basis. REVE Chat is easy to install and use.
5
- Version: 2.0.4
6
  Author: REVE Chat
7
  Author URI: www.revechat.com
8
  License: GPL2
@@ -20,7 +20,7 @@ if(!class_exists('WP_Plugin_Revechat'))
20
  $this->plugin = new stdClass;
21
  $this->plugin->name = 'revechat'; // Plugin Folder
22
  $this->plugin->displayName = 'ReveChat'; // Plugin Name
23
- $this->plugin->version = '2.0.1';
24
 
25
  // Hooks
26
  add_action('admin_init', array(&$this, 'registerSettings'));
1
  <?php
2
  /*
3
+ Plugin Name: REVE Chat - WP live chat plugin for WordPress
4
  Description: REVE Chat is a powerful and intuitive real-time customer engagement software. As a customer support software, REVE Chat puts a live person on your website to personally guide and help your visitors, while they go through the various sections of your digital display. This live chat service helps them to get the most out of your web presence, while allowing you to understand their diverse needs on a one-to-one basis. REVE Chat is easy to install and use.
5
+ Version: 3.0
6
  Author: REVE Chat
7
  Author URI: www.revechat.com
8
  License: GPL2
20
  $this->plugin = new stdClass;
21
  $this->plugin->name = 'revechat'; // Plugin Folder
22
  $this->plugin->displayName = 'ReveChat'; // Plugin Name
23
+ $this->plugin->version = '2.0.4';
24
 
25
  // Hooks
26
  add_action('admin_init', array(&$this, 'registerSettings'));