Clever Fox - Version 11.6

Version Description

  • Fixed Esacping Issues in Azwa Theme
Download this release

Release Info

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

Code changes from version 11.5 to 11.6

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.5
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.6
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/azwa/sections/section-service.php CHANGED
@@ -13,10 +13,10 @@ if($hide_show_service == '1') {?>
13
  <div class="col-lg-8 col-md-10 col-12">
14
  <div class="section-title">
15
  <?php if ( ! empty( $service_title ) || is_customize_preview() ) : ?>
16
- <h2><?php echo esc_attr( $service_title ); ?><span></span></h2>
17
  <?php endif; ?>
18
  <?php if($service_description) {?>
19
- <p><?php echo esc_attr( $service_description ); ?></p>
20
  <?php
21
  }
22
  ?>
@@ -54,7 +54,7 @@ if($hide_show_service == '1') {?>
54
  </div>
55
  <div class="item-holder">
56
  <div class="item-holder-inner">
57
- <div class="item-icon"><i class="fa <?php echo esc_html( $icon ); ?>"></i></div>
58
  <?php if ( ! empty( $title ) ) : ?>
59
  <h3 class="item-title"><?php echo esc_html( $title );?><br><?php echo esc_html( $subtitle ); ?></h3>
60
  <?php endif; ?>
13
  <div class="col-lg-8 col-md-10 col-12">
14
  <div class="section-title">
15
  <?php if ( ! empty( $service_title ) || is_customize_preview() ) : ?>
16
+ <h2><?php echo wp_kses_post( $service_title ); ?><span></span></h2>
17
  <?php endif; ?>
18
  <?php if($service_description) {?>
19
+ <p><?php echo wp_kses_post( $service_description ); ?></p>
20
  <?php
21
  }
22
  ?>
54
  </div>
55
  <div class="item-holder">
56
  <div class="item-holder-inner">
57
+ <div class="item-icon"><i class="fa <?php echo esc_attr( $icon ); ?>"></i></div>
58
  <?php if ( ! empty( $title ) ) : ?>
59
  <h3 class="item-title"><?php echo esc_html( $title );?><br><?php echo esc_html( $subtitle ); ?></h3>
60
  <?php endif; ?>
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.5
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.5 =
132
  * Fixed Esacping Issues in Avril Theme
133
 
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
+ Stable tag: 11.6
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.6 =
132
+ * Fixed Esacping Issues in Azwa Theme
133
+
134
  = 11.5 =
135
  * Fixed Esacping Issues in Avril Theme
136