Version Description
- Fixed Escaping Issue in Techine Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 12.7 |
Comparing to | |
See all releases |
Code changes from version 12.6 to 12.7
- clever-fox.php +1 -1
- inc/techine/sections/section-flash.php +6 -6
- 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: 12.
|
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: 12.7
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/techine/sections/section-flash.php
CHANGED
@@ -24,8 +24,8 @@
|
|
24 |
<i class="fa <?php echo esc_attr($infos_first_icon_setting);?>"></i>
|
25 |
</div>
|
26 |
<div class="text-center text-md-center">
|
27 |
-
<h5><?php echo
|
28 |
-
<p class="info-first-desc"><?php echo
|
29 |
</div>
|
30 |
</div>
|
31 |
</div>
|
@@ -35,8 +35,8 @@
|
|
35 |
<i class="fa <?php echo esc_attr($infos_second_icon_setting);?>"></i>
|
36 |
</div>
|
37 |
<div class="text-center text-md-center">
|
38 |
-
<h5><?php echo
|
39 |
-
<p class="info-second-desc"><?php echo
|
40 |
</div>
|
41 |
</div>
|
42 |
</div>
|
@@ -46,8 +46,8 @@
|
|
46 |
<i class="fa <?php echo esc_attr($infos_third_icon_setting);?>"></i>
|
47 |
</div>
|
48 |
<div class="text-center text-md-center">
|
49 |
-
<h5><?php echo
|
50 |
-
<p class="info-third-desc"><?php echo
|
51 |
</div>
|
52 |
</div>
|
53 |
</div>
|
24 |
<i class="fa <?php echo esc_attr($infos_first_icon_setting);?>"></i>
|
25 |
</div>
|
26 |
<div class="text-center text-md-center">
|
27 |
+
<h5><?php echo wp_kses_post( $info_title ); ?></h5>
|
28 |
+
<p class="info-first-desc"><?php echo wp_kses_post( $info_description );?></p>
|
29 |
</div>
|
30 |
</div>
|
31 |
</div>
|
35 |
<i class="fa <?php echo esc_attr($infos_second_icon_setting);?>"></i>
|
36 |
</div>
|
37 |
<div class="text-center text-md-center">
|
38 |
+
<h5><?php echo wp_kses_post( $info_title2 ); ?></h5>
|
39 |
+
<p class="info-second-desc"><?php echo wp_kses_post( $info_description2 );?></p>
|
40 |
</div>
|
41 |
</div>
|
42 |
</div>
|
46 |
<i class="fa <?php echo esc_attr($infos_third_icon_setting);?>"></i>
|
47 |
</div>
|
48 |
<div class="text-center text-md-center">
|
49 |
+
<h5><?php echo wp_kses_post( $info_title3 ); ?></h5>
|
50 |
+
<p class="info-third-desc"><?php echo wp_kses_post( $info_description3 );?></p>
|
51 |
</div>
|
52 |
</div>
|
53 |
</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: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 12.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -131,6 +131,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
131 |
|
132 |
== Changelog ==
|
133 |
|
|
|
|
|
|
|
134 |
= 12.6 =
|
135 |
* Fixed Sainitization Issue in Conceptly Theme
|
136 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 12.7
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
131 |
|
132 |
== Changelog ==
|
133 |
|
134 |
+
= 12.7 =
|
135 |
+
* Fixed Escaping Issue in Techine Theme
|
136 |
+
|
137 |
= 12.6 =
|
138 |
* Fixed Sainitization Issue in Conceptly Theme
|
139 |
|