Version Description
- Fixed Escaping Issue in Azwa Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 13.3 |
Comparing to | |
See all releases |
Code changes from version 13.2 to 13.3
- clever-fox.php +1 -1
- inc/azwa/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: 13.
|
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: 13.3
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/azwa/sections/section-service.php
CHANGED
@@ -63,7 +63,7 @@ if($hide_show_service == '1') {?>
|
|
63 |
<p><?php echo esc_html( $text ); ?></p>
|
64 |
</div>
|
65 |
<?php if ( ! empty( $text2 ) ) : ?>
|
66 |
-
<div class="item-btn"><a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo $text2 ?><i class="fa fa-arrow-right"></i></a></div>
|
67 |
<?php endif; ?>
|
68 |
</div>
|
69 |
</div>
|
@@ -78,7 +78,7 @@ if($hide_show_service == '1') {?>
|
|
78 |
</div>
|
79 |
<?php if ( ! empty( $text2 ) ) : ?>
|
80 |
<div class="item-btn">
|
81 |
-
<a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo $text2 ?><i class="fa fa-arrow-right"></i></a>
|
82 |
</div>
|
83 |
<?php endif; ?>
|
84 |
</div>
|
63 |
<p><?php echo esc_html( $text ); ?></p>
|
64 |
</div>
|
65 |
<?php if ( ! empty( $text2 ) ) : ?>
|
66 |
+
<div class="item-btn"><a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo esc_html($text2); ?><i class="fa fa-arrow-right"></i></a></div>
|
67 |
<?php endif; ?>
|
68 |
</div>
|
69 |
</div>
|
78 |
</div>
|
79 |
<?php if ( ! empty( $text2 ) ) : ?>
|
80 |
<div class="item-btn">
|
81 |
+
<a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo esc_html($text2); ?><i class="fa fa-arrow-right"></i></a>
|
82 |
</div>
|
83 |
<?php endif; ?>
|
84 |
</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: 13.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -133,6 +133,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
133 |
|
134 |
== Changelog ==
|
135 |
|
|
|
|
|
|
|
136 |
= 13.2 =
|
137 |
* Fixed Escaping Issue in Ameya Theme
|
138 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 13.3
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
133 |
|
134 |
== Changelog ==
|
135 |
|
136 |
+
= 13.3 =
|
137 |
+
* Fixed Escaping Issue in Azwa Theme
|
138 |
+
|
139 |
= 13.2 =
|
140 |
* Fixed Escaping Issue in Ameya Theme
|
141 |
|