Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line, WeChat, Email, SMS, Call Button – Chaty - Version 2.1.5

Version Description

  • WP Fastest Cache pro version bug fix
Download this release

Release Info

Developer galdub
Plugin Icon wp plugin Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line, WeChat, Email, SMS, Call Button – Chaty
Version 2.1.5
Comparing to
See all releases

Code changes from version 2.1.4 to 2.1.5

Files changed (3) hide show
  1. admin/class-admin-base.php +5 -1
  2. cht-icons.php +2 -2
  3. readme.txt +4 -1
admin/class-admin-base.php CHANGED
@@ -39,7 +39,7 @@ class CHT_Admin_Base
39
  add_action('admin_head', array($this, 'cht_inline_css_admin'));
40
  add_action('init', array($this, 'check_page_available'));
41
  }
42
- add_action('updated_option', array($this, 'cht_clear_all_caches'));
43
 
44
  /* Send message to owner */
45
  add_action('wp_ajax_wcp_admin_send_message_to_owner', array($this, 'wcp_admin_send_message_to_owner'));
@@ -556,6 +556,10 @@ class CHT_Admin_Base
556
 
557
  // register field section slug
558
  register_setting($this->plugin_slug, 'cht_numb_slug', 'chaty_sanitize_options');
 
 
 
 
559
  }
560
  }
561
 
39
  add_action('admin_head', array($this, 'cht_inline_css_admin'));
40
  add_action('init', array($this, 'check_page_available'));
41
  }
42
+ // add_action('updated_option', array($this, 'cht_clear_all_caches'));
43
 
44
  /* Send message to owner */
45
  add_action('wp_ajax_wcp_admin_send_message_to_owner', array($this, 'wcp_admin_send_message_to_owner'));
556
 
557
  // register field section slug
558
  register_setting($this->plugin_slug, 'cht_numb_slug', 'chaty_sanitize_options');
559
+
560
+ $this->cht_clear_all_caches();
561
+ // wp_redirect(admin_url("admin.php?page=chaty-app"));
562
+ // die;
563
  }
564
  }
565
 
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.1.4
9
  License: GPL2
10
  */
11
 
@@ -23,7 +23,7 @@ define('CHT_INC', CHT_DIR . '/includes');
23
  define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
24
  define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
25
  define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
26
- define('CHT_VERSION', "2.1.4");
27
 
28
  if (!function_exists('wp_doing_ajax')) {
29
  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.1.5
9
  License: GPL2
10
  */
11
 
23
  define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
24
  define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
25
  define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
26
+ define('CHT_VERSION', "2.1.5");
27
 
28
  if (!function_exists('wp_doing_ajax')) {
29
  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.2
6
- Stable tag: 2.1.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.
@@ -173,6 +173,9 @@ Yes! You can even decide what chat buttons will show up on each device (desktop/
173
 
174
  == Changelog ==
175
 
 
 
 
176
  = 2.1.4 =
177
  * Fixed some rare bugs
178
 
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.2
6
+ Stable tag: 2.1.5
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.
173
 
174
  == Changelog ==
175
 
176
+ = 2.1.5 =
177
+ * WP Fastest Cache pro version bug fix
178
+
179
  = 2.1.4 =
180
  * Fixed some rare bugs
181