Click to Chat for WhatsApp Chat - Version 3.9.10

Version Description

  • Fix: uncaught error at Greetings page
Download this release

Release Info

Developer bhvreddy
Plugin Icon 128x128 Click to Chat for WhatsApp Chat
Version 3.9.10
Comparing to
See all releases

Code changes from version 3.9.9 to 3.9.10

click-to-chat.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Click to Chat
4
  Plugin URI: https://wordpress.org/plugins/click-to-chat-for-whatsapp/
5
  Description: Lets make your Web page visitors contact you through WhatsApp with a single click/tap
6
- Version: 3.9.9
7
  Author: HoliThemes
8
  Author URI: https://holithemes.com/plugins/click-to-chat/
9
  License: GPL2
@@ -17,7 +17,7 @@ if ( ! defined( 'WPINC' ) ) {
17
 
18
  // ctc - Version - update version at readme 'Stable tag'
19
  if ( ! defined( 'HT_CTC_VERSION' ) ) {
20
- define( 'HT_CTC_VERSION', '3.9.9' );
21
  }
22
 
23
  // define HT_CTC_PLUGIN_FILE
3
  Plugin Name: Click to Chat
4
  Plugin URI: https://wordpress.org/plugins/click-to-chat-for-whatsapp/
5
  Description: Lets make your Web page visitors contact you through WhatsApp with a single click/tap
6
+ Version: 3.9.10
7
  Author: HoliThemes
8
  Author URI: https://holithemes.com/plugins/click-to-chat/
9
  License: GPL2
17
 
18
  // ctc - Version - update version at readme 'Stable tag'
19
  if ( ! defined( 'HT_CTC_VERSION' ) ) {
20
+ define( 'HT_CTC_VERSION', '3.9.10' );
21
  }
22
 
23
  // define HT_CTC_PLUGIN_FILE
new/admin/admin_assets/js/greetings.js CHANGED
@@ -23,14 +23,14 @@
23
  }
24
  }
25
 
26
- // md - reinstall
27
- setTimeout(() => {
28
- try {
29
- $('select').formSelect();
30
- } catch (e) {
31
- console.log('catch select formSelect');
32
- }
33
- }, 500);
34
 
35
  /**
36
  * display settings based on Greetings template selection
23
  }
24
  }
25
 
26
+ // // md - reinstall
27
+ // setTimeout(() => {
28
+ // try {
29
+ // $('select').formSelect();
30
+ // } catch (e) {
31
+ // console.log('catch select formSelect');
32
+ // }
33
+ // }, 500);
34
 
35
  /**
36
  * display settings based on Greetings template selection
new/admin/components/checkbox.php CHANGED
@@ -27,5 +27,4 @@ $description = (isset($input['description'])) ? $input['description'] : '';
27
  }
28
  ?>
29
  </p>
30
- </div>
31
- <?php
27
  }
28
  ?>
29
  </p>
30
+ </div>
 
new/inc/greetings/greetings_styles/opt-in.php CHANGED
@@ -12,6 +12,8 @@ if (isset( $ht_ctc_greetings) && isset( $ht_ctc_greetings['opt_in'])) {
12
  $opt_in = $ht_ctc_greetings['opt_in'];
13
  }
14
 
 
 
15
  ?>
16
  <div class="ctc_opt_in" style="display:none;">
17
  <div class="ctc_opt" style="display:inline-flex;justify-content:center;align-items:center;padding:0 4px;">
12
  $opt_in = $ht_ctc_greetings['opt_in'];
13
  }
14
 
15
+ // $opt_id = (isset($opt_in_id)) ? $opt_in_id : 'ctc_opt';
16
+
17
  ?>
18
  <div class="ctc_opt_in" style="display:none;">
19
  <div class="ctc_opt" style="display:inline-flex;justify-content:center;align-items:center;padding:0 4px;">
readme.txt CHANGED
@@ -3,7 +3,7 @@ Requires at least: 4.6
3
  Tested up to: 6.0
4
  Requires PHP: 5.6
5
  Contributors: holithemes
6
- Stable tag: 3.9.9
7
  Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, whatsapp support, whatsapp group, whatsapp message, WhatsApp WooCommerce, whatsapp wordpress, whatsapp floating button, whatsapp icon, holithemes
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -503,6 +503,9 @@ After Activate the plugin, add WhatsApp Number at plugin settings.
503
 
504
  == Changelog ==
505
 
 
 
 
506
  = 3.9.9 =
507
  * Enchantment: opt-in, greetings features
508
 
3
  Tested up to: 6.0
4
  Requires PHP: 5.6
5
  Contributors: holithemes
6
+ Stable tag: 3.9.10
7
  Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, whatsapp support, whatsapp group, whatsapp message, WhatsApp WooCommerce, whatsapp wordpress, whatsapp floating button, whatsapp icon, holithemes
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
503
 
504
  == Changelog ==
505
 
506
+ = 3.9.10 =
507
+ * Fix: uncaught error at Greetings page
508
+
509
  = 3.9.9 =
510
  * Enchantment: opt-in, greetings features
511