Spice Box - Version 1.1.6

Version Description

  1. Added HoneyPress Pro link.
  2. Modify code in service section
Download this release

Release Info

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

Code changes from version 1.1.5 to 1.1.6

inc/honeypress/features/feature-service-section.php CHANGED
@@ -70,7 +70,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
70
  //plus Button
71
  class Honyepress_services__section_upgrade extends WP_Customize_Control {
72
  public function render_content() { ?>
73
- <h3 class="customizer_honeypressservice_upgrade_section" style="display: none;"> <?php _e('To add More Service? Then','spicebox'); ?><a href="<?php echo esc_url( '#' ); ?>" target="_blank">
74
  <?php _e('Upgrade to Plus','spicebox'); ?> </a>
75
  </h3>
76
  <?php
70
  //plus Button
71
  class Honyepress_services__section_upgrade extends WP_Customize_Control {
72
  public function render_content() { ?>
73
+ <h3 class="customizer_honeypressservice_upgrade_section" style="display: none;"> <?php _e('To add More Service? Then','spicebox'); ?><a href="<?php echo esc_url( 'https://spicethemes.com/honeypress-pro' ); ?>" target="_blank">
74
  <?php _e('Upgrade to Plus','spicebox'); ?> </a>
75
  </h3>
76
  <?php
inc/honeypress/sections/honeypress-service-section.php CHANGED
@@ -106,18 +106,13 @@ function spiceb_honeypress_service_content( $honeypress_service_content, $is_cal
106
  <?php } ?>
107
 
108
  <?php if ( ! empty( $title ) ) : ?>
109
-
110
- <?php if ( ! empty( $link ) ) : ?>
111
- <a href="<?php echo esc_url( $link ); ?>" <?php if($open_new_tab == 'yes'){ echo 'target="_blank"';}?> >
112
- <?php endif; ?>
113
-
114
- <div class="entry-header">
115
- <h4 class="entry-title"><?php echo esc_html( $title ); ?></h4>
116
- </div>
117
- <?php if ( ! empty( $link ) ) : ?>
118
- </a>
119
  <?php endif; ?>
120
-
 
 
121
  <?php endif; ?>
122
  <?php if ( ! empty( $link ) ) : ?>
123
  </a>
106
  <?php } ?>
107
 
108
  <?php if ( ! empty( $title ) ) : ?>
109
+ <div class="entry-header">
110
+ <h4 class="entry-title"><?php if ( ! empty( $link ) ) : ?>
111
+ <a href="<?php echo esc_url( $link ); ?>" <?php if($open_new_tab == 'yes'){ echo 'target="_blank"';}?> ><?php endif; ?><?php echo esc_html( $title ); ?><?php if ( ! empty( $link ) ) : ?></a>
 
 
 
 
 
 
 
112
  <?php endif; ?>
113
+ </h4>
114
+ </div>
115
+
116
  <?php endif; ?>
117
  <?php if ( ! empty( $link ) ) : ?>
118
  </a>
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.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -162,4 +162,8 @@ This plugin create repeater controls in the customizer settings allowing you to
162
  1. spicebox plugin issue with chilly theme fixed.
163
 
164
  = 1.1.5 =
165
- 1. Added HoneyPress child theme name.
 
 
 
 
3
  Tags: widget, admin, widgets
4
  Requires at least: 3.3+
5
  Tested up to: 5.2.3
6
+ Stable tag: 1.1.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
162
  1. spicebox plugin issue with chilly theme fixed.
163
 
164
  = 1.1.5 =
165
+ 1. Added HoneyPress child theme name.
166
+
167
+ = 1.1.6 =
168
+ 1. Added HoneyPress Pro link.
169
+ 2. Modify code in service section
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.5
7
  Author: Spicethemes
8
  Author URI: https://github.com
9
  Text Domain: spicebox
3
  Plugin Name: SpiceBox
4
  Plugin URI:
5
  Description: Enhances SpiceThemes with extra functionality.
6
+ Version: 1.1.6
7
  Author: Spicethemes
8
  Author URI: https://github.com
9
  Text Domain: spicebox