Version Description
- Ads space removed per sponsor request
Download this release
Release Info
Developer | ooohboi |
Plugin | OoohBoi Steroids for Elementor |
Version | 1.4.7 |
Comparing to | |
See all releases |
Code changes from version 1.4.6 to 1.4.7
- assets/css/editor.css +3 -1
- ooohboi-steroids.php +5 -4
- readme.txt +4 -1
assets/css/editor.css
CHANGED
@@ -48,6 +48,7 @@
|
|
48 |
}
|
49 |
|
50 |
/* MISC */
|
|
|
51 |
div[class*="_ob_sponsorship"] * {
|
52 |
transition: none;
|
53 |
border: none;
|
@@ -63,4 +64,5 @@ div[class*="_ob_sponsorship"] a {
|
|
63 |
div[class*="_ob_sponsorship"] a:hover {
|
64 |
text-decoration: none;
|
65 |
border: none;
|
66 |
-
}
|
|
48 |
}
|
49 |
|
50 |
/* MISC */
|
51 |
+
/*
|
52 |
div[class*="_ob_sponsorship"] * {
|
53 |
transition: none;
|
54 |
border: none;
|
64 |
div[class*="_ob_sponsorship"] a:hover {
|
65 |
text-decoration: none;
|
66 |
border: none;
|
67 |
+
}
|
68 |
+
*/
|
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.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.4.
|
35 |
|
36 |
/**
|
37 |
* Minimum Elementor Version
|
@@ -243,8 +243,9 @@ final class OoohBoi_Steroids {
|
|
243 |
*/
|
244 |
public static function ooohboi_commercializer() {
|
245 |
|
246 |
-
|
247 |
-
|
|
|
248 |
|
249 |
}
|
250 |
|
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.4.7
|
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.4.7';
|
35 |
|
36 |
/**
|
37 |
* Minimum Elementor Version
|
243 |
*/
|
244 |
public static function ooohboi_commercializer() {
|
245 |
|
246 |
+
return '';
|
247 |
+
//$com_lnk = '<a href="mailto:oooh.boi29@gmail.com?subject=Steroids Sponsorship"><img src="' . plugins_url( 'assets/img/banner-pre.png', __FILE__ ) . '" alt="Sponsorhip" /></a>';
|
248 |
+
//return $com_lnk;
|
249 |
|
250 |
}
|
251 |
|
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.4.
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0
|
@@ -113,6 +113,9 @@ No, you don't. It'll work with both free version of Elementor and Elementor PRO.
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
116 |
= 1.4.6 =
|
117 |
- New feature added, Shadough
|
118 |
- Teleporter - fix for the content width not being 100%
|
4 |
Donate link: https://www.paypal.me/ooohboi
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 1.4.7
|
8 |
Requires PHP: 7.0
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 1.4.7 =
|
117 |
+
- Ads space removed per sponsor request
|
118 |
+
|
119 |
= 1.4.6 =
|
120 |
- New feature added, Shadough
|
121 |
- Teleporter - fix for the content width not being 100%
|