Version Description
- Avril Theme Sainitization Function Changed in Info Section
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 10.8 |
Comparing to | |
See all releases |
Code changes from version 10.7 to 10.8
- clever-fox.php +1 -1
- inc/avril/features/avril-info.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: 10.
|
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: 10.8
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/avril/features/avril-info.php
CHANGED
@@ -102,7 +102,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
102 |
array(
|
103 |
'default' => __('Opening Hours','clever-fox'),
|
104 |
'capability' => 'edit_theme_options',
|
105 |
-
'sanitize_callback' => '
|
106 |
'transport' => $selective_refresh,
|
107 |
'priority' => 6,
|
108 |
)
|
@@ -124,7 +124,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
124 |
array(
|
125 |
'default' => __('Monday-Friday: 09:00-22:00','clever-fox'),
|
126 |
'capability' => 'edit_theme_options',
|
127 |
-
'sanitize_callback' => '
|
128 |
'transport' => $selective_refresh,
|
129 |
'priority' => 7,
|
130 |
)
|
@@ -209,7 +209,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
209 |
array(
|
210 |
'default' => __('Our Location','clever-fox'),
|
211 |
'capability' => 'edit_theme_options',
|
212 |
-
'sanitize_callback' => '
|
213 |
'transport' => $selective_refresh,
|
214 |
'priority' => 14,
|
215 |
)
|
@@ -231,7 +231,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
231 |
array(
|
232 |
'default' => __('California Floor, USA 1208','clever-fox'),
|
233 |
'capability' => 'edit_theme_options',
|
234 |
-
'sanitize_callback' => '
|
235 |
'transport' => $selective_refresh,
|
236 |
'priority' => 15,
|
237 |
)
|
@@ -316,7 +316,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
316 |
array(
|
317 |
'default' => __('Booking Now','clever-fox'),
|
318 |
'capability' => 'edit_theme_options',
|
319 |
-
'sanitize_callback' => '
|
320 |
'transport' => $selective_refresh,
|
321 |
'priority' => 24,
|
322 |
)
|
@@ -338,7 +338,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
338 |
array(
|
339 |
'default' => __('+00-245-152-5500','clever-fox'),
|
340 |
'capability' => 'edit_theme_options',
|
341 |
-
'sanitize_callback' => '
|
342 |
'transport' => $selective_refresh,
|
343 |
'priority' => 25,
|
344 |
)
|
102 |
array(
|
103 |
'default' => __('Opening Hours','clever-fox'),
|
104 |
'capability' => 'edit_theme_options',
|
105 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
106 |
'transport' => $selective_refresh,
|
107 |
'priority' => 6,
|
108 |
)
|
124 |
array(
|
125 |
'default' => __('Monday-Friday: 09:00-22:00','clever-fox'),
|
126 |
'capability' => 'edit_theme_options',
|
127 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
128 |
'transport' => $selective_refresh,
|
129 |
'priority' => 7,
|
130 |
)
|
209 |
array(
|
210 |
'default' => __('Our Location','clever-fox'),
|
211 |
'capability' => 'edit_theme_options',
|
212 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
213 |
'transport' => $selective_refresh,
|
214 |
'priority' => 14,
|
215 |
)
|
231 |
array(
|
232 |
'default' => __('California Floor, USA 1208','clever-fox'),
|
233 |
'capability' => 'edit_theme_options',
|
234 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
235 |
'transport' => $selective_refresh,
|
236 |
'priority' => 15,
|
237 |
)
|
316 |
array(
|
317 |
'default' => __('Booking Now','clever-fox'),
|
318 |
'capability' => 'edit_theme_options',
|
319 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
320 |
'transport' => $selective_refresh,
|
321 |
'priority' => 24,
|
322 |
)
|
338 |
array(
|
339 |
'default' => __('+00-245-152-5500','clever-fox'),
|
340 |
'capability' => 'edit_theme_options',
|
341 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
342 |
'transport' => $selective_refresh,
|
343 |
'priority' => 25,
|
344 |
)
|
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: 10.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -126,6 +126,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
126 |
|
127 |
== Changelog ==
|
128 |
|
|
|
|
|
|
|
129 |
= 10.7 =
|
130 |
* Readme Updated
|
131 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 10.8
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
126 |
|
127 |
== Changelog ==
|
128 |
|
129 |
+
= 10.8 =
|
130 |
+
* Avril Theme Sainitization Function Changed in Info Section
|
131 |
+
|
132 |
= 10.7 =
|
133 |
* Readme Updated
|
134 |
|