Version Description
- spicebox plugin issue with chilly theme fixed
Download this release
Release Info
Developer | spicethemes |
Plugin | Spice Box |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- readme.txt +5 -2
- spicebox.php +3 -3
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: spicethemes
|
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
Tested up to: 5.2.3
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -156,4 +156,7 @@ This plugin create repeater controls in the customizer settings allowing you to
|
|
156 |
1. Added SpicePress child theme name.
|
157 |
|
158 |
= 1.1.3 =
|
159 |
-
1. Added Feedback Form for innofit theme.
|
|
|
|
|
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
Tested up to: 5.2.3
|
6 |
+
Stable tag: 1.1.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
156 |
1. Added SpicePress child theme name.
|
157 |
|
158 |
= 1.1.3 =
|
159 |
+
1. Added Feedback Form for innofit theme.
|
160 |
+
|
161 |
+
= 1.1.4 =
|
162 |
+
1. spicebox plugin issue with chilly theme fixed
|
spicebox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
-
Version: 1.1.
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://github.com
|
9 |
Text Domain: spicebox
|
@@ -40,7 +40,7 @@ function spiceb_activate() {
|
|
40 |
require_once('inc/spicepress/features/feature-service-section.php');
|
41 |
require_once('inc/spicepress/features/feature-portfolio-section.php');
|
42 |
require_once('inc/spicepress/features/feature-testimonial-section.php');
|
43 |
-
require_once('inc/spicepress/sections/spicepress-
|
44 |
require_once('inc/spicepress/sections/spicepress-portfolio-section.php');
|
45 |
require_once('inc/spicepress/sections/spicepress-testimonail-section.php');
|
46 |
require_once('inc/spicepress/customizer.php');
|
@@ -226,7 +226,7 @@ endif;
|
|
226 |
|
227 |
|
228 |
|
229 |
-
if ('SpicePress' == $theme->name || 'Rockers' == $theme->name || 'Content' == $theme->name || 'Certify' == $theme->name || 'Stacy' == $theme->name || 'SpicePress Child Theme' == $theme->name || 'SpicePress Child' == $theme->name)
|
230 |
{
|
231 |
add_action( 'switch_theme', 'spicepresstheme_deactivate_message' );
|
232 |
function spicepresstheme_deactivate_message()
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
+
Version: 1.1.4
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://github.com
|
9 |
Text Domain: spicebox
|
40 |
require_once('inc/spicepress/features/feature-service-section.php');
|
41 |
require_once('inc/spicepress/features/feature-portfolio-section.php');
|
42 |
require_once('inc/spicepress/features/feature-testimonial-section.php');
|
43 |
+
require_once('inc/spicepress/sections/spicepress-features-section.php');
|
44 |
require_once('inc/spicepress/sections/spicepress-portfolio-section.php');
|
45 |
require_once('inc/spicepress/sections/spicepress-testimonail-section.php');
|
46 |
require_once('inc/spicepress/customizer.php');
|
226 |
|
227 |
|
228 |
|
229 |
+
if ('SpicePress' == $theme->name || 'Rockers' == $theme->name || 'Content' == $theme->name || 'Certify' == $theme->name || 'Stacy' == $theme->name || 'SpicePress Child Theme' == $theme->name || 'SpicePress Child' == $theme->name || 'Chilly' == $theme->name)
|
230 |
{
|
231 |
add_action( 'switch_theme', 'spicepresstheme_deactivate_message' );
|
232 |
function spicepresstheme_deactivate_message()
|