Version Description
- 6.12.2018 =
- Fixed: Margin and Padding for Supreme Button Module.
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- includes/modules/Buttons/Buttons.php +2 -2
- readme.txt +4 -1
- supreme-modules-for-divi.php +1 -1
includes/modules/Buttons/Buttons.php
CHANGED
@@ -92,8 +92,8 @@ class DSM_Button extends ET_Builder_Module {
|
|
92 |
),
|
93 |
'margin_padding' => array(
|
94 |
'css' => array(
|
95 |
-
'padding' => '%%order_class
|
96 |
-
'margin' => '%%order_class
|
97 |
'important' => 'all',
|
98 |
),
|
99 |
),
|
92 |
),
|
93 |
'margin_padding' => array(
|
94 |
'css' => array(
|
95 |
+
'padding' => '%%order_class%%, %%order_class%%:hover',
|
96 |
+
'margin' => '%%order_class%%.dsm_button',
|
97 |
'important' => 'all',
|
98 |
),
|
99 |
),
|
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.3.
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -86,6 +86,9 @@ Divi Builder >= version 2.1
|
|
86 |
PHP version >= 5.6
|
87 |
|
88 |
== Changelog ==
|
|
|
|
|
|
|
89 |
= 1.3.2 - 6.12.2018 =
|
90 |
* Added: Image Lightbox for Supreme Button Module.
|
91 |
* Renamed: Popup to Lightbox for Supreme Button Module.
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.3.3
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
86 |
PHP version >= 5.6
|
87 |
|
88 |
== Changelog ==
|
89 |
+
= 1.3.3 - 6.12.2018 =
|
90 |
+
* Fixed: Margin and Padding for Supreme Button Module.
|
91 |
+
|
92 |
= 1.3.2 - 6.12.2018 =
|
93 |
* Added: Image Lightbox for Supreme Button Module.
|
94 |
* Renamed: Popup to Lightbox for Supreme Button Module.
|
supreme-modules-for-divi.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Divi Supreme Modules
|
4 |
Plugin URI: https://suprememodules.com
|
5 |
Description: Supreme Modules enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
6 |
-
Version: 1.3.
|
7 |
Author: Supreme Modules
|
8 |
Author URI: https://suprememodules.com/about-us/
|
9 |
License: GPL2
|
3 |
Plugin Name: Divi Supreme Modules
|
4 |
Plugin URI: https://suprememodules.com
|
5 |
Description: Supreme Modules enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
6 |
+
Version: 1.3.3
|
7 |
Author: Supreme Modules
|
8 |
Author URI: https://suprememodules.com/about-us/
|
9 |
License: GPL2
|