Spice Box - Version 1.2.8

Version Description

Fixed jQuery compatibiltiy issue coming with latest release on WP 5.5

=====External resources=====

Alpha color picker Control: Copyright: (c) 2016 Codeinwp cristian-ungureanu License: MIT License Source: https://github.com/Codeinwp/customizer-controls/tree/master/customizer-alpha-color-picker

Repeater Control: Copyright: (c) 2016 Codeinwp cristian-ungureanu License: MIT license Source: https://github.com/Codeinwp/customizer-controls/tree/master/customizer-repeater

Download this release

Release Info

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

Code changes from version 1.2.7 to 1.2.8

inc/controls/customizer-repeater/js/customizer_repeater.js CHANGED
@@ -228,7 +228,7 @@ jQuery(document).ready(function () {
228
  return false;
229
  });
230
  media_upload('.customizer-repeater-custom-media-button');
231
- jQuery('.custom-media-url').live('change', function () {
232
  customizer_repeater_refresh_general_control_values();
233
  return false;
234
  });
228
  return false;
229
  });
230
  media_upload('.customizer-repeater-custom-media-button');
231
+ jQuery('body').on('change','.custom-media-url', function () {
232
  customizer_repeater_refresh_general_control_values();
233
  return false;
234
  });
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.4.1
6
- Stable tag: 1.2.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -195,6 +195,9 @@ This plugin create repeater controls in the customizer settings allowing you to
195
  = 1.2.7 =
196
  1. Fixed Banner issue for Chilly theme.
197
 
 
 
 
198
  =======External resources=======
199
 
200
  Alpha color picker Control:
2
  Contributors: spicethemes
3
  Tags: widget, admin, widgets
4
  Requires at least: 3.3+
5
+ Tested up to: 5.5
6
+ Stable tag: 1.2.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
195
  = 1.2.7 =
196
  1. Fixed Banner issue for Chilly theme.
197
 
198
+ = 1.2.8 =
199
+ Fixed jQuery compatibiltiy issue coming with latest release on WP 5.5
200
+
201
  =======External resources=======
202
 
203
  Alpha color picker Control:
spicebox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SpiceBox
4
  Plugin URI:
5
  Description: Enhances SpiceThemes with extra functionality.
6
- Version: 1.2.7
7
  Author: Spicethemes
8
  Author URI: https://spicethemes.com
9
  Text Domain: spicebox
3
  Plugin Name: SpiceBox
4
  Plugin URI:
5
  Description: Enhances SpiceThemes with extra functionality.
6
+ Version: 1.2.8
7
  Author: Spicethemes
8
  Author URI: https://spicethemes.com
9
  Text Domain: spicebox