Click to Chat for WhatsApp Chat - Version 3.5.1

Version Description

Fix: Customize styles settings not saving

Download this release

Release Info

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

Code changes from version 3.5 to 3.5.1

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.5
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.5' );
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.5.1
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.5.1' );
21
  }
22
 
23
  // define HT_CTC_PLUGIN_FILE
new/admin/class-ht-ctc-admin-customize-styles.php CHANGED
@@ -1664,9 +1664,6 @@ class HT_CTC_Admin_Customize_Styles {
1664
  $ht_ctc_admin_customize_styles = new HT_CTC_Admin_Customize_Styles();
1665
 
1666
  add_action('admin_menu', array($ht_ctc_admin_customize_styles, 'menu') );
1667
-
1668
- if ( isset($_GET['page']) && 'click-to-chat-customize-styles' == $_GET['page'] ) {
1669
- add_action('admin_init', array($ht_ctc_admin_customize_styles, 'settings') );
1670
- }
1671
 
1672
  endif; // END class_exists check
1664
  $ht_ctc_admin_customize_styles = new HT_CTC_Admin_Customize_Styles();
1665
 
1666
  add_action('admin_menu', array($ht_ctc_admin_customize_styles, 'menu') );
1667
+ add_action('admin_init', array($ht_ctc_admin_customize_styles, 'settings') );
 
 
 
1668
 
1669
  endif; // END class_exists check
readme.txt CHANGED
@@ -3,7 +3,7 @@ Requires at least: 4.6
3
  Tested up to: 5.8.1
4
  Requires PHP: 5.6
5
  Contributors: holithemes
6
- Stable tag: 3.5
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
@@ -465,6 +465,9 @@ After Activate the plugin, add WhatsApp Number at plugin settings.
465
 
466
  == Changelog ==
467
 
 
 
 
468
  = 3.5 =
469
  * New: Add Styles at WooCommerce Shop page. (Products Archive)
470
  * Enchantment: Style-7 font size settings.
3
  Tested up to: 5.8.1
4
  Requires PHP: 5.6
5
  Contributors: holithemes
6
+ Stable tag: 3.5.1
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
465
 
466
  == Changelog ==
467
 
468
+ = 3.5.1 =
469
+ Fix: Customize styles settings not saving
470
+
471
  = 3.5 =
472
  * New: Add Styles at WooCommerce Shop page. (Products Archive)
473
  * Enchantment: Style-7 font size settings.