Version Description
- ColorPress Theme Files Added
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 11.9 |
Comparing to | |
See all releases |
Code changes from version 11.8 to 11.9
- clever-fox.php +1 -1
- inc/cleverfox-activator.php +1 -1
- inc/colorpress/images/logo.png +0 -0
- inc/gradiant/default-pages/upload-media.php +3 -0
- 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: 11.
|
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: 11.9
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/cleverfox-activator.php
CHANGED
@@ -137,7 +137,7 @@ class Cleverfox_Activator {
|
|
137 |
require CLEVERFOX_PLUGIN_DIR . 'inc/boostify/default-widgets/default-widget.php';
|
138 |
}
|
139 |
|
140 |
-
if ( 'Gradiant' == $theme->name || 'Comoxa' == $theme->name){
|
141 |
require CLEVERFOX_PLUGIN_DIR . 'inc/gradiant/default-pages/upload-media.php';
|
142 |
require CLEVERFOX_PLUGIN_DIR . 'inc/gradiant/default-pages/home-page.php';
|
143 |
require CLEVERFOX_PLUGIN_DIR . 'inc/gradiant/default-widgets/default-widget.php';
|
137 |
require CLEVERFOX_PLUGIN_DIR . 'inc/boostify/default-widgets/default-widget.php';
|
138 |
}
|
139 |
|
140 |
+
if ( 'Gradiant' == $theme->name || 'Comoxa' == $theme->name || 'ColorPress' == $theme->name){
|
141 |
require CLEVERFOX_PLUGIN_DIR . 'inc/gradiant/default-pages/upload-media.php';
|
142 |
require CLEVERFOX_PLUGIN_DIR . 'inc/gradiant/default-pages/home-page.php';
|
143 |
require CLEVERFOX_PLUGIN_DIR . 'inc/gradiant/default-widgets/default-widget.php';
|
inc/colorpress/images/logo.png
ADDED
Binary file
|
inc/gradiant/default-pages/upload-media.php
CHANGED
@@ -3,6 +3,9 @@ $theme = wp_get_theme(); // gets the current theme
|
|
3 |
if( 'Comoxa' == $theme->name){
|
4 |
$file = CLEVERFOX_PLUGIN_URL .'inc/comoxa/images/logo.png';
|
5 |
$ImagePath = CLEVERFOX_PLUGIN_URL .'inc/comoxa/images';
|
|
|
|
|
|
|
6 |
}else{
|
7 |
$file = CLEVERFOX_PLUGIN_URL .'inc/gradiant/images/logo.png';
|
8 |
$ImagePath = CLEVERFOX_PLUGIN_URL .'inc/gradiant/images';
|
3 |
if( 'Comoxa' == $theme->name){
|
4 |
$file = CLEVERFOX_PLUGIN_URL .'inc/comoxa/images/logo.png';
|
5 |
$ImagePath = CLEVERFOX_PLUGIN_URL .'inc/comoxa/images';
|
6 |
+
}elseif('ColorPress' == $theme->name){
|
7 |
+
$file = CLEVERFOX_PLUGIN_URL .'inc/colorpress/images/logo.png';
|
8 |
+
$ImagePath = CLEVERFOX_PLUGIN_URL .'inc/colorpress/images';
|
9 |
}else{
|
10 |
$file = CLEVERFOX_PLUGIN_URL .'inc/gradiant/images/logo.png';
|
11 |
$ImagePath = CLEVERFOX_PLUGIN_URL .'inc/gradiant/images';
|
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: 11.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -128,6 +128,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
131 |
= 11.8 =
|
132 |
* ColorPress Theme Files Added
|
133 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 11.9
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 11.9 =
|
132 |
+
* ColorPress Theme Files Added
|
133 |
+
|
134 |
= 11.8 =
|
135 |
* ColorPress Theme Files Added
|
136 |
|