Clever Fox - Version 14.9

Version Description

  • Fixed Sainitization Issue in Conceptly Theme
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 14.9
Comparing to
See all releases

Code changes from version 14.8 to 14.9

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: 14.8
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: 14.9
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/conceptly/features/conceptly-header.php CHANGED
@@ -82,7 +82,7 @@ function conceptly_lite_header_setting( $wp_customize ){
82
  'header_phone_number',
83
  array(
84
  'default' => __('+1 514-286-4242','clever-fox'),
85
- 'sanitize_callback' => 'conceptly_sanitize_text',
86
  'capability' => 'edit_theme_options',
87
  'priority' => 4,
88
  )
@@ -166,7 +166,7 @@ function conceptly_lite_header_setting( $wp_customize ){
166
  'header_email',
167
  array(
168
  'default' => __('example@example.com','clever-fox'),
169
- 'sanitize_callback' => 'conceptly_sanitize_text',
170
  'capability' => 'edit_theme_options',
171
  'priority' => 10,
172
  )
@@ -249,7 +249,7 @@ function conceptly_lite_header_setting( $wp_customize ){
249
  'header_faq',
250
  array(
251
  'default' => __('Ask Your Question','clever-fox'),
252
- 'sanitize_callback' => 'conceptly_sanitize_text',
253
  'capability' => 'edit_theme_options',
254
  'priority' => 16,
255
  )
82
  'header_phone_number',
83
  array(
84
  'default' => __('+1 514-286-4242','clever-fox'),
85
+ 'sanitize_callback' => 'conceptly_sanitize_html',
86
  'capability' => 'edit_theme_options',
87
  'priority' => 4,
88
  )
166
  'header_email',
167
  array(
168
  'default' => __('example@example.com','clever-fox'),
169
+ 'sanitize_callback' => 'conceptly_sanitize_html',
170
  'capability' => 'edit_theme_options',
171
  'priority' => 10,
172
  )
249
  'header_faq',
250
  array(
251
  'default' => __('Ask Your Question','clever-fox'),
252
+ 'sanitize_callback' => 'conceptly_sanitize_html',
253
  'capability' => 'edit_theme_options',
254
  'priority' => 16,
255
  )
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: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 14.8
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -136,6 +136,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 14.8 =
140
  * Reduce Eduvert Theme Images Size
141
  * Eduvert Theme Upsale Links Added
4
  Requires at least: 4.0
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 14.9
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
136
 
137
  == Changelog ==
138
 
139
+ = 14.9 =
140
+ * Fixed Sainitization Issue in Conceptly Theme
141
+
142
  = 14.8 =
143
  * Reduce Eduvert Theme Images Size
144
  * Eduvert Theme Upsale Links Added