Version Description
20.01.2020 = * Fixed: Supreme Button Module conflict with Divi's button module margin and padding value.
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 1.9.2 |
Comparing to | |
See all releases |
Code changes from version 1.9.1 to 1.9.2
- includes/modules/Buttons/Buttons.php +1 -1
- readme.txt +4 -1
- supreme-modules-for-divi.php +2 -2
includes/modules/Buttons/Buttons.php
CHANGED
@@ -523,7 +523,7 @@ class DSM_Button extends ET_Builder_Module {
|
|
523 |
|
524 |
// Render module output
|
525 |
$output = sprintf(
|
526 |
-
'<div class="et_pb_button_module_wrapper
|
527 |
%1$s
|
528 |
</div>',
|
529 |
$button_output,
|
523 |
|
524 |
// Render module output
|
525 |
$output = sprintf(
|
526 |
+
'<div class="et_pb_button_module_wrapper dsm_button_%3$s_wrapper %2$s%4$s%5$s%8$s"%6$s%7$s>
|
527 |
%1$s
|
528 |
</div>',
|
529 |
$button_output,
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://suprememodules.com/
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.3
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 1.9.
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -105,6 +105,9 @@ This is a common question that we get asked here every now and then which is why
|
|
105 |
|
106 |
|
107 |
== Changelog ==
|
|
|
|
|
|
|
108 |
= 1.9.1 – 20.01.2020 =
|
109 |
* Fixed: List Style not rendering properly for Menu Module in Blog Post.
|
110 |
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.3
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.9.2
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
105 |
|
106 |
|
107 |
== Changelog ==
|
108 |
+
= 1.9.2 – 20.01.2020 =
|
109 |
+
* Fixed: Supreme Button Module conflict with Divi's button module margin and padding value.
|
110 |
+
|
111 |
= 1.9.1 – 20.01.2020 =
|
112 |
* Fixed: List Style not rendering properly for Menu Module in Blog Post.
|
113 |
|
supreme-modules-for-divi.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder
|
4 |
Plugin URI: https://suprememodules.com
|
5 |
Description: Divi Supreme enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
6 |
-
Version: 1.9.
|
7 |
Author: Supreme Modules
|
8 |
Author URI: https://suprememodules.com/about-us/
|
9 |
License: GPL2
|
@@ -27,7 +27,7 @@ along with Supreme Modules. If not, see https://www.gnu.org/licenses/gpl-2.0.htm
|
|
27 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
28 |
|
29 |
if ( ! defined('DSM_VERSION') ) {
|
30 |
-
define( 'DSM_VERSION', '1.9.
|
31 |
}
|
32 |
if ( ! defined('DSM_SHORTCODE') ) {
|
33 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|
3 |
Plugin Name: Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder
|
4 |
Plugin URI: https://suprememodules.com
|
5 |
Description: Divi Supreme enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
6 |
+
Version: 1.9.2
|
7 |
Author: Supreme Modules
|
8 |
Author URI: https://suprememodules.com/about-us/
|
9 |
License: GPL2
|
27 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
28 |
|
29 |
if ( ! defined('DSM_VERSION') ) {
|
30 |
+
define( 'DSM_VERSION', '1.9.2' );
|
31 |
}
|
32 |
if ( ! defined('DSM_SHORTCODE') ) {
|
33 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|