Spice Box - Version 1.1.5

Version Description

  1. Added HoneyPress child theme name.
Download this release

Release Info

Developer spicethemes
Plugin Icon wp plugin Spice Box
Version 1.1.5
Comparing to
See all releases

Code changes from version 1.1.4 to 1.1.5

Files changed (2) hide show
  1. readme.txt +5 -2
  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.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -159,4 +159,7 @@ This plugin create repeater controls in the customizer settings allowing you to
159
  1. Added Feedback Form for innofit theme.
160
 
161
  = 1.1.4 =
162
- 1. spicebox plugin issue with chilly theme fixed
 
 
 
3
  Tags: widget, admin, widgets
4
  Requires at least: 3.3+
5
  Tested up to: 5.2.3
6
+ Stable tag: 1.1.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
159
  1. Added Feedback Form for innofit theme.
160
 
161
  = 1.1.4 =
162
+ 1. spicebox plugin issue with chilly theme fixed.
163
+
164
+ = 1.1.5 =
165
+ 1. Added HoneyPress child theme name.
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.4
7
  Author: Spicethemes
8
  Author URI: https://github.com
9
  Text Domain: spicebox
@@ -26,7 +26,7 @@ function spiceb_activate() {
26
 
27
  }
28
 
29
- if ( 'HoneyPress' == $theme->name ){
30
  require_once('inc/honeypress/features/feature-slider-section.php');
31
  require_once('inc/honeypress/features/feature-service-section.php');
32
  require_once('inc/honeypress/features/feature-testimonial-section.php');
@@ -157,7 +157,7 @@ $item_details_page = get_option('item_details_page');
157
 
158
 
159
  //Honeypress
160
- if ( 'HoneyPress' == $theme->name ){
161
  register_activation_hook( __FILE__, 'spiceb_install_function');
162
  function spiceb_install_function()
163
  {
3
  Plugin Name: SpiceBox
4
  Plugin URI:
5
  Description: Enhances SpiceThemes with extra functionality.
6
+ Version: 1.1.5
7
  Author: Spicethemes
8
  Author URI: https://github.com
9
  Text Domain: spicebox
26
 
27
  }
28
 
29
+ if ( 'HoneyPress' == $theme->name || 'HoneyPress Child' == $theme->name){
30
  require_once('inc/honeypress/features/feature-slider-section.php');
31
  require_once('inc/honeypress/features/feature-service-section.php');
32
  require_once('inc/honeypress/features/feature-testimonial-section.php');
157
 
158
 
159
  //Honeypress
160
+ if ( 'HoneyPress' == $theme->name || 'HoneyPress Child' == $theme->name){
161
  register_activation_hook( __FILE__, 'spiceb_install_function');
162
  function spiceb_install_function()
163
  {