Version Description
- Fixed Escaping Issue in Ameya Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 13.2 |
Comparing to | |
See all releases |
Code changes from version 13.1 to 13.2
- clever-fox.php +1 -1
- inc/ameya/sections/above-header.php +2 -2
- readme.txt +4 -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.
|
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.2
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/ameya/sections/above-header.php
CHANGED
@@ -33,12 +33,12 @@
|
|
33 |
?>
|
34 |
<?php if($hide_show_email_infot =='1'){ ?>
|
35 |
<?php if($header_email) {?>
|
36 |
-
<li class="tlh-email"><a href="#"><i class="fa <?php echo esc_attr( $header_email_icon ); ?>"></i><?php echo $header_email; ?></a></li>
|
37 |
<?php } ?>
|
38 |
<?php } ?>
|
39 |
<?php if($hide_show_faq =='1'){ ?>
|
40 |
<?php if($header_faq) {?>
|
41 |
-
<li class="tlh-faq"><a href="#"><i class="fa <?php echo esc_attr($header_faq_icon); ?>"></i><?php echo $header_faq; ?></a></li>
|
42 |
<?php } ?>
|
43 |
<?php } ?>
|
44 |
</ul>
|
33 |
?>
|
34 |
<?php if($hide_show_email_infot =='1'){ ?>
|
35 |
<?php if($header_email) {?>
|
36 |
+
<li class="tlh-email"><a href="#"><i class="fa <?php echo esc_attr( $header_email_icon ); ?>"></i><?php echo esc_html($header_email); ?></a></li>
|
37 |
<?php } ?>
|
38 |
<?php } ?>
|
39 |
<?php if($hide_show_faq =='1'){ ?>
|
40 |
<?php if($header_faq) {?>
|
41 |
+
<li class="tlh-faq"><a href="#"><i class="fa <?php echo esc_attr($header_faq_icon); ?>"></i><?php echo esc_html($header_faq); ?></a></li>
|
42 |
<?php } ?>
|
43 |
<?php } ?>
|
44 |
</ul>
|
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.
|
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.1 =
|
137 |
* Fixed Escaping Issue in Techine Theme
|
138 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 13.2
|
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.2 =
|
137 |
+
* Fixed Escaping Issue in Ameya Theme
|
138 |
+
|
139 |
= 13.1 =
|
140 |
* Fixed Escaping Issue in Techine Theme
|
141 |
|