OoohBoi Steroids for Elementor - Version 1.5.8

Version Description

  • NEW Breaking Bad feature added: Column Max Width
Download this release

Release Info

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

Code changes from version 1.5.7 to 1.5.8

controls/ooohboi-breaking-bad.php CHANGED
@@ -182,6 +182,20 @@ class OoohBoi_Breaking_Bad {
182
  'selectors' => [
183
  '{{WRAPPER}}.elementor-column' => 'width: {{VALUE}};',
184
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  ]
186
  );
187
  // --------------------------------------------------------------------------------------------- CONTROL Column height
182
  'selectors' => [
183
  '{{WRAPPER}}.elementor-column' => 'width: {{VALUE}};',
184
  ],
185
+ ]
186
+ );
187
+ // --------------------------------------------------------------------------------------------- CONTROL Column max width, since v 1.5.8
188
+ $element->add_responsive_control(
189
+ '_ob_bbad_column_max_width',
190
+ [
191
+ 'label' => sprintf( __( 'Max Width%sNEW!%s', 'ooohboi-steroids' ), '<sup class="ob-new-feature">', '</sup>' ),
192
+ 'type' => Controls_Manager::TEXT,
193
+ 'separator' => 'before',
194
+ 'label_block' => true,
195
+ 'description' => __( 'You can enter any acceptable CSS value, for example: 50em, 300px, 100%, calc(100% - 300px).', 'ooohboi-steroids' ),
196
+ 'selectors' => [
197
+ '{{WRAPPER}}.elementor-column' => 'max-width: {{VALUE}};',
198
+ ],
199
  ]
200
  );
201
  // --------------------------------------------------------------------------------------------- CONTROL Column height
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.7
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.7';
35
 
36
  /**
37
  * Minimum Elementor Version
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.8
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.8';
35
 
36
  /**
37
  * Minimum Elementor Version
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.5.7
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
@@ -23,7 +23,7 @@ An awesome set of tools, options and settings that expand Elementor defaults. In
23
 
24
  PLEASE CONSIDER A SMALL DONATION FOR THE SAKE OF FUTURE DEVELOPMENT OF THIS ADD-ON. We are running out of budget and, without your help there's a great chance that we stop adding new features. Even a couple of bucks can help. Thank you!!!
25
 
26
- = NEW EXTENSION AVAILABLE - KONTROLZ =
27
 
28
  Allows additional styling controls for Image Carousel and Media Carousel widgets.
29
 
@@ -138,16 +138,18 @@ No, you don't. It'll work with both free version of Elementor and Elementor PRO.
138
  22. IMBOX Image options
139
  23. IMBOX Content options
140
  24. HOVERANIMATOR options
 
141
  == Changelog ==
142
 
 
 
 
143
  = 1.5.7 =
144
  - NEW Breaking Bad feature added: Sticky Section (stay in column)
145
  - NEW feature added, KONTROLZ (additional styling for Image Carousel and Media Carousel widgets)
146
  - Baseline Grid fix; the grid is now atop of all other elements
147
  - Glider's "Slider height" control is back to normal
148
 
149
- PLEASE CONSIDER A SMALL DONATION FOR THE SAKE OF FUTURE DEVELOPMENT OF THIS ADD-ON. We are running out of budget and, without your help there's a great chance that we stop adding new features. Even a couple of bucks can help. Thank you!!!
150
-
151
  = 1.5.6 =
152
  - New feature added, HOVERANIMATOR
153
  - Fixed bug with Commentz panel remaining hidden upon extension activation
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
  Tested up to: 5.6
7
+ Stable tag: 1.5.8
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
23
 
24
  PLEASE CONSIDER A SMALL DONATION FOR THE SAKE OF FUTURE DEVELOPMENT OF THIS ADD-ON. We are running out of budget and, without your help there's a great chance that we stop adding new features. Even a couple of bucks can help. Thank you!!!
25
 
26
+ = THE LATEST EXTENSION - KONTROLZ =
27
 
28
  Allows additional styling controls for Image Carousel and Media Carousel widgets.
29
 
138
  22. IMBOX Image options
139
  23. IMBOX Content options
140
  24. HOVERANIMATOR options
141
+
142
  == Changelog ==
143
 
144
+ = 1.5.8 =
145
+ - NEW Breaking Bad feature added: Column Max Width
146
+
147
  = 1.5.7 =
148
  - NEW Breaking Bad feature added: Sticky Section (stay in column)
149
  - NEW feature added, KONTROLZ (additional styling for Image Carousel and Media Carousel widgets)
150
  - Baseline Grid fix; the grid is now atop of all other elements
151
  - Glider's "Slider height" control is back to normal
152
 
 
 
153
  = 1.5.6 =
154
  - New feature added, HOVERANIMATOR
155
  - Fixed bug with Commentz panel remaining hidden upon extension activation