Version Description
- Avril Theme Sainitization Issues Fixed
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 10.1 |
Comparing to | |
See all releases |
Code changes from version 10.0 to 10.1
- clever-fox.php +1 -1
- inc/avril/features/avril-cta.php +1 -1
- inc/avril/features/avril-features.php +1 -1
- inc/avril/features/avril-service.php +1 -1
- 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.1
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/avril/features/avril-cta.php
CHANGED
@@ -96,7 +96,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
96 |
array(
|
97 |
'default' => __('There are many variations of passages of lorem Ipsum available, but the majority','clever-fox'),
|
98 |
'capability' => 'edit_theme_options',
|
99 |
-
'sanitize_callback' => '
|
100 |
'transport' => $selective_refresh,
|
101 |
'priority' => 6,
|
102 |
)
|
96 |
array(
|
97 |
'default' => __('There are many variations of passages of lorem Ipsum available, but the majority','clever-fox'),
|
98 |
'capability' => 'edit_theme_options',
|
99 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
100 |
'transport' => $selective_refresh,
|
101 |
'priority' => 6,
|
102 |
)
|
inc/avril/features/avril-features.php
CHANGED
@@ -117,7 +117,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
117 |
array(
|
118 |
'default' => __('Lorem Ipsum is simply dummy of printing and typesetting and industry. Lorem Ipsum been.','clever-fox'),
|
119 |
'capability' => 'edit_theme_options',
|
120 |
-
'sanitize_callback' => '
|
121 |
'transport' => $selective_refresh,
|
122 |
'priority' => 6,
|
123 |
)
|
117 |
array(
|
118 |
'default' => __('Lorem Ipsum is simply dummy of printing and typesetting and industry. Lorem Ipsum been.','clever-fox'),
|
119 |
'capability' => 'edit_theme_options',
|
120 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
121 |
'transport' => $selective_refresh,
|
122 |
'priority' => 6,
|
123 |
)
|
inc/avril/features/avril-service.php
CHANGED
@@ -117,7 +117,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
117 |
array(
|
118 |
'default' => __('Lorem Ipsum is simply dummy of printing and typesetting and industry. Lorem Ipsum been.','clever-fox'),
|
119 |
'capability' => 'edit_theme_options',
|
120 |
-
'sanitize_callback' => '
|
121 |
'transport' => $selective_refresh,
|
122 |
'priority' => 6,
|
123 |
)
|
117 |
array(
|
118 |
'default' => __('Lorem Ipsum is simply dummy of printing and typesetting and industry. Lorem Ipsum been.','clever-fox'),
|
119 |
'capability' => 'edit_theme_options',
|
120 |
+
'sanitize_callback' => 'avril_sanitize_html',
|
121 |
'transport' => $selective_refresh,
|
122 |
'priority' => 6,
|
123 |
)
|
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 |
|
@@ -114,6 +114,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
= 10.0 =
|
118 |
* Aviser Theme Upsale Links Added
|
119 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 10.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= 10.1 =
|
118 |
+
* Avril Theme Sainitization Issues Fixed
|
119 |
+
|
120 |
= 10.0 =
|
121 |
* Aviser Theme Upsale Links Added
|
122 |
|