Version Description
- Tested With WordPress 5.2.1
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- clever-fox.php +2 -8
- readme.txt +4 -1
clever-fox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Clever Fox
|
4 |
Plugin URI:
|
5 |
Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
|
6 |
-
Version: 1.0.
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
@@ -52,16 +52,10 @@ $item_details_page = get_option('item_details_page');
|
|
52 |
update_option( 'item_details_page', 'Done' );
|
53 |
}
|
54 |
}
|
55 |
-
//
|
56 |
function cleverfox_startkit_home_page_sanitize_text( $input ) {
|
57 |
|
58 |
return wp_kses_post( force_balance_tags( $input ) );
|
59 |
|
60 |
-
}
|
61 |
-
|
62 |
-
function cleverfox_innofit_home_page_sanitize_text( $input ) {
|
63 |
-
|
64 |
-
return wp_kses_post( force_balance_tags( $input ) );
|
65 |
-
|
66 |
}
|
67 |
?>
|
3 |
Plugin Name: Clever Fox
|
4 |
Plugin URI:
|
5 |
Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
|
6 |
+
Version: 1.0.8
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
52 |
update_option( 'item_details_page', 'Done' );
|
53 |
}
|
54 |
}
|
55 |
+
//Sainitize text
|
56 |
function cleverfox_startkit_home_page_sanitize_text( $input ) {
|
57 |
|
58 |
return wp_kses_post( force_balance_tags( $input ) );
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
}
|
61 |
?>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Contributors: nayrathemes
|
4 |
Tags: startkit, section
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to:
|
7 |
License: GPLv3 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
9 |
|
@@ -31,6 +31,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
31 |
|
32 |
|
33 |
== Changelog ==
|
|
|
|
|
|
|
34 |
= 1.0.7 =
|
35 |
* resolve some bugs
|
36 |
|
3 |
Contributors: nayrathemes
|
4 |
Tags: startkit, section
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.2.1
|
7 |
License: GPLv3 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
9 |
|
31 |
|
32 |
|
33 |
== Changelog ==
|
34 |
+
= 1.0.8 =
|
35 |
+
* Tested With WordPress 5.2.1
|
36 |
+
|
37 |
= 1.0.7 =
|
38 |
* resolve some bugs
|
39 |
|