Version Description
- StartKit Service Settings Code Improved
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 6.1 |
Comparing to | |
See all releases |
Code changes from version 6.0 to 6.1
- clever-fox.php +1 -1
- inc/startkit/features/section-service.php +0 -3
- 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 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
|
6 |
-
Version: 6.
|
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 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
|
6 |
+
Version: 6.1
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/startkit/features/section-service.php
CHANGED
@@ -48,7 +48,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
48 |
array(
|
49 |
'label' => esc_html__( 'Hide / Show Section', 'clever-fox' ),
|
50 |
'section' => 'service_setting',
|
51 |
-
'settings' => 'hide_show_service',
|
52 |
'type' => 'ios', // light, ios, flat
|
53 |
)
|
54 |
));
|
@@ -89,7 +88,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
89 |
array(
|
90 |
'label' => __('Title','clever-fox'),
|
91 |
'section' => 'service_setting',
|
92 |
-
'settings' => 'service_title',
|
93 |
'type' => 'text',
|
94 |
)
|
95 |
);
|
@@ -131,7 +129,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
131 |
array(
|
132 |
'label' => __('Description','clever-fox'),
|
133 |
'section' => 'service_setting',
|
134 |
-
'settings' => 'service_description',
|
135 |
'type' => 'textarea',
|
136 |
)
|
137 |
);
|
48 |
array(
|
49 |
'label' => esc_html__( 'Hide / Show Section', 'clever-fox' ),
|
50 |
'section' => 'service_setting',
|
|
|
51 |
'type' => 'ios', // light, ios, flat
|
52 |
)
|
53 |
));
|
88 |
array(
|
89 |
'label' => __('Title','clever-fox'),
|
90 |
'section' => 'service_setting',
|
|
|
91 |
'type' => 'text',
|
92 |
)
|
93 |
);
|
129 |
array(
|
130 |
'label' => __('Description','clever-fox'),
|
131 |
'section' => 'service_setting',
|
|
|
132 |
'type' => 'textarea',
|
133 |
)
|
134 |
);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: demo, sections, customizer, widget, settings
|
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 6.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -97,6 +97,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
100 |
= 6.0 =
|
101 |
* Belltech Upsale Links Added
|
102 |
* Readme Updated
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 6.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 6.1 =
|
101 |
+
* StartKit Service Settings Code Improved
|
102 |
+
|
103 |
= 6.0 =
|
104 |
* Belltech Upsale Links Added
|
105 |
* Readme Updated
|