Version Description
- Fixed Esacping Issues in Conceptly Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 11.4 |
Comparing to | |
See all releases |
Code changes from version 11.3 to 11.4
- clever-fox.php +1 -1
- inc/conceptly/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: 11.
|
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: 11.4
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/conceptly/sections/section-flash.php
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
<div class="spin-circle"></div>
|
26 |
</div>
|
27 |
<div class="text-center text-md-left">
|
28 |
-
<h5><?php echo
|
29 |
-
<p class="info-first-desc"><?php echo
|
30 |
</div>
|
31 |
</div>
|
32 |
</div>
|
@@ -37,8 +37,8 @@
|
|
37 |
<div class="spin-circle"></div>
|
38 |
</div>
|
39 |
<div class="text-center text-md-left">
|
40 |
-
<h5><?php echo
|
41 |
-
<p class="info-second-desc"><?php echo
|
42 |
</div>
|
43 |
</div>
|
44 |
</div>
|
@@ -49,8 +49,8 @@
|
|
49 |
<div class="spin-circle"></div>
|
50 |
</div>
|
51 |
<div class="text-center text-md-left">
|
52 |
-
<h5><?php echo
|
53 |
-
<p class="info-third-desc"><?php echo
|
54 |
</div>
|
55 |
</div>
|
56 |
</div>
|
25 |
<div class="spin-circle"></div>
|
26 |
</div>
|
27 |
<div class="text-center text-md-left">
|
28 |
+
<h5><?php echo wp_kses_post( $info_title ); ?></h5>
|
29 |
+
<p class="info-first-desc"><?php echo wp_kses_post( $info_description );?></p>
|
30 |
</div>
|
31 |
</div>
|
32 |
</div>
|
37 |
<div class="spin-circle"></div>
|
38 |
</div>
|
39 |
<div class="text-center text-md-left">
|
40 |
+
<h5><?php echo wp_kses_post( $info_title2 ); ?></h5>
|
41 |
+
<p class="info-second-desc"><?php echo wp_kses_post( $info_description2 );?></p>
|
42 |
</div>
|
43 |
</div>
|
44 |
</div>
|
49 |
<div class="spin-circle"></div>
|
50 |
</div>
|
51 |
<div class="text-center text-md-left">
|
52 |
+
<h5><?php echo wp_kses_post( $info_title3 ); ?></h5>
|
53 |
+
<p class="info-third-desc"><?php echo wp_kses_post( $info_description3 );?></p>
|
54 |
</div>
|
55 |
</div>
|
56 |
</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: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 11.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -128,6 +128,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
131 |
= 11.3 =
|
132 |
* Readme Updated
|
133 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 11.4
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 11.4 =
|
132 |
+
* Fixed Esacping Issues in Conceptly Theme
|
133 |
+
|
134 |
= 11.3 =
|
135 |
* Readme Updated
|
136 |
|