WP Live Chat Support - Version 8.1.9

Version Description

= 8.1.x = Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes & Plugin Security, Plugin Optimization & Rebranding Updates. We suggest you remove any existing installations of this plugin and install 8.1.x fresh.

Download this release

Release Info

Developer wpdev3cx
Plugin Icon 128x128 WP Live Chat Support
Version 8.1.9
Comparing to
See all releases

Code changes from version 8.1.8 to 8.1.9

changelog.txt CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  = 8.1.8 - 2020-05-28 =
2
  * Bugfix: Offline messages delete not worked
3
  * Bugfix: Load bootstrap js sourcemap failed
1
+ = 8.1.9 - 2020-06-09 =
2
+ * Bugfix: Fixed chat icon url on admin.
3
+ * Bugfix: Custom theme colors.
4
+
5
+
6
  = 8.1.8 - 2020-05-28 =
7
  * Bugfix: Offline messages delete not worked
8
  * Bugfix: Load bootstrap js sourcemap failed
config.php CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
7
  exit;
8
  }
9
 
10
- define('WPLC_PLUGIN_VERSION', "8.1.8");
11
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
12
  define('WPLC_PLUGIN_URL', wplc_plugins_url('/', __FILE__ ) );
13
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
7
  exit;
8
  }
9
 
10
+ define('WPLC_PLUGIN_VERSION', "8.1.9");
11
  define('WPLC_PLUGIN_DIR', dirname(__FILE__));
12
  define('WPLC_PLUGIN_URL', wplc_plugins_url('/', __FILE__ ) );
13
  define('WPLC_PLUGIN', plugin_basename( __FILE__ ) );
modules/node_server.php CHANGED
@@ -377,7 +377,7 @@ function wplc_admin_dashboard() {
377
  wplc_admin_dashboard_layout_node('other');
378
  echo '<div class="floating-right-toolbar">';
379
  echo '<label for="user_list_tcx_control" style="margin-bottom: 0; display:none;"></label>';
380
- echo '<i id="toolbar-item-open-tcx" class="fa fa-fw" style="background:url(\'' . wplc_plugins_url('/images/tcx48px.png', __FILE__) . '\') no-repeat; background-size: cover;"></i>';
381
  echo '</div>';
382
  }
383
  }
377
  wplc_admin_dashboard_layout_node('other');
378
  echo '<div class="floating-right-toolbar">';
379
  echo '<label for="user_list_tcx_control" style="margin-bottom: 0; display:none;"></label>';
380
+ echo '<i id="toolbar-item-open-tcx" class="fa fa-fw" style="background:url(\'' . wplc_plugins_url('/images/tcx48px.png', dirname(__FILE__)) . '\') no-repeat; background-size: cover;"></i>';
381
  echo '</div>';
382
  }
383
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: live chat, live support, chat plugin, live help, wordpress live chat, chat
4
  Requires at least: 4.6
5
  Tested up to: 5.4.1
6
  Requires PHP: 5.3
7
- Stable tag: 8.1.8
8
  License: GPLv2
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Text Domain: wp-live-chat-support
@@ -194,4 +194,8 @@ Huge update with over 300 changes that include: Bugfixes, Vulnerability Fixes &
194
  = 8.1.8 - 2020-05-28 =
195
  * Bugfix: Offline messages delete not worked
196
  * Bugfix: Load bootstrap js sourcemap failed
197
- * Bugfix: Urls Fixed for linux compatibility
 
 
 
 
4
  Requires at least: 4.6
5
  Tested up to: 5.4.1
6
  Requires PHP: 5.3
7
+ Stable tag: 8.1.9
8
  License: GPLv2
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
  Text Domain: wp-live-chat-support
194
  = 8.1.8 - 2020-05-28 =
195
  * Bugfix: Offline messages delete not worked
196
  * Bugfix: Load bootstrap js sourcemap failed
197
+ * Bugfix: Urls Fixed for linux compatibility
198
+
199
+ = 8.1.9 - 2020-06-09 =
200
+ * Bugfix: Fixed chat icon url on admin.
201
+ * Bugfix: Custom theme colors.
wp-live-chat-support.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP-Live Chat by 3CX
4
  Plugin URI: https://www.3cx.com/wp-live-chat/
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.
6
- Version: 8.1.8
7
  Author: 3CX
8
  Author URI: https://www.3cx.com/wp-live-chat/
9
  Domain Path: /languages
@@ -1221,67 +1221,67 @@ function wplc_user_top_js() {
1221
  ?>
1222
  <style>
1223
  .wplc-color-1 {
1224
- color: # <?php echo $wplc_settings_color1; ?> !important;
1225
  }
1226
 
1227
  .wplc-color-2 {
1228
- color: # <?php echo $wplc_settings_color2; ?> !important;
1229
  }
1230
 
1231
  .wplc-color-3 {
1232
- color: # <?php echo $wplc_settings_color3; ?> !important;
1233
  }
1234
 
1235
  .wplc-color-4 {
1236
- color: # <?php echo $wplc_settings_color4; ?> !important;
1237
  }
1238
 
1239
  .wplc-color-bg-1 {
1240
- background-color: # <?php echo $wplc_settings_color1; ?> !important;
1241
  }
1242
 
1243
  .wplc-color-bg-2 {
1244
- background-color: # <?php echo $wplc_settings_color2; ?> !important;
1245
  }
1246
 
1247
  .wplc-color-bg-3 {
1248
- background-color: # <?php echo $wplc_settings_color3; ?> !important;
1249
  }
1250
 
1251
  .wplc-color-bg-4 {
1252
- background-color: # <?php echo $wplc_settings_color4; ?> !important;
1253
  }
1254
 
1255
  .wplc-color-border-1 {
1256
- border-color: # <?php echo $wplc_settings_color1; ?> !important;
1257
  }
1258
 
1259
  .wplc-color-border-2 {
1260
- border-color: # <?php echo $wplc_settings_color2; ?> !important;
1261
  }
1262
 
1263
  .wplc-color-border-3 {
1264
- border-color: # <?php echo $wplc_settings_color3; ?> !important;
1265
  }
1266
 
1267
  .wplc-color-border-4 {
1268
- border-color: # <?php echo $wplc_settings_color4; ?> !important;
1269
  }
1270
 
1271
  .wplc-color-border-1:before {
1272
- border-color: transparent # <?php echo $wplc_settings_color1; ?> !important;
1273
  }
1274
 
1275
  .wplc-color-border-2:before {
1276
- border-color: transparent # <?php echo $wplc_settings_color2; ?> !important;
1277
  }
1278
 
1279
  .wplc-color-border-3:before {
1280
- border-color: transparent # <?php echo $wplc_settings_color3; ?> !important;
1281
  }
1282
 
1283
  .wplc-color-border-4:before {
1284
- border-color: transparent # <?php echo $wplc_settings_color4; ?> !important;
1285
  }
1286
  </style>
1287
  <?php
3
  Plugin Name: WP-Live Chat by 3CX
4
  Plugin URI: https://www.3cx.com/wp-live-chat/
5
  Description: The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.
6
+ Version: 8.1.9
7
  Author: 3CX
8
  Author URI: https://www.3cx.com/wp-live-chat/
9
  Domain Path: /languages
1221
  ?>
1222
  <style>
1223
  .wplc-color-1 {
1224
+ color: <?php echo '#'.$wplc_settings_color1; ?> !important;
1225
  }
1226
 
1227
  .wplc-color-2 {
1228
+ color: <?php echo '#'.$wplc_settings_color2; ?> !important;
1229
  }
1230
 
1231
  .wplc-color-3 {
1232
+ color: <?php echo '#'.$wplc_settings_color3; ?> !important;
1233
  }
1234
 
1235
  .wplc-color-4 {
1236
+ color: <?php echo '#'.$wplc_settings_color4; ?> !important;
1237
  }
1238
 
1239
  .wplc-color-bg-1 {
1240
+ background-color: <?php echo '#'.$wplc_settings_color1; ?> !important;
1241
  }
1242
 
1243
  .wplc-color-bg-2 {
1244
+ background-color: <?php echo '#'.$wplc_settings_color2; ?> !important;
1245
  }
1246
 
1247
  .wplc-color-bg-3 {
1248
+ background-color: <?php echo '#'.$wplc_settings_color3; ?> !important;
1249
  }
1250
 
1251
  .wplc-color-bg-4 {
1252
+ background-color: <?php echo '#'.$wplc_settings_color4; ?> !important;
1253
  }
1254
 
1255
  .wplc-color-border-1 {
1256
+ border-color: <?php echo '#'.$wplc_settings_color1; ?> !important;
1257
  }
1258
 
1259
  .wplc-color-border-2 {
1260
+ border-color: <?php echo '#'.$wplc_settings_color2; ?> !important;
1261
  }
1262
 
1263
  .wplc-color-border-3 {
1264
+ border-color: <?php echo '#'.$wplc_settings_color3; ?> !important;
1265
  }
1266
 
1267
  .wplc-color-border-4 {
1268
+ border-color: <?php echo '#'.$wplc_settings_color4; ?> !important;
1269
  }
1270
 
1271
  .wplc-color-border-1:before {
1272
+ border-color: transparent <?php echo '#'.$wplc_settings_color1; ?> !important;
1273
  }
1274
 
1275
  .wplc-color-border-2:before {
1276
+ border-color: transparent <?php echo '#'.$wplc_settings_color2; ?> !important;
1277
  }
1278
 
1279
  .wplc-color-border-3:before {
1280
+ border-color: transparent <?php echo '#'.$wplc_settings_color3; ?> !important;
1281
  }
1282
 
1283
  .wplc-color-border-4:before {
1284
+ border-color: transparent <?php echo '#'.$wplc_settings_color4; ?> !important;
1285
  }
1286
  </style>
1287
  <?php