Version Description
- Fixed sticky issues for android and SMS display bug
Download this release
Release Info
Developer | galdub |
Plugin | Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line, WeChat, Email, SMS, Call Button – Chaty |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- assets/js/cht-front-script.js +7 -1
- cht-icons.php +2 -2
- readme.txt +4 -1
assets/js/cht-front-script.js
CHANGED
@@ -167,10 +167,16 @@
|
|
167 |
jQuery(".chaty-widget-i:first .chaty-widget-i-title:last").hide();
|
168 |
jQuery("body").addClass("hide-cht-widget");
|
169 |
});
|
|
|
170 |
}
|
171 |
}(), t(document).ready(function () {
|
172 |
(1 !== Object.keys(e.object_settings.social).length || !e.object_settings.social.snapchat && !e.object_settings.social.wechat || e.object_settings.cta || (t(".chaty-widget-i-title").detach(), t(".chaty-widget-i").addClass("bofore_del")), t(".chaty-widget-i-title").hasClass("one_go")) && (t(".chaty-widget-i-title p").text(t(".chaty-widget-i-title.one_go").html()), "none" == i("display_cta") && (t(".chaty-widget-i-title").hasClass("face_title") ? (t(".facebook_two_mess").detach(), t(".chaty-widget-i").addClass("bofore_del")) : (t(".chaty-widget-i-title").detach(), t(".chaty-widget-i").addClass("bofore_del"))));
|
173 |
-
window.matchMedia("only screen and (max-width: 760px)").matches && t(".i-trigger-open").addClass("active_clos")
|
|
|
|
|
|
|
|
|
|
|
174 |
})
|
175 |
})
|
176 |
}(jQuery)
|
167 |
jQuery(".chaty-widget-i:first .chaty-widget-i-title:last").hide();
|
168 |
jQuery("body").addClass("hide-cht-widget");
|
169 |
});
|
170 |
+
jQuery("body").append("<style>.chaty-widget-is{top:0!important;}</style>");
|
171 |
}
|
172 |
}(), t(document).ready(function () {
|
173 |
(1 !== Object.keys(e.object_settings.social).length || !e.object_settings.social.snapchat && !e.object_settings.social.wechat || e.object_settings.cta || (t(".chaty-widget-i-title").detach(), t(".chaty-widget-i").addClass("bofore_del")), t(".chaty-widget-i-title").hasClass("one_go")) && (t(".chaty-widget-i-title p").text(t(".chaty-widget-i-title.one_go").html()), "none" == i("display_cta") && (t(".chaty-widget-i-title").hasClass("face_title") ? (t(".facebook_two_mess").detach(), t(".chaty-widget-i").addClass("bofore_del")) : (t(".chaty-widget-i-title").detach(), t(".chaty-widget-i").addClass("bofore_del"))));
|
174 |
+
window.matchMedia("only screen and (max-width: 760px)").matches && t(".i-trigger-open").addClass("active_clos");
|
175 |
+
jQuery(".chaty-widget-i-title").each(function(){
|
176 |
+
if(jQuery(this).text() == "") {
|
177 |
+
jQuery(this).remove();
|
178 |
+
}
|
179 |
+
});
|
180 |
})
|
181 |
})
|
182 |
}(jQuery)
|
cht-icons.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Description: Chat with your website visitors via their favorite channels. Show a chat icon on the bottom of your site and communicate with your customers.
|
6 |
Author: Premio
|
7 |
Author URI: https://premio.io/downloads/chaty/
|
8 |
-
Version: 2.0.
|
9 |
License: GPL2
|
10 |
*/
|
11 |
|
@@ -22,7 +22,7 @@ define('CHT_INC', CHT_DIR . '/includes');
|
|
22 |
define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
|
23 |
define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
|
24 |
define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
|
25 |
-
define('CHT_VERSION', "2.0.
|
26 |
|
27 |
if (!function_exists('wp_doing_ajax')) {
|
28 |
function wp_doing_ajax()
|
5 |
Description: Chat with your website visitors via their favorite channels. Show a chat icon on the bottom of your site and communicate with your customers.
|
6 |
Author: Premio
|
7 |
Author URI: https://premio.io/downloads/chaty/
|
8 |
+
Version: 2.0.4
|
9 |
License: GPL2
|
10 |
*/
|
11 |
|
22 |
define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
|
23 |
define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
|
24 |
define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
|
25 |
+
define('CHT_VERSION', "2.0.4");
|
26 |
|
27 |
if (!function_exists('wp_doing_ajax')) {
|
28 |
function wp_doing_ajax()
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: galdub, tomeraharon, premio
|
|
3 |
Tags: whatsapp, facebook messenger, click to chat, chat, chat button, call now button
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 5.1
|
6 |
-
Stable tag: 2.0.
|
7 |
Plugin URI: https://premio.io/downloads/chaty/
|
8 |
|
9 |
FREE customizable live chat and call buttons. Let your visitors contact you via Facebook Messenger, Whatsapp, Telegram, Viber, Email, SMS and more.
|
@@ -132,6 +132,9 @@ Just follow our <a href="https://premio.io/wordpress-premio-pro-version-installa
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
|
|
|
|
|
|
135 |
= 2.0.3 =
|
136 |
* Fixed single channels settings bug, and also added compatibility for old JQuery versions
|
137 |
|
3 |
Tags: whatsapp, facebook messenger, click to chat, chat, chat button, call now button
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 5.1
|
6 |
+
Stable tag: 2.0.4
|
7 |
Plugin URI: https://premio.io/downloads/chaty/
|
8 |
|
9 |
FREE customizable live chat and call buttons. Let your visitors contact you via Facebook Messenger, Whatsapp, Telegram, Viber, Email, SMS and more.
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
+
= 2.0.4 =
|
136 |
+
* Fixed sticky issues for android and SMS display bug
|
137 |
+
|
138 |
= 2.0.3 =
|
139 |
* Fixed single channels settings bug, and also added compatibility for old JQuery versions
|
140 |
|