Version Description
- Fixed Escaping Issue in Conceptly Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 12.4 |
Comparing to | |
See all releases |
Code changes from version 12.3 to 12.4
- clever-fox.php +1 -1
- inc/conceptly/sections/section-service.php +2 -2
- 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.4
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/conceptly/sections/section-service.php
CHANGED
@@ -52,7 +52,7 @@ if($hide_show_service == '1') {?>
|
|
52 |
<figcaption>
|
53 |
<div class="inner-text">
|
54 |
<div class="service-icon">
|
55 |
-
<i class="fa <?php echo
|
56 |
</div>
|
57 |
<?php if ( ! empty( $title ) ) : ?>
|
58 |
<h3><?php echo esc_html( $title ); ?> <br> <?php echo esc_html( $subtitle ); ?> </h3>
|
@@ -60,7 +60,7 @@ if($hide_show_service == '1') {?>
|
|
60 |
<div class="devider"></div>
|
61 |
<p><?php echo esc_html( $text ); ?></p>
|
62 |
<?php if ( ! empty( $text2 ) ) : ?>
|
63 |
-
<a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo $text2 ?><i class="fa fa-arrow-right"></i></a>
|
64 |
<?php endif; ?>
|
65 |
</div>
|
66 |
</figcaption>
|
52 |
<figcaption>
|
53 |
<div class="inner-text">
|
54 |
<div class="service-icon">
|
55 |
+
<i class="fa <?php echo esc_attr( $icon ); ?>"></i>
|
56 |
</div>
|
57 |
<?php if ( ! empty( $title ) ) : ?>
|
58 |
<h3><?php echo esc_html( $title ); ?> <br> <?php echo esc_html( $subtitle ); ?> </h3>
|
60 |
<div class="devider"></div>
|
61 |
<p><?php echo esc_html( $text ); ?></p>
|
62 |
<?php if ( ! empty( $text2 ) ) : ?>
|
63 |
+
<a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo esc_html($text2); ?><i class="fa fa-arrow-right"></i></a>
|
64 |
<?php endif; ?>
|
65 |
</div>
|
66 |
</figcaption>
|
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.3 =
|
135 |
* Readme Updated
|
136 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 12.4
|
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.4 =
|
135 |
+
* Fixed Escaping Issue in Conceptly Theme
|
136 |
+
|
137 |
= 12.3 =
|
138 |
* Readme Updated
|
139 |
|