Version Description
- Fixed Sainitization Issue in Conceptly Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 15.0 |
Comparing to | |
See all releases |
Code changes from version 14.9 to 15.0
- clever-fox.php +1 -1
- inc/conceptly/features/conceptly-call-to-action.php +2 -2
- 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:
|
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: 15.0
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/conceptly/features/conceptly-call-to-action.php
CHANGED
@@ -130,7 +130,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
130 |
'cta_icon',
|
131 |
array(
|
132 |
'default' => __('fa-shopping-cart','clever-fox'),
|
133 |
-
'sanitize_callback' => '
|
134 |
'capability' => 'edit_theme_options',
|
135 |
'transport' => $selective_refresh,
|
136 |
'priority' => 8,
|
@@ -152,7 +152,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
152 |
array(
|
153 |
'default' => __('Purchase Now','clever-fox'),
|
154 |
'capability' => 'edit_theme_options',
|
155 |
-
'sanitize_callback' => '
|
156 |
'transport' => $selective_refresh,
|
157 |
'priority' => 9,
|
158 |
)
|
130 |
'cta_icon',
|
131 |
array(
|
132 |
'default' => __('fa-shopping-cart','clever-fox'),
|
133 |
+
'sanitize_callback' => 'conceptly_sanitize_html',
|
134 |
'capability' => 'edit_theme_options',
|
135 |
'transport' => $selective_refresh,
|
136 |
'priority' => 8,
|
152 |
array(
|
153 |
'default' => __('Purchase Now','clever-fox'),
|
154 |
'capability' => 'edit_theme_options',
|
155 |
+
'sanitize_callback' => 'conceptly_sanitize_html',
|
156 |
'transport' => $selective_refresh,
|
157 |
'priority' => 9,
|
158 |
)
|
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:
|
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.9 =
|
140 |
* Fixed Sainitization Issue in Conceptly Theme
|
141 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 15.0
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
136 |
|
137 |
== Changelog ==
|
138 |
|
139 |
+
= 15.0 =
|
140 |
+
* Fixed Sainitization Issue in Conceptly Theme
|
141 |
+
|
142 |
= 14.9 =
|
143 |
* Fixed Sainitization Issue in Conceptly Theme
|
144 |
|