Clever Fox - Version 9.8

Version Description

  • Thai Spa Theme Header Phone & Email Link Issue Fixed
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 9.8
Comparing to
See all releases

Code changes from version 9.7 to 9.8

clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
- Version: 9.7
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
+ Version: 9.8
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/thai-spa/sections/above-header.php CHANGED
@@ -44,8 +44,8 @@
44
  <?php if($hide_show_contact_infot == '1' ) { ?>
45
  <div class="col-lg-6 col-md-6 text-center text-md-right header-top-right">
46
  <ul class="text-details">
47
- <li class="h-t-e"><a href="#"><i class="fa <?php echo esc_attr( $header_email_icon ); ?>"></i><?php echo $header_email; ?></a></li>
48
- <li class="h-t-p"><a href="#"><i class="fa <?php echo esc_attr( $header_phone_icon ); ?>"></i><?php echo $header_phone_number; ?></a></li>
49
  </ul>
50
  </div>
51
  <?php } ?>
44
  <?php if($hide_show_contact_infot == '1' ) { ?>
45
  <div class="col-lg-6 col-md-6 text-center text-md-right header-top-right">
46
  <ul class="text-details">
47
+ <li class="h-t-e"><a href="mailto:<?php echo esc_html($header_email); ?>"><i class="fa <?php echo esc_attr( $header_email_icon ); ?>"></i><?php echo $header_email; ?></a></li>
48
+ <li class="h-t-p"><a href="tel:<?php echo esc_html($header_phone_number); ?>"><i class="fa <?php echo esc_attr( $header_phone_icon ); ?>"></i><?php echo $header_phone_number; ?></a></li>
49
  </ul>
50
  </div>
51
  <?php } ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: homepage, companion, demo, sections, customizer, widget, settings
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
- Stable tag: 9.7
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -114,6 +114,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
114
 
115
  == Changelog ==
116
 
 
 
 
117
  = 9.7 =
118
  * Tested With WordPress 5.9
119
 
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
+ Stable tag: 9.8
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
114
 
115
  == Changelog ==
116
 
117
+ = 9.8 =
118
+ * Thai Spa Theme Header Phone & Email Link Issue Fixed
119
+
120
  = 9.7 =
121
  * Tested With WordPress 5.9
122