Clever Fox - Version 10.9

Version Description

  • Hantus Theme Escaping Issue Fixed in Service Section
Download this release

Release Info

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

Code changes from version 10.8 to 10.9

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: 10.8
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: 10.9
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/hantus/sections/section-service.php CHANGED
@@ -64,9 +64,9 @@ if ( ! function_exists( 'hantus_lite_service' ) ) :
64
  <div class="row">
65
  <div class="col-lg-6 offset-lg-3 col-12 text-center">
66
  <div class="section-title service-section">
67
- <h2><?php echo $service_title; ?></h2>
68
  <!-- <hr style="background: url('<?php //echo get_template_directory_uri(); ?>/assets/images/section-icon.png') no-repeat center / cover;"> -->
69
- <p><?php echo $service_description; ?></p>
70
  </div>
71
  </div>
72
  </div>
64
  <div class="row">
65
  <div class="col-lg-6 offset-lg-3 col-12 text-center">
66
  <div class="section-title service-section">
67
+ <h2><?php echo wp_kses_post($service_title); ?></h2>
68
  <!-- <hr style="background: url('<?php //echo get_template_directory_uri(); ?>/assets/images/section-icon.png') no-repeat center / cover;"> -->
69
+ <p><?php echo wp_kses_post($service_description); ?></p>
70
  </div>
71
  </div>
72
  </div>
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: 10.8
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -126,6 +126,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
126
 
127
  == Changelog ==
128
 
 
 
 
129
  = 10.8 =
130
  * Avril Theme Sainitization Function Changed in Info Section
131
 
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
+ Stable tag: 10.9
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
126
 
127
  == Changelog ==
128
 
129
+ = 10.9 =
130
+ * Hantus Theme Escaping Issue Fixed in Service Section
131
+
132
  = 10.8 =
133
  * Avril Theme Sainitization Function Changed in Info Section
134