LiveChat – WP live chat plugin for WordPress - Version 3.2.2

Version Description

  • Fixed CSS styles conflicts with other plugins
Download this release

Release Info

Developer livechat
Plugin Icon 128x128 LiveChat – WP live chat plugin for WordPress
Version 3.2.2
Comparing to
See all releases

Code changes from version 3.2.1 to 3.2.2

livechat.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.livechatinc.com/addons/wordpress/
5
  Description: Live chat software for live help, online sales and customer support. This plugin allows to quickly install LiveChat on any WordPress website.
6
  Author: LiveChat
7
  Author URI: http://www.livechatinc.com
8
- Version: 3.2.1
9
  */
10
 
11
  if (is_admin())
5
  Description: Live chat software for live help, online sales and customer support. This plugin allows to quickly install LiveChat on any WordPress website.
6
  Author: LiveChat
7
  Author URI: http://www.livechatinc.com
8
+ Version: 3.2.2
9
  */
10
 
11
  if (is_admin())
plugin_files/css/livechat.css CHANGED
@@ -71,14 +71,6 @@ hr.livechat { margin-bottom: 1em; height: 1px; border: 0; color: #999; backgroun
71
  margin-top: 20px;
72
  }
73
 
74
- a.toggle {
75
- padding: 2px 0 3px 20px;
76
- background: url(../images/plusminus.png) no-repeat 0 2px;
77
- }
78
- a.toggle.unfolded {
79
- background-position: 0 -32px;
80
- }
81
-
82
  p.img {
83
  }
84
  p.img img {
71
  margin-top: 20px;
72
  }
73
 
 
 
 
 
 
 
 
 
74
  p.img {
75
  }
76
  p.img img {
plugin_files/js/livechat.js CHANGED
@@ -5,7 +5,6 @@ var LiveChat =
5
  init: function()
6
  {
7
  this.externalLinks();
8
- this.toggleLinks();
9
  this.resetLink();
10
  this.toggleForms();
11
  this.alreadyHaveAccountForm();
@@ -20,21 +19,6 @@ var LiveChat =
20
  $('a.help').attr('target', '_blank');
21
  },
22
 
23
- toggleLinks: function()
24
- {
25
- $('a.toggle').toggle(function()
26
- {
27
- $($(this).attr('href')).slideToggle();
28
- $(this).toggleClass('unfolded');
29
- return false;
30
- },
31
- function(){
32
- $($(this).attr('href')).slideToggle();
33
- $(this).toggleClass('unfolded');
34
- return false;
35
- });
36
- },
37
-
38
  resetLink: function()
39
  {
40
  $('#reset_settings a').click(function()
5
  init: function()
6
  {
7
  this.externalLinks();
 
8
  this.resetLink();
9
  this.toggleForms();
10
  this.alreadyHaveAccountForm();
19
  $('a.help').attr('target', '_blank');
20
  },
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  resetLink: function()
23
  {
24
  $('#reset_settings a').click(function()
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === LiveChat ===
2
  Contributors: LiveChat
3
  Tags: live support, live chat, live chat software, online support, ecommerce, increase sales, customer help, customer support, livechat, live support, customer service, plugin, chat
4
- Stable tag: 3.2.1
5
  Requires at least: 2.8
6
  Tested up to: 3.1.3
7
 
@@ -28,6 +28,9 @@ Take a tour to see why you need LiveChat on your website: http://www.livechatinc
28
 
29
  == Changelog ==
30
 
 
 
 
31
  = 3.2.1 =
32
  * Fixed plugin "Settings" link
33
  * Changed message after successful installation
1
  === LiveChat ===
2
  Contributors: LiveChat
3
  Tags: live support, live chat, live chat software, online support, ecommerce, increase sales, customer help, customer support, livechat, live support, customer service, plugin, chat
4
+ Stable tag: 3.2.2
5
  Requires at least: 2.8
6
  Tested up to: 3.1.3
7
 
28
 
29
  == Changelog ==
30
 
31
+ = 3.2.2 =
32
+ * Fixed CSS styles conflicts with other plugins
33
+
34
  = 3.2.1 =
35
  * Fixed plugin "Settings" link
36
  * Changed message after successful installation