Version Description
- Avril Theme Service Section Functionality Improved
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 3.4 |
Comparing to | |
See all releases |
Code changes from version 3.3 to 3.4
- clever-fox.php +1 -1
- inc/avril/sections/section-service.php +1 -1
- readme.txt +3 -0
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 WordPress themes made by Nayra Themes. Main motive behind this plugin is to boost up functionality of Nayra themes and focus on a smooth user experience. Clever Fox contains all features which are required to create a complete website. Clever Fox comes with everything you could ever need to build an amazing website that is suitable for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, WooCommerce Websites. You can see below listed free themes.
|
6 |
-
Version: 3.
|
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 WordPress themes made by Nayra Themes. Main motive behind this plugin is to boost up functionality of Nayra themes and focus on a smooth user experience. Clever Fox contains all features which are required to create a complete website. Clever Fox comes with everything you could ever need to build an amazing website that is suitable for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, WooCommerce Websites. You can see below listed free themes.
|
6 |
+
Version: 3.4
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/avril/sections/section-service.php
CHANGED
@@ -49,7 +49,7 @@ if($hs_service == '1') {
|
|
49 |
<?php if ( ! empty( $text ) ) : ?>
|
50 |
<p><?php echo esc_html( $text ); ?></p>
|
51 |
<?php endif; ?>
|
52 |
-
<a href="
|
53 |
</div>
|
54 |
</div>
|
55 |
</div>
|
49 |
<?php if ( ! empty( $text ) ) : ?>
|
50 |
<p><?php echo esc_html( $text ); ?></p>
|
51 |
<?php endif; ?>
|
52 |
+
<a href="<?php echo esc_url( $avril_serv_link ); ?>"><i class="fa fa-long-arrow-right"></i></a>
|
53 |
</div>
|
54 |
</div>
|
55 |
</div>
|
readme.txt
CHANGED
@@ -84,6 +84,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
84 |
|
85 |
== Changelog ==
|
86 |
|
|
|
|
|
|
|
87 |
= 3.3 =
|
88 |
* Readme Updated
|
89 |
|
84 |
|
85 |
== Changelog ==
|
86 |
|
87 |
+
= 3.4 =
|
88 |
+
* Avril Theme Service Section Functionality Improved
|
89 |
+
|
90 |
= 3.3 =
|
91 |
* Readme Updated
|
92 |
|