OoohBoi Steroids for Elementor - Version 1.5.5

Version Description

  • Fixed bug with (new) extensions being initially inactive
  • SpaceRat, fixed problem with Add Shadow option
Download this release

Release Info

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

Code changes from version 1.5.4 to 1.5.5

controls/ooohboi-kukac.php ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( ! defined( 'ABSPATH' ) ) {
3
+ exit; // Exit if accessed directly.
4
+ } else error_log( print_r( 'INITED', true ) );
5
+
6
+ final class OoohBoi_Kukac {
7
+
8
+ public static function init() {
9
+
10
+
11
+
12
+ }
13
+
14
+ }
controls/ooohboi-spacerat.php CHANGED
@@ -340,6 +340,9 @@ final class OoohBoi_SpaceRat {
340
  'label_off' => __( 'No', 'ooohboi-steroids' ),
341
  'return_value' => 'yes',
342
  'default' => 'no',
 
 
 
343
  ]
344
  );
345
  // --------------------------------------------------------------------------------------------- CONTROL POPOVER Shadow ------------------->>
340
  'label_off' => __( 'No', 'ooohboi-steroids' ),
341
  'return_value' => 'yes',
342
  'default' => 'no',
343
+ 'condition' => [
344
+ '_ob_spacerat_use' => 'yes',
345
+ ],
346
  ]
347
  );
348
  // --------------------------------------------------------------------------------------------- CONTROL POPOVER Shadow ------------------->>
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.5.4
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.5.4';
35
 
36
  /**
37
  * Minimum Elementor Version
@@ -217,23 +217,23 @@ final class OoohBoi_Steroids {
217
  OoohBoi_Imbox::init(); // OoohBoi Imbox
218
  } else {
219
  // Init Extensions
220
- if( 'on' === $ob_settings_options[ 'harakiri' ] || NULL === $ob_settings_options[ 'harakiri' ] ) OoohBoi_Harakiri::init(); // OoohBoi Harakiri
221
- if( 'on' === $ob_settings_options[ 'poopart' ] || NULL === $ob_settings_options[ 'poopart' ] ) OoohBoi_Overlay_Underlay::init(); // OoohBoi Overlay Underlay
222
- if( 'on' === $ob_settings_options[ 'overlaiz' ] || NULL === $ob_settings_options[ 'overlaiz' ] ) OoohBoi_Overlaiz::init(); // OoohBoi Overlaiz
223
- if( 'on' === $ob_settings_options[ 'paginini' ] || NULL === $ob_settings_options[ 'paginini' ] ) OoohBoi_Paginini::init(); // OoohBoi Paginini
224
- if( 'on' === $ob_settings_options[ 'breaking_bad' ] || NULL === $ob_settings_options[ 'breaking_bad' ] ) OoohBoi_Breaking_Bad::init(); // OoohBoi Breaking Bad
225
- if( 'on' === $ob_settings_options[ 'glider' ] || NULL === $ob_settings_options[ 'glider' ] ) OoohBoi_Glider::init(); // OoohBoi Glider Slider
226
- if( 'on' === $ob_settings_options[ 'photogiraffe' ] || NULL === $ob_settings_options[ 'photogiraffe' ] ) OoohBoi_PhotoGiraffe::init(); // OoohBoi PhotoGiraffe
227
- if( 'on' === $ob_settings_options[ 'teleporter' ] || NULL === $ob_settings_options[ 'teleporter' ] ) OoohBoi_Teleporter::init(); // OoohBoi Teleporter
228
- if( 'on' === $ob_settings_options[ 'search_cop' ] || NULL === $ob_settings_options[ 'search_cop' ] ) OoohBoi_SearchCop::init(); // OoohBoi Search Cop
229
- if( 'on' === $ob_settings_options[ 'videomasq' ] || NULL === $ob_settings_options[ 'imbox' ] ) OoohBoi_Videomasq::init(); // OoohBoi Videomasq
230
- if( 'on' === $ob_settings_options[ 'butter_button' ] || NULL === $ob_settings_options[ 'butter_button' ] ) OoohBoi_Butter_Button::init(); // OoohBoi Butter Button
231
- if( 'on' === $ob_settings_options[ 'perspektive' ] || NULL === $ob_settings_options[ 'perspektive' ] ) OoohBoi_Perspektive::init(); // OoohBoi Perspektive
232
- if( 'on' === $ob_settings_options[ 'shadough' ] || NULL === $ob_settings_options[ 'shadough' ] ) OoohBoi_Shadough::init(); // OoohBoi Shadough
233
- if( 'on' === $ob_settings_options[ 'photo_morph' ] || NULL === $ob_settings_options[ 'photo_morph' ] ) OoohBoi_PhotoMorph::init(); // OoohBoi PhotoMorph
234
- if( 'on' === $ob_settings_options[ 'commentz' ] || NULL === $ob_settings_options[ 'commentz' ] ) OoohBoi_Commentz::init(); // OoohBoi Commentz
235
- if( 'on' === $ob_settings_options[ 'spacerat' ] || NULL === $ob_settings_options[ 'spacerat' ] ) OoohBoi_SpaceRat::init(); // OoohBoi SpaceRat
236
- if( 'on' === $ob_settings_options[ 'imbox' ] || NULL === $ob_settings_options[ 'imbox' ] ) OoohBoi_Imbox::init(); // OoohBoi Imbox
237
  }
238
 
239
  }
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.5.5
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.5.5';
35
 
36
  /**
37
  * Minimum Elementor Version
217
  OoohBoi_Imbox::init(); // OoohBoi Imbox
218
  } else {
219
  // Init Extensions
220
+ if( 'on' === $ob_settings_options[ 'harakiri' ] ) OoohBoi_Harakiri::init(); // OoohBoi Harakiri
221
+ if( 'on' === $ob_settings_options[ 'poopart' ] ) OoohBoi_Overlay_Underlay::init(); // OoohBoi Overlay Underlay
222
+ if( 'on' === $ob_settings_options[ 'overlaiz' ] ) OoohBoi_Overlaiz::init(); // OoohBoi Overlaiz
223
+ if( 'on' === $ob_settings_options[ 'paginini' ] ) OoohBoi_Paginini::init(); // OoohBoi Paginini
224
+ if( 'on' === $ob_settings_options[ 'breaking_bad' ] ) OoohBoi_Breaking_Bad::init(); // OoohBoi Breaking Bad
225
+ if( 'on' === $ob_settings_options[ 'glider' ] ) OoohBoi_Glider::init(); // OoohBoi Glider Slider
226
+ if( 'on' === $ob_settings_options[ 'photogiraffe' ] ) OoohBoi_PhotoGiraffe::init(); // OoohBoi PhotoGiraffe
227
+ if( 'on' === $ob_settings_options[ 'teleporter' ] ) OoohBoi_Teleporter::init(); // OoohBoi Teleporter
228
+ if( 'on' === $ob_settings_options[ 'search_cop' ] ) OoohBoi_SearchCop::init(); // OoohBoi Search Cop
229
+ if( 'on' === $ob_settings_options[ 'videomasq' ] ) OoohBoi_Videomasq::init(); // OoohBoi Videomasq
230
+ if( 'on' === $ob_settings_options[ 'butter_button' ] ) OoohBoi_Butter_Button::init(); // OoohBoi Butter Button
231
+ if( 'on' === $ob_settings_options[ 'perspektive' ] ) OoohBoi_Perspektive::init(); // OoohBoi Perspektive
232
+ if( 'on' === $ob_settings_options[ 'shadough' ] ) OoohBoi_Shadough::init(); // OoohBoi Shadough
233
+ if( 'on' === $ob_settings_options[ 'photo_morph' ] ) OoohBoi_PhotoMorph::init(); // OoohBoi PhotoMorph
234
+ if( 'on' === $ob_settings_options[ 'commentz' ] ) OoohBoi_Commentz::init(); // OoohBoi Commentz
235
+ if( 'on' === $ob_settings_options[ 'spacerat' ] ) OoohBoi_SpaceRat::init(); // OoohBoi SpaceRat
236
+ if( 'on' === $ob_settings_options[ 'imbox' ] ) OoohBoi_Imbox::init(); // OoohBoi Imbox
237
  }
238
 
239
  }
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.5
7
- Stable tag: 1.5.4
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
@@ -124,11 +124,18 @@ No, you don't. It'll work with both free version of Elementor and Elementor PRO.
124
  18. SHADOUGH options
125
  19. PHOTOMORPH options
126
  20. COMMENTZ options
 
 
 
127
  == Changelog ==
128
 
 
 
 
 
129
  = 1.5.4 =
130
  - New feature added, SpaceRat
131
- - New feature added, SpaceRat
132
 
133
  = 1.5.3 =
134
  - Photomorph, fixed clip-path animation bug
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
  Tested up to: 5.5
7
+ Stable tag: 1.5.5
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
124
  18. SHADOUGH options
125
  19. PHOTOMORPH options
126
  20. COMMENTZ options
127
+ 21. SPACERAT options
128
+ 22. IMBOX Image options
129
+ 23. IMBOX Content options
130
  == Changelog ==
131
 
132
+ = 1.5.5 =
133
+ - Fixed bug with (new) extensions being initially inactive
134
+ - SpaceRat, fixed problem with Add Shadow option
135
+
136
  = 1.5.4 =
137
  - New feature added, SpaceRat
138
+ - New feature added, Imbox
139
 
140
  = 1.5.3 =
141
  - Photomorph, fixed clip-path animation bug