Version Description
- Axtria Theme Name Changed to Axtia
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 8.5 |
Comparing to | |
See all releases |
Code changes from version 8.4 to 8.5
- clever-fox.php +2 -2
- inc/axtria/images/logo-2.png +0 -0
- inc/axtria/images/logo.png +0 -0
- inc/cleverfox-activator.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: 8.
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
@@ -92,7 +92,7 @@ function cleverfox_activate() {
|
|
92 |
require_once('inc/fiona-news/fiona-news.php');
|
93 |
}
|
94 |
|
95 |
-
if( '
|
96 |
require_once('inc/axtria/axtria.php');
|
97 |
}
|
98 |
|
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: 8.5
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
92 |
require_once('inc/fiona-news/fiona-news.php');
|
93 |
}
|
94 |
|
95 |
+
if( 'Axtia' == $theme->name){
|
96 |
require_once('inc/axtria/axtria.php');
|
97 |
}
|
98 |
|
inc/axtria/images/logo-2.png
CHANGED
Binary file
|
inc/axtria/images/logo.png
CHANGED
Binary file
|
inc/cleverfox-activator.php
CHANGED
@@ -88,7 +88,7 @@ class Cleverfox_Activator {
|
|
88 |
require CLEVERFOX_PLUGIN_DIR . 'inc/avail/default-widgets/default-widget.php';
|
89 |
}
|
90 |
|
91 |
-
if ( '
|
92 |
require CLEVERFOX_PLUGIN_DIR . 'inc/axtria/default-pages/upload-media.php';
|
93 |
require CLEVERFOX_PLUGIN_DIR . 'inc/axtria/default-pages/home-page.php';
|
94 |
require CLEVERFOX_PLUGIN_DIR . 'inc/axtria/default-widgets/default-widget.php';
|
88 |
require CLEVERFOX_PLUGIN_DIR . 'inc/avail/default-widgets/default-widget.php';
|
89 |
}
|
90 |
|
91 |
+
if ( 'Axtia' == $theme->name){
|
92 |
require CLEVERFOX_PLUGIN_DIR . 'inc/axtria/default-pages/upload-media.php';
|
93 |
require CLEVERFOX_PLUGIN_DIR . 'inc/axtria/default-pages/home-page.php';
|
94 |
require CLEVERFOX_PLUGIN_DIR . 'inc/axtria/default-widgets/default-widget.php';
|
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.8
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 8.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -110,6 +110,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= 8.4 =
|
114 |
* Text Domain Updated in Metasoft Theme
|
115 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 8.5
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
110 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= 8.5 =
|
114 |
+
* Axtria Theme Name Changed to Axtia
|
115 |
+
|
116 |
= 8.4 =
|
117 |
* Text Domain Updated in Metasoft Theme
|
118 |
|