OoohBoi Steroids for Elementor - Version 1.6.1

Version Description

  • WIDGET STALKER temporary disabled until the issues resolved
Download this release

Release Info

Developer ooohboi
Plugin Icon 128x128 OoohBoi Steroids for Elementor
Version 1.6.1
Comparing to
See all releases

Code changes from version 1.6.0 to 1.6.1

Files changed (3) hide show
  1. inc/common-functions.php +0 -6
  2. ooohboi-steroids.php +5 -5
  3. readme.txt +6 -3
inc/common-functions.php CHANGED
@@ -126,12 +126,6 @@ $options_page = array(
126
  'type' => 'checkbox',
127
  'text' => esc_attr__( 'Allows you to additionaly style Image Carousel and Media Carousel controls', 'ooohboi-steroids' ),
128
  'checked' => 1,
129
- ),
130
- 'ob_use_widget_stalker' => array(
131
- 'title' => 'WIDGET STALKER',
132
- 'type' => 'checkbox',
133
- 'text' => esc_attr__( 'Stack widgets like flex elements', 'ooohboi-steroids' ),
134
- 'checked' => 1,
135
  ),
136
  ),
137
  ),
126
  'type' => 'checkbox',
127
  'text' => esc_attr__( 'Allows you to additionaly style Image Carousel and Media Carousel controls', 'ooohboi-steroids' ),
128
  'checked' => 1,
 
 
 
 
 
 
129
  ),
130
  ),
131
  ),
ooohboi-steroids.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: OoohBoi Steroids for Elementor
4
  * Description: An awesome set of tools, options and settings that expand Elementor defaults. Instead of creating new Elementor Widgets, these act like an upgrade of existing options or the self-standing panels.
5
- * Version: 1.6.0
6
  * Author: OoohBoi
7
  * Author URI: https://www.youtube.com/c/OoohBoi
8
  * Text Domain: ooohboi-steroids
@@ -31,7 +31,7 @@ final class OoohBoi_Steroids {
31
  *
32
  * @var string The plugin version.
33
  */
34
- const VERSION = '1.6.0';
35
 
36
  /**
37
  * Minimum Elementor Version
@@ -218,7 +218,7 @@ final class OoohBoi_Steroids {
218
  OoohBoi_Imbox::init(); // OoohBoi Imbox
219
  OoohBoi_Hover_Animator::init(); // OoohBoi Hover Animator
220
  OoohBoi_Kontrolz::init(); // OoohBoi Kontrolz
221
- OoohBoi_Widget_Stalker::init(); // OoohBoi Widget Stalker
222
  } else {
223
  // Init Extensions
224
  if( FALSE === isset( $ob_settings_options[ 'harakiri' ] ) || 'on' === $ob_settings_options[ 'harakiri' ] ) OoohBoi_Harakiri::init(); // OoohBoi Harakiri
@@ -240,7 +240,7 @@ final class OoohBoi_Steroids {
240
  if( FALSE === isset( $ob_settings_options[ 'imbox' ] ) || 'on' === $ob_settings_options[ 'imbox' ] ) OoohBoi_Imbox::init(); // OoohBoi Imbox
241
  if( FALSE === isset( $ob_settings_options[ 'hover_animator' ] ) || 'on' === $ob_settings_options[ 'hover_animator' ] ) OoohBoi_Hover_Animator::init(); // OoohBoi Hover Animator
242
  if( FALSE === isset( $ob_settings_options[ 'kontrolz' ] ) || 'on' === $ob_settings_options[ 'kontrolz' ] ) OoohBoi_Kontrolz::init(); // OoohBoi Kontrolz
243
- if( FALSE === isset( $ob_settings_options[ 'widget_stalker' ] ) || 'on' === $ob_settings_options[ 'widget_stalker' ] ) OoohBoi_Widget_Stalker::init(); // OoohBoi Widget Stalker
244
  }
245
 
246
  }
@@ -318,7 +318,7 @@ final class OoohBoi_Steroids {
318
  include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-imbox.php'; // OoohBoi Imbox
319
  include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-hover-animator.php'; // OoohBoi Hover Animator
320
  include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-kontrolz.php'; // OoohBoi Kontrolz
321
- include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-widget-stalker.php'; // OoohBoi Widget Stalker
322
 
323
  }
324
 
2
  /**
3
  * Plugin Name: OoohBoi Steroids for Elementor
4
  * Description: An awesome set of tools, options and settings that expand Elementor defaults. Instead of creating new Elementor Widgets, these act like an upgrade of existing options or the self-standing panels.
5
+ * Version: 1.6.1
6
  * Author: OoohBoi
7
  * Author URI: https://www.youtube.com/c/OoohBoi
8
  * Text Domain: ooohboi-steroids
31
  *
32
  * @var string The plugin version.
33
  */
34
+ const VERSION = '1.6.1';
35
 
36
  /**
37
  * Minimum Elementor Version
218
  OoohBoi_Imbox::init(); // OoohBoi Imbox
219
  OoohBoi_Hover_Animator::init(); // OoohBoi Hover Animator
220
  OoohBoi_Kontrolz::init(); // OoohBoi Kontrolz
221
+ //OoohBoi_Widget_Stalker::init(); // OoohBoi Widget Stalker
222
  } else {
223
  // Init Extensions
224
  if( FALSE === isset( $ob_settings_options[ 'harakiri' ] ) || 'on' === $ob_settings_options[ 'harakiri' ] ) OoohBoi_Harakiri::init(); // OoohBoi Harakiri
240
  if( FALSE === isset( $ob_settings_options[ 'imbox' ] ) || 'on' === $ob_settings_options[ 'imbox' ] ) OoohBoi_Imbox::init(); // OoohBoi Imbox
241
  if( FALSE === isset( $ob_settings_options[ 'hover_animator' ] ) || 'on' === $ob_settings_options[ 'hover_animator' ] ) OoohBoi_Hover_Animator::init(); // OoohBoi Hover Animator
242
  if( FALSE === isset( $ob_settings_options[ 'kontrolz' ] ) || 'on' === $ob_settings_options[ 'kontrolz' ] ) OoohBoi_Kontrolz::init(); // OoohBoi Kontrolz
243
+ //if( FALSE === isset( $ob_settings_options[ 'widget_stalker' ] ) || 'on' === $ob_settings_options[ 'widget_stalker' ] ) OoohBoi_Widget_Stalker::init(); // OoohBoi Widget Stalker
244
  }
245
 
246
  }
318
  include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-imbox.php'; // OoohBoi Imbox
319
  include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-hover-animator.php'; // OoohBoi Hover Animator
320
  include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-kontrolz.php'; // OoohBoi Kontrolz
321
+ //include_once plugin_dir_path( __FILE__ ) . 'controls/ooohboi-widget-stalker.php'; // OoohBoi Widget Stalker
322
 
323
  }
324
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: page-builder, elementor, add-on, background-overlay, vertical text, ghost
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
  Tested up to: 5.6
7
- Stable tag: 1.6.0
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
@@ -21,7 +21,7 @@ An awesome set of tools, options and settings that expand Elementor defaults. In
21
 
22
  = THE LATEST EXTENSION - WIDGET STALKER =
23
 
24
- Available under the Advanced tab for every Elementor widget. It allows you to control widget's width, and thus stack multiple widgets one next to another. Additional controls are available thru the Breaking Bad extension.
25
 
26
  = In the package so far =
27
 
@@ -86,7 +86,7 @@ Animate widgets on column's mouse-over event
86
  Allows you to additionaly style Image Carousel and Media Carousel controls
87
 
88
  21. WIDGET STALKER
89
- Stack widgets one after another inside the column.
90
 
91
  22. MORE IS COMING SOON!
92
 
@@ -141,6 +141,9 @@ No, you don't. It'll work with both free version of Elementor and Elementor PRO.
141
 
142
  == Changelog ==
143
 
 
 
 
144
  = 1.6.0 =
145
  - New feature added, WIDGET STALKER
146
  - Teleporter, fixed disfunctional column-link
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
  Tested up to: 5.6
7
+ Stable tag: 1.6.1
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
21
 
22
  = THE LATEST EXTENSION - WIDGET STALKER =
23
 
24
+ !Temporary Disabled!
25
 
26
  = In the package so far =
27
 
86
  Allows you to additionaly style Image Carousel and Media Carousel controls
87
 
88
  21. WIDGET STALKER
89
+ !Temporary Disabled!
90
 
91
  22. MORE IS COMING SOON!
92
 
141
 
142
  == Changelog ==
143
 
144
+ = 1.6.1 =
145
+ - WIDGET STALKER temporary disabled until the issues resolved
146
+
147
  = 1.6.0 =
148
  - New feature added, WIDGET STALKER
149
  - Teleporter, fixed disfunctional column-link