WP Live Chat Support - Version 3.02

Version Description

  • Fixed CSS Box Border Issue
Download this release

Release Info

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

Code changes from version 3.01 to 3.02

css/wplcstyle.css CHANGED
@@ -95,7 +95,7 @@
95
  }
96
  #wp-live-chat-close .fa-times{
97
  position: relative;
98
- bottom:8px;
99
  font-size: 10px;
100
  vertical-align: bottom;
101
  }
@@ -155,6 +155,9 @@
155
  display:block;
156
  margin:5px 0;
157
  width:100%;
 
 
 
158
  }
159
  .wplc-user-message{
160
  display: inline-block;
95
  }
96
  #wp-live-chat-close .fa-times{
97
  position: relative;
98
+ bottom:12px;
99
  font-size: 10px;
100
  vertical-align: bottom;
101
  }
155
  display:block;
156
  margin:5px 0;
157
  width:100%;
158
+ -webkit-box-sizing: border-box;
159
+ -moz-box-sizing: border-box;
160
+ box-sizing: border-box;
161
  }
162
  .wplc-user-message{
163
  display: inline-block;
readme.txt CHANGED
@@ -1,146 +1,151 @@
1
- === WP Live Chat Support ===
2
- Contributors: WP-LiveChat
3
- Donate link: http://www.wp-livechat.com
4
- Tags: live chat, live support, chat plugin, live help, wordpress chat, customer support, chat, live chat plugin, live support plugin, live chat support plugin
5
- Requires at least: 3.5
6
- Tested up to: 3.8.1
7
- Stable tag: trunk
8
- License: GPLv2
9
-
10
- The most cost effective Live Chat plugin. Chat with your visitors for free!
11
-
12
- == Description ==
13
-
14
- The most cost effective Live Chat plugin. Chat with your visitors for free! WP Live Chat Support is perfect for small businesses. No third party connections or subscriptions required. There's no need to pay for live chat monthly subscriptions in order to better understand your visitors. This is a fully functional live chat plugin. Increase your conversion rates by communicating directly with your visitors when they're ready to do so using WP Live Chat Support.
15
-
16
- = Free Version Features =
17
-
18
- WP Live Chat Support is a fully functional live chat plugin
19
- Initiate live chats with your visitors
20
- Easy to use interface for both the admin and the visitor
21
- No advertising or links
22
- No "Powered by" links on the live chat window
23
- No monthly live chat subscriptions needed
24
-
25
-
26
- = Pro Version Features =
27
-
28
- ► Initiate live chats with online visitors
29
- Chat to more than one visitor at a time
30
- Access historical live chat records
31
- Set up your user profile
32
- Add your company logo to the live chat window
33
- Add your photo to the live chat window
34
- Edit all text fields
35
- World-class support
36
- Fully customizable live chat experience
37
-
38
- Get the [WP Live Chat Support Pro Add-on](http://wp-livechat.com/purchase-pro/) for only $24.95 once off!
39
-
40
- = 5 second live chat installation =
41
-
42
- Our live chat plugin instantly gives you the ability to chat directly with potential clients and/or website visitors when they're ready to do so. Initiate a live chat with a certain visitor or wait for them to initiate a live chat with you. Increase your website conversion rates by providing real time live support.
43
-
44
- = Quick Overview =
45
-
46
- Once the live chat plugin is activated, click on "Live Chat" in the left menu navigation. As soon as a visitor lands on your website, their details will be displayed in the live chat control panel. A live chat box will be displayed on their screen. If they fill out their details and click "Start chat", a ringing sound will trigger in your live chat control panel. Once you accept the chat, you can communicate directly with your visitor.
47
-
48
-
49
- = Coming Soon to WP Live Chat Support =
50
-
51
- * Multiple live chat operators
52
- * More advanced customization and themes
53
-
54
-
55
- == Installation ==
56
-
57
- 1. Once activated, click the "Live Chat" link under your settings tabs.
58
- 2. Edit the settings to your preference.
59
- 3. Test it out in a post or page.
60
-
61
-
62
- == Frequently Asked Questions ==
63
-
64
- = I've installed the live chat plugin, now what? =
65
-
66
- Once installed and activated, a link should appear in your left navigation panel within your WP-ADMIN section. Click on the "Live Chat" link and follow the on screen instructions.
67
-
68
- = The live chat box is not showing up =
69
-
70
- Please review the live chat documentation on [our website](http://wp-livechat.com/documentation/).
71
-
72
- == Screenshots ==
73
-
74
- 1. Front-end of WP Live Chat Support
75
- 2. Back-end of WP Live Chat Support
76
- 3. Settings page of WP Live Chat Support
77
-
78
-
79
- == Upgrade Notice ==
80
-
81
- * Nothing required
82
-
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
94
-
95
- = 2.9 =
96
- * Added comprehensive documentation
97
-
98
- = 2.8 =
99
- * Fixed bug that stopped dynamic css loading in some themes
100
-
101
- = 2.7 =
102
- * Fixed the live chat initiation bug
103
- * Fixed the style bug
104
- * Added support to email for proper smtp (pro)
105
- * Fixed cookie bugs
106
- * Add delete live chat history option (pro)
107
- * Added UTF8 character support for the live chat
108
- * Added error reporting (pro)
109
-
110
- = 2.6 =
111
- * Fixed a bug that showed 'page not found' when saving the live chat settings
112
- * Better UI
113
- * Added the ability to end live chats
114
-
115
- = 2.5 =
116
- * Major performance improvements
117
- * Small UI improvements
118
-
119
- = 2.4 =
120
- * You now have full control of the fill and font color of your live chat box
121
- * Added the ability to turn live chat on and off
122
- * Better notification of incoming live chats.
123
- * Added more localization support
124
- * Plugin should now be compatible with caching plugins.
125
-
126
- = 2.3 =
127
- * Fixed another small bug
128
-
129
- = 2.2 =
130
- * Fixed a small bug
131
-
132
- = 2.1 =
133
- * More precise functionality to handle if you are online or offline
134
- * Fixed a bug that recorded visitors when offline
135
- * Neatened up some code
136
- * Fixed some small bugs
137
-
138
- = 2.0 =
139
- * Bug fixes
140
- * Better front-end UI (Basic + Pro)
141
- * You can now get an email notification when a visitor wants to chat (Pro)
142
- * Allow your visitors to leave messages when you are offline (Pro)
143
- * More text fields can be customized
144
-
145
- = 1.0 =
 
 
 
 
 
146
  * Launch!
1
+ === WP Live Chat Support ===
2
+ Contributors: WP-LiveChat
3
+ Donate link: http://www.wp-livechat.com
4
+ Tags: live chat, live support, chat plugin, live help, wordpress chat, customer support, chat, live chat plugin, live support plugin, live chat support plugin, chat plugin, support plugin, support, chat software, chat online, visitor chat, chat, free chat, free live chat, customer support, online support, live help, chat widget, customer help
5
+ Requires at least: 3.5
6
+ Tested up to: 3.8.1
7
+ Stable tag: trunk
8
+ License: GPLv2
9
+
10
+ The most cost effective Live Chat plugin. Chat with your visitors for free!
11
+
12
+ == Description ==
13
+
14
+ The most cost effective Live Chat plugin. Chat with your visitors for free! WP Live Chat Support is perfect for small businesses. No third party connections or subscriptions required. There's no need to pay for live chat monthly subscriptions in order to better understand your visitors. This is a fully functional live chat plugin. Increase your conversion rates by communicating directly with your visitors when they're ready to do so using WP Live Chat Support.
15
+
16
+ = Free Version Features =
17
+
18
+ * WP Live Chat Support is a fully functional live chat plugin
19
+ * Initiate live chats with your visitors
20
+ * Easy to use interface for both the admin and the visitor
21
+ * Users can drag the live chat box around their page
22
+ * No advertising or links
23
+ * No "Powered by" links on the live chat window
24
+ * No monthly live chat subscriptions needed
25
+
26
+
27
+ = Pro Version Features =
28
+
29
+ * Initiate live chats with online visitors
30
+ * Chat to more than one visitor at a time
31
+ * Access historical live chat records
32
+ * Set up your user profile
33
+ * Add your company logo to the live chat window
34
+ * Add your photo to the live chat window
35
+ * Edit all text fields
36
+ * World-class support
37
+ * Fully customizable live chat experience
38
+
39
+ Get the [WP Live Chat Support Pro Add-on](http://wp-livechat.com/purchase-pro/) for only $24.95 once off!
40
+
41
+ = 5 second live chat installation =
42
+
43
+ Our live chat plugin instantly gives you the ability to chat directly with potential clients and/or website visitors when they're ready to do so. Initiate a live chat with a certain visitor or wait for them to initiate a live chat with you. Increase your website conversion rates by providing real time live support.
44
+
45
+ = Quick Overview =
46
+
47
+ Once the live chat plugin is activated, click on "Live Chat" in the left menu navigation. As soon as a visitor lands on your website, their details will be displayed in the live chat control panel. A live chat box will be displayed on their screen. If they fill out their details and click "Start chat", a ringing sound will trigger in your live chat control panel. Once you accept the chat, you can communicate directly with your visitor.
48
+
49
+
50
+ = Coming Soon to WP Live Chat Support =
51
+
52
+ * Multiple live chat operators
53
+ * More advanced customization and themes
54
+
55
+
56
+ == Installation ==
57
+
58
+ 1. Once activated, click the "Live Chat" link under your settings tabs.
59
+ 2. Edit the settings to your preference.
60
+ 3. Test it out in a post or page.
61
+
62
+
63
+ == Frequently Asked Questions ==
64
+
65
+ = I've installed the live chat plugin, now what? =
66
+
67
+ Once installed and activated, a link should appear in your left navigation panel within your WP-ADMIN section. Click on the "Live Chat" link and follow the on screen instructions.
68
+
69
+ = The live chat box is not showing up =
70
+
71
+ Please review the live chat documentation on [our website](http://wp-livechat.com/documentation/).
72
+
73
+ == Screenshots ==
74
+
75
+ 1. Front-end of WP Live Chat Support
76
+ 2. Back-end of WP Live Chat Support
77
+ 3. Settings page of WP Live Chat Support
78
+
79
+
80
+ == Upgrade Notice ==
81
+
82
+ * Nothing required
83
+
84
+
85
+ == Changelog ==
86
+
87
+ = 3.02 =
88
+
89
+ * Fixed CSS Box Border Issue
90
+
91
+ = 3.01 =
92
+
93
+ * Fixed CSS bug with icons
94
+ * Fixed CSS bug with inputs
95
+
96
+ = 3.0 =
97
+ * Improved chat UI
98
+ * Chat Box is draggable
99
+
100
+ = 2.9 =
101
+ * Added comprehensive documentation
102
+
103
+ = 2.8 =
104
+ * Fixed bug that stopped dynamic css loading in some themes
105
+
106
+ = 2.7 =
107
+ * Fixed the live chat initiation bug
108
+ * Fixed the style bug
109
+ * Added support to email for proper smtp (pro)
110
+ * Fixed cookie bugs
111
+ * Add delete live chat history option (pro)
112
+ * Added UTF8 character support for the live chat
113
+ * Added error reporting (pro)
114
+
115
+ = 2.6 =
116
+ * Fixed a bug that showed 'page not found' when saving the live chat settings
117
+ * Better UI
118
+ * Added the ability to end live chats
119
+
120
+ = 2.5 =
121
+ * Major performance improvements
122
+ * Small UI improvements
123
+
124
+ = 2.4 =
125
+ * You now have full control of the fill and font color of your live chat box
126
+ * Added the ability to turn live chat on and off
127
+ * Better notification of incoming live chats.
128
+ * Added more localization support
129
+ * Plugin should now be compatible with caching plugins.
130
+
131
+ = 2.3 =
132
+ * Fixed another small bug
133
+
134
+ = 2.2 =
135
+ * Fixed a small bug
136
+
137
+ = 2.1 =
138
+ * More precise functionality to handle if you are online or offline
139
+ * Fixed a bug that recorded visitors when offline
140
+ * Neatened up some code
141
+ * Fixed some small bugs
142
+
143
+ = 2.0 =
144
+ * Bug fixes
145
+ * Better front-end UI (Basic + Pro)
146
+ * You can now get an email notification when a visitor wants to chat (Pro)
147
+ * Allow your visitors to leave messages when you are offline (Pro)
148
+ * More text fields can be customized
149
+
150
+ = 1.0 =
151
  * Launch!
screenshot-1.JPG → screenshot-1.jpg RENAMED
File without changes
screenshot-2.JPG → screenshot-2.jpg RENAMED
File without changes
screenshot-3.JPG → screenshot-3.jpg RENAMED
File without changes
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.01
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.01";
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.02
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.02";
21
 
22
  require_once (plugin_dir_path( __FILE__ )."functions.php");
23
  add_action('wp_ajax_wplc_admin_set_transient', 'wplc_action_callback');