Spice Box - Version 1.0.4

Version Description

  1. Added Child theme name
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

Files changed (2) hide show
  1. readme.txt +6 -3
  2. spicebox.php +3 -3
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: spicethemes
3
  Tags: widget, admin, widgets
4
  Requires at least: 3.3+
5
- Tested up to: 5.0.3
6
- Stable tag: 1.0.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -138,4 +138,7 @@ This plugin create repeater controls in the customizer settings allowing you to
138
  1. Version Change
139
 
140
  = 1.0.3 =
141
- 1. Added Custom Feedback Form
 
 
 
2
  Contributors: spicethemes
3
  Tags: widget, admin, widgets
4
  Requires at least: 3.3+
5
+ Tested up to: 5.2.2
6
+ Stable tag: 1.0.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
138
  1. Version Change
139
 
140
  = 1.0.3 =
141
+ 1. Added Custom Feedback Form
142
+
143
+ = 1.0.4 =
144
+ 1. Added 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.0.3
7
  Author: Spicethemes
8
  Author URI: https://github.com
9
  Text Domain: spicebox
@@ -36,7 +36,7 @@ function spiceb_activate() {
36
  require_once('inc/spicepress/customizer.php');
37
  }
38
 
39
- if ( 'Innofit' == $theme->name){
40
 
41
 
42
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
@@ -147,7 +147,7 @@ $item_details_page = get_option('item_details_page');
147
 
148
 
149
  //Innofit
150
- if ( 'Innofit' == $theme->name ){
151
 
152
  register_activation_hook( __FILE__, 'spiceb_install_function');
153
  function spiceb_install_function()
3
  Plugin Name: SpiceBox
4
  Plugin URI:
5
  Description: Enhances SpiceThemes with extra functionality.
6
+ Version: 1.0.4
7
  Author: Spicethemes
8
  Author URI: https://github.com
9
  Text Domain: spicebox
36
  require_once('inc/spicepress/customizer.php');
37
  }
38
 
39
+ if ( 'Innofit' == $theme->name || 'Innofit Child' == $theme->name){
40
 
41
 
42
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
147
 
148
 
149
  //Innofit
150
+ if ( 'Innofit' == $theme->name || 'Innofit Child' == $theme->name){
151
 
152
  register_activation_hook( __FILE__, 'spiceb_install_function');
153
  function spiceb_install_function()