Version Description
- Fixed Escaping Issue in Azwa Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 13.5 |
Comparing to | |
See all releases |
Code changes from version 13.4 to 13.5
- clever-fox.php +1 -1
- inc/azwa/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.5
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/azwa/sections/above-header.php
CHANGED
@@ -72,7 +72,7 @@
|
|
72 |
<a href="mailto:<?php echo esc_html($header_email_sub); ?>">
|
73 |
<div class="tlh-icon"><i class="fa <?php echo esc_attr( $header_email_icon ); ?>"></i></div>
|
74 |
<div class="tlh-content">
|
75 |
-
<strong><?php echo $header_email; ?></strong>
|
76 |
<p><?php echo esc_html($header_email_sub); ?></p>
|
77 |
</div>
|
78 |
</a>
|
@@ -85,7 +85,7 @@
|
|
85 |
<a href="#">
|
86 |
<div class="tlh-icon"><i class="fa <?php echo esc_attr($header_faq_icon); ?>"></i></div>
|
87 |
<div class="tlh-content">
|
88 |
-
<strong><?php echo $header_faq; ?></strong>
|
89 |
<p><?php echo esc_html($header_faq_sub); ?></p>
|
90 |
</div>
|
91 |
</a>
|
72 |
<a href="mailto:<?php echo esc_html($header_email_sub); ?>">
|
73 |
<div class="tlh-icon"><i class="fa <?php echo esc_attr( $header_email_icon ); ?>"></i></div>
|
74 |
<div class="tlh-content">
|
75 |
+
<strong><?php echo esc_html($header_email); ?></strong>
|
76 |
<p><?php echo esc_html($header_email_sub); ?></p>
|
77 |
</div>
|
78 |
</a>
|
85 |
<a href="#">
|
86 |
<div class="tlh-icon"><i class="fa <?php echo esc_attr($header_faq_icon); ?>"></i></div>
|
87 |
<div class="tlh-content">
|
88 |
+
<strong><?php echo esc_html($header_faq); ?></strong>
|
89 |
<p><?php echo esc_html($header_faq_sub); ?></p>
|
90 |
</div>
|
91 |
</a>
|
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.4 =
|
137 |
* Colorsy Theme Files Added
|
138 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 13.5
|
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.5 =
|
137 |
+
* Fixed Escaping Issue in Azwa Theme
|
138 |
+
|
139 |
= 13.4 =
|
140 |
* Colorsy Theme Files Added
|
141 |
|