Version Description
- 25.09.2018 =
- Fixed: Double duplicate wrapper output on Supreme Gradient Text Module frontend.
- Fixed: Double duplicate wrapper output on Supreme Text Divider Module frontend.
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
includes/modules/GradientText/GradientText.php
CHANGED
@@ -141,7 +141,8 @@ class DSM_GradientText extends ET_Builder_Module {
|
|
141 |
$gradient_text
|
142 |
);
|
143 |
|
144 |
-
return $
|
|
|
145 |
}
|
146 |
}
|
147 |
|
141 |
$gradient_text
|
142 |
);
|
143 |
|
144 |
+
return $output;
|
145 |
+
//return $this->_render_module_wrapper( $output, $render_slug );
|
146 |
}
|
147 |
}
|
148 |
|
includes/modules/TextDivider/TextDivider.php
CHANGED
@@ -289,7 +289,8 @@ class DSM_Text_Divider extends ET_Builder_Module {
|
|
289 |
$parallax_image_background
|
290 |
);
|
291 |
|
292 |
-
return $
|
|
|
293 |
}
|
294 |
}
|
295 |
|
289 |
$parallax_image_background
|
290 |
);
|
291 |
|
292 |
+
return $output;
|
293 |
+
//return $this->_render_module_wrapper( $output, $render_slug );
|
294 |
}
|
295 |
}
|
296 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://suprememodules.com/
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 1.0.
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -69,8 +69,12 @@ YES!
|
|
69 |
|
70 |
== Changelog ==
|
71 |
|
|
|
|
|
|
|
|
|
72 |
= 1.0.3 - 25.09.2018 =
|
73 |
-
* Fixed: Double duplicate wrapper output on Supreme Typing frontend.
|
74 |
|
75 |
= 1.0.2 - 25.09.2018 =
|
76 |
* Fixed: Double duplicate wrapper output on Supreme Image Module frontend.
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.0.4
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
69 |
|
70 |
== Changelog ==
|
71 |
|
72 |
+
= 1.0.4 - 25.09.2018 =
|
73 |
+
* Fixed: Double duplicate wrapper output on Supreme Gradient Text Module frontend.
|
74 |
+
* Fixed: Double duplicate wrapper output on Supreme Text Divider Module frontend.
|
75 |
+
|
76 |
= 1.0.3 - 25.09.2018 =
|
77 |
+
* Fixed: Double duplicate wrapper output on Supreme Typing Module frontend.
|
78 |
|
79 |
= 1.0.2 - 25.09.2018 =
|
80 |
* Fixed: Double duplicate wrapper output on Supreme Image Module frontend.
|
supreme-modules-for-divi.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Supreme Modules for Divi
|
4 |
Plugin URI: https://suprememodules.com
|
5 |
Description: Supreme Modules enhances the experience and features found on Divi and extend with custom and creative modules to help you build amazing websites.
|
6 |
-
Version: 1.0.
|
7 |
Author: Supreme Modules
|
8 |
Author URI: https://suprememodules.com/about-us/
|
9 |
License: GPL2
|
3 |
Plugin Name: Supreme Modules for Divi
|
4 |
Plugin URI: https://suprememodules.com
|
5 |
Description: Supreme Modules enhances the experience and features found on Divi and extend with custom and creative modules to help you build amazing websites.
|
6 |
+
Version: 1.0.4
|
7 |
Author: Supreme Modules
|
8 |
Author URI: https://suprememodules.com/about-us/
|
9 |
License: GPL2
|