Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder - Version 1.0.2

Version Description

  • 25.09.2018 =
  • Fixed: Double duplicate wrapper output on Supreme Image Module frontend.
Download this release

Release Info

Developer divisupreme
Plugin Icon 128x128 Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

includes/modules/PerspectiveImage/PerspectiveImage.php CHANGED
@@ -499,7 +499,9 @@ class DSM_Perspective_Image extends ET_Builder_Module {
499
  $parallax_image_background
500
  );
501
 
502
- return $this->_render_module_wrapper( $output, $render_slug );
 
 
503
  }
504
  }
505
 
499
  $parallax_image_background
500
  );
501
 
502
+ return $output;
503
+
504
+ //return $this->_render_module_wrapper( $output, $render_slug );
505
  }
506
  }
507
 
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.1
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -25,6 +25,8 @@ Initial version contains 5 Divi custom modules and more to come soon.
25
 
26
  Many more Divi Modules coming soon...
27
 
 
 
28
  = About Divi Supreme Modules =
29
  Divi is a great tool for building website, but without proper addons it might take more time and money. Divi's mission is to help users design websites in the easiest, fastest and most streamlined way.
30
 
@@ -67,6 +69,9 @@ YES!
67
 
68
  == Changelog ==
69
 
 
 
 
70
  = 1.0.1 - 24.09.2018 =
71
  * Fixed: Transform & Rotation Options not showing up for Supreme Image Module on Backend Builder.
72
  * Fixed: Supreme Text Divider Gap
5
  Requires at least: 4.5
6
  Tested up to: 4.9
7
  Requires PHP: 5.6
8
+ Stable tag: 1.0.2
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
25
 
26
  Many more Divi Modules coming soon...
27
 
28
+ See action here. [View Demo for Divi Supreme Modules](https://suprememodules.com/).
29
+
30
  = About Divi Supreme Modules =
31
  Divi is a great tool for building website, but without proper addons it might take more time and money. Divi's mission is to help users design websites in the easiest, fastest and most streamlined way.
32
 
69
 
70
  == Changelog ==
71
 
72
+ = 1.0.2 - 25.09.2018 =
73
+ * Fixed: Double duplicate wrapper output on Supreme Image Module frontend.
74
+
75
  = 1.0.1 - 24.09.2018 =
76
  * Fixed: Transform & Rotation Options not showing up for Supreme Image Module on Backend Builder.
77
  * Fixed: Supreme Text Divider Gap
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.1
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.2
7
  Author: Supreme Modules
8
  Author URI: https://suprememodules.com/about-us/
9
  License: GPL2