Version Description
- Tested With WordPress 5.9
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 9.7 |
Comparing to | |
See all releases |
Code changes from version 9.6 to 9.7
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: 9.
|
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: 9.7
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/custom-controls/controls/range-validator/assets/css/range-control.css
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
|
12 |
.cleverfox-range-slider-range {
|
13 |
-webkit-appearance: none;
|
14 |
-
width: calc(100% - (100px));
|
15 |
height: 6px;
|
16 |
border-radius: 5px;
|
17 |
background: #d7dcdf;
|
11 |
|
12 |
.cleverfox-range-slider-range {
|
13 |
-webkit-appearance: none;
|
14 |
+
width: calc(100% - (100px)) !important;
|
15 |
height: 6px;
|
16 |
border-radius: 5px;
|
17 |
background: #d7dcdf;
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: nayrathemes
|
3 |
Tags: homepage, companion, demo, sections, customizer, widget, settings
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 9.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -114,6 +114,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
= 9.6 =
|
118 |
* Copyright Year Updated
|
119 |
|
2 |
Contributors: nayrathemes
|
3 |
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: 9.7
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= 9.7 =
|
118 |
+
* Tested With WordPress 5.9
|
119 |
+
|
120 |
= 9.6 =
|
121 |
* Copyright Year Updated
|
122 |
|