WP Live Chat Support - Version 3.01

Version Description

  • Fixed CSS bug with icons
  • Fixed CSS bug with inputs
Download this release

Release Info

Developer WP-LiveChat
Plugin Icon 128x128 WP Live Chat Support
Version 3.01
Comparing to
See all releases

Code changes from version 3.0 to 3.01

Files changed (5) hide show
  1. ajax.php +0 -0
  2. css/wplcstyle.css +3 -3
  3. functions.php +0 -0
  4. readme.txt +5 -0
  5. wp-live-chat-support.php +2 -2
ajax.php CHANGED
File without changes
css/wplcstyle.css CHANGED
@@ -97,10 +97,12 @@
97
  position: relative;
98
  bottom:8px;
99
  font-size: 10px;
 
100
  }
101
  #wp-live-chat-minimize .fa-minus{
102
  position: relative;
103
- top: 3px;
 
104
  }
105
 
106
  #wp-live-chat-2-info {
@@ -182,8 +184,6 @@
182
  margin-bottom: 5px;
183
  }
184
  #wplc_message_div{
185
- width: 200px;
186
  text-align: center;
187
- margin: 0 auto;
188
  }
189
 
97
  position: relative;
98
  bottom:8px;
99
  font-size: 10px;
100
+ vertical-align: bottom;
101
  }
102
  #wp-live-chat-minimize .fa-minus{
103
  position: relative;
104
+ top: 5px;
105
+ vertical-align: top;
106
  }
107
 
108
  #wp-live-chat-2-info {
184
  margin-bottom: 5px;
185
  }
186
  #wplc_message_div{
 
187
  text-align: center;
 
188
  }
189
 
functions.php CHANGED
File without changes
readme.txt CHANGED
@@ -83,6 +83,11 @@ Please review the live chat documentation on [our website](http://wp-livechat.co
83
 
84
  == Changelog ==
85
 
 
 
 
 
 
86
  = 3.0 =
87
  * Improved chat UI
88
  * Chat Box is draggable
83
 
84
  == Changelog ==
85
 
86
+ = 3.01 =
87
+
88
+ * Fixed CSS bug with icons
89
+ * Fixed CSS bug with inputs
90
+
91
  = 3.0 =
92
  * Improved chat UI
93
  * Chat Box is draggable
wp-live-chat-support.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Live Chat Support
4
  Plugin URI: http://www.wp-livechat.com
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 Support. No third party connection required!
6
- Version: 3.0
7
  Author: WP-LiveChat
8
  Author URI: http://www.wp-livechat.com
9
  */
@@ -17,7 +17,7 @@ global $wplc_tblname_chats;
17
  global $wplc_tblname_msgs;
18
  $wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
19
  $wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
20
- $wplc_version = "3.0";
21
 
22
  require_once (plugin_dir_path( __FILE__ )."functions.php");
23
  add_action('wp_ajax_wplc_admin_set_transient', 'wplc_action_callback');
3
  Plugin Name: WP Live Chat Support
4
  Plugin URI: http://www.wp-livechat.com
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 Support. No third party connection required!
6
+ Version: 3.01
7
  Author: WP-LiveChat
8
  Author URI: http://www.wp-livechat.com
9
  */
17
  global $wplc_tblname_msgs;
18
  $wplc_tblname_chats = $wpdb->prefix . "wplc_chat_sessions";
19
  $wplc_tblname_msgs = $wpdb->prefix . "wplc_chat_msgs";
20
+ $wplc_version = "3.01";
21
 
22
  require_once (plugin_dir_path( __FILE__ )."functions.php");
23
  add_action('wp_ajax_wplc_admin_set_transient', 'wplc_action_callback');