Version Description
- Fixed Esacping Issues in Avril Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 11.5 |
Comparing to | |
See all releases |
Code changes from version 11.4 to 11.5
- clever-fox.php +1 -1
- inc/avril/sections/section-features.php +1 -1
- inc/avril/sections/section-service.php +1 -1
- 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: 11.
|
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: 11.5
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/avril/sections/section-features.php
CHANGED
@@ -40,7 +40,7 @@ if($hs_feature == '1') {
|
|
40 |
<div class="features-item">
|
41 |
<div class="features-icon">
|
42 |
<?php if ( ! empty( $icon ) ) {?>
|
43 |
-
<i class="fa <?php echo
|
44 |
<?php } ?>
|
45 |
</div>
|
46 |
<div class="features-content">
|
40 |
<div class="features-item">
|
41 |
<div class="features-icon">
|
42 |
<?php if ( ! empty( $icon ) ) {?>
|
43 |
+
<i class="fa <?php echo esc_attr( $icon ); ?> txt-pink"></i>
|
44 |
<?php } ?>
|
45 |
</div>
|
46 |
<div class="features-content">
|
inc/avril/sections/section-service.php
CHANGED
@@ -39,7 +39,7 @@ if($hs_service == '1') {
|
|
39 |
<div class="service-item">
|
40 |
<div class="service-icon">
|
41 |
<?php if ( ! empty( $icon ) ) {?>
|
42 |
-
<i class="fa <?php echo
|
43 |
<?php } ?>
|
44 |
</div>
|
45 |
<div class="service-content">
|
39 |
<div class="service-item">
|
40 |
<div class="service-icon">
|
41 |
<?php if ( ! empty( $icon ) ) {?>
|
42 |
+
<i class="fa <?php echo esc_attr( $icon ); ?> txt-pink"></i>
|
43 |
<?php } ?>
|
44 |
</div>
|
45 |
<div class="service-content">
|
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: 11.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -128,6 +128,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
131 |
= 11.4 =
|
132 |
* Fixed Esacping Issues in Conceptly Theme
|
133 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 11.5
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 11.5 =
|
132 |
+
* Fixed Esacping Issues in Avril Theme
|
133 |
+
|
134 |
= 11.4 =
|
135 |
* Fixed Esacping Issues in Conceptly Theme
|
136 |
|