Clever Fox - Version 1.1.25

Version Description

  • Added Link Support in Info Section
Download this release

Release Info

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

Code changes from version 1.1.24 to 1.1.25

clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
- Version: 1.1.24
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
+ Version: 1.1.25
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/startkit/sections/section-flash.php CHANGED
@@ -23,21 +23,21 @@ if ( ! function_exists( 'startkit_info_plu' ) ) :
23
  <div class="features-list-item first wow fadeInUp" data-wow-delay="0.1s">
24
  <span class="icon"><i class="fa <?php echo esc_attr( $info_icons ); ?>"></i></span>
25
  <h4><?php echo esc_html( $info_title ); ?></h4>
26
- <p class="small"><?php echo esc_html( $info_description ); ?></p>
27
  </div>
28
  </div>
29
  <div class="col-md-4 mb-md-0 mb-3">
30
  <div class="features-list-item second wow fadeInUp" data-wow-delay="0.2s">
31
  <span class="icon"><i class="fa <?php echo esc_attr( $info_icons2 ); ?>"></i></span>
32
  <h4><?php echo esc_html( $info_title2 ); ?></h4>
33
- <p class="small"><?php echo esc_html( $info_description2 ); ?></p>
34
  </div>
35
  </div>
36
  <div class="col-md-4">
37
  <div class="features-list-item third wow fadeInUp" data-wow-delay="0.3s">
38
  <span class="icon"><i class="fa <?php echo esc_attr( $info_icons3 ); ?>"></i></span>
39
  <h4><?php echo esc_html( $info_title3 ); ?></h4>
40
- <p class="small"><?php echo esc_html( $info_description3 ); ?></p>
41
  </div>
42
  </div>
43
  </div>
23
  <div class="features-list-item first wow fadeInUp" data-wow-delay="0.1s">
24
  <span class="icon"><i class="fa <?php echo esc_attr( $info_icons ); ?>"></i></span>
25
  <h4><?php echo esc_html( $info_title ); ?></h4>
26
+ <p class="small"><?php echo wp_kses_post( $info_description ); ?></p>
27
  </div>
28
  </div>
29
  <div class="col-md-4 mb-md-0 mb-3">
30
  <div class="features-list-item second wow fadeInUp" data-wow-delay="0.2s">
31
  <span class="icon"><i class="fa <?php echo esc_attr( $info_icons2 ); ?>"></i></span>
32
  <h4><?php echo esc_html( $info_title2 ); ?></h4>
33
+ <p class="small"><?php echo wp_kses_post( $info_description2 ); ?></p>
34
  </div>
35
  </div>
36
  <div class="col-md-4">
37
  <div class="features-list-item third wow fadeInUp" data-wow-delay="0.3s">
38
  <span class="icon"><i class="fa <?php echo esc_attr( $info_icons3 ); ?>"></i></span>
39
  <h4><?php echo esc_html( $info_title3 ); ?></h4>
40
+ <p class="small"><?php echo wp_kses_post( $info_description3 ); ?></p>
41
  </div>
42
  </div>
43
  </div>
readme.txt CHANGED
@@ -31,6 +31,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
31
 
32
 
33
  == Changelog ==
 
 
 
34
  = 1.1.24 =
35
  * Change Upgrade to Pro Links According to Themes
36
 
31
 
32
 
33
  == Changelog ==
34
+ = 1.1.25 =
35
+ * Added Link Support in Info Section
36
+
37
  = 1.1.24 =
38
  * Change Upgrade to Pro Links According to Themes
39