Clever Fox - Version 13.1

Version Description

  • Fixed Escaping Issue in Techine Theme
Download this release

Release Info

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

Code changes from version 13.0 to 13.1

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: 13.0
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: 13.1
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/techine/sections/above-header.php CHANGED
@@ -44,7 +44,7 @@
44
  <ul class="header-info d-inline-block">
45
  <?php if($hs_hdr_company =='1'){ ?>
46
  <?php if($hdr_company_ttl) {?>
47
- <li class="tlh-faq"><a href="#"><i class="fa <?php echo esc_attr($hdr_company_icon); ?>"></i><?php echo $hdr_company_ttl; ?></a></li>
48
  <?php } ?>
49
  <?php } ?>
50
  </ul>
@@ -83,7 +83,7 @@ if ( ! function_exists( 'conceptly_header_nav' ) ) :
83
  ?>
84
  <?php if($hide_show_email_infot =='1'){ ?>
85
  <?php if($header_email) {?>
86
- <li class="tlh-email"><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>
87
  <?php } ?>
88
  <?php } ?>
89
  <?php if($hide_show_faq =='1'){ ?>
44
  <ul class="header-info d-inline-block">
45
  <?php if($hs_hdr_company =='1'){ ?>
46
  <?php if($hdr_company_ttl) {?>
47
+ <li class="tlh-faq"><a href="#"><i class="fa <?php echo esc_attr($hdr_company_icon); ?>"></i><?php echo wp_kses_post($hdr_company_ttl); ?></a></li>
48
  <?php } ?>
49
  <?php } ?>
50
  </ul>
83
  ?>
84
  <?php if($hide_show_email_infot =='1'){ ?>
85
  <?php if($header_email) {?>
86
+ <li class="tlh-email"><a href="mailto:<?php echo esc_html($header_email); ?>"><i class="fa <?php echo esc_attr( $header_email_icon ); ?>"></i><?php echo esc_html($header_email); ?></a></li>
87
  <?php } ?>
88
  <?php } ?>
89
  <?php if($hide_show_faq =='1'){ ?>
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: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 13.0
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -133,6 +133,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
133
 
134
  == Changelog ==
135
 
 
 
 
136
  = 13.0 =
137
  * Readme Updated
138
 
4
  Requires at least: 4.0
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 13.1
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
133
 
134
  == Changelog ==
135
 
136
+ = 13.1 =
137
+ * Fixed Escaping Issue in Techine Theme
138
+
139
  = 13.0 =
140
  * Readme Updated
141