Version Description
- Fixed Sainitization Issue in Conceptly Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 12.6 |
Comparing to | |
See all releases |
Code changes from version 12.5 to 12.6
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: 12.
|
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: 12.6
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/conceptly/features/conceptly-call-to-action.php
CHANGED
@@ -106,7 +106,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
106 |
array(
|
107 |
'default' => __('Get in touch with us and send some basic info for a quick quote','clever-fox'),
|
108 |
'capability' => 'edit_theme_options',
|
109 |
-
'sanitize_callback' => '
|
110 |
'transport' => $selective_refresh,
|
111 |
'priority' => 7,
|
112 |
)
|
106 |
array(
|
107 |
'default' => __('Get in touch with us and send some basic info for a quick quote','clever-fox'),
|
108 |
'capability' => 'edit_theme_options',
|
109 |
+
'sanitize_callback' => 'conceptly_sanitize_html',
|
110 |
'transport' => $selective_refresh,
|
111 |
'priority' => 7,
|
112 |
)
|
inc/conceptly/features/conceptly-features.php
CHANGED
@@ -102,7 +102,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
102 |
array(
|
103 |
'default' => __('There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some form by injected humour.','clever-fox'),
|
104 |
'capability' => 'edit_theme_options',
|
105 |
-
'sanitize_callback' => '
|
106 |
'transport' => $selective_refresh,
|
107 |
'priority' => 7,
|
108 |
)
|
102 |
array(
|
103 |
'default' => __('There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some form by injected humour.','clever-fox'),
|
104 |
'capability' => 'edit_theme_options',
|
105 |
+
'sanitize_callback' => 'conceptly_sanitize_html',
|
106 |
'transport' => $selective_refresh,
|
107 |
'priority' => 7,
|
108 |
)
|
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: 12.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -131,6 +131,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
131 |
|
132 |
== Changelog ==
|
133 |
|
|
|
|
|
|
|
134 |
= 12.5 =
|
135 |
* Fixed Escaping Issue in Conceptly Theme
|
136 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 12.6
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
131 |
|
132 |
== Changelog ==
|
133 |
|
134 |
+
= 12.6 =
|
135 |
+
* Fixed Sainitization Issue in Conceptly Theme
|
136 |
+
|
137 |
= 12.5 =
|
138 |
* Fixed Escaping Issue in Conceptly Theme
|
139 |
|