Version Description
27.11.2019 = * Added: Border and Shadow to Facebook Feed and Facebook Comment Module.
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 1.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.8 to 1.8.1
includes/modules/FacebookSimpleComments/FacebookSimpleComments.php
CHANGED
@@ -7,7 +7,7 @@ class DSM_FacebookSimpleComments extends ET_Builder_Module {
|
|
7 |
|
8 |
protected $module_credits = array(
|
9 |
'module_uri' => 'https://suprememodules.com/',
|
10 |
-
'author' => 'Supreme
|
11 |
'author_uri' => 'https://suprememodules.com/',
|
12 |
);
|
13 |
|
@@ -47,8 +47,23 @@ class DSM_FacebookSimpleComments extends ET_Builder_Module {
|
|
47 |
'main' => '%%order_class%%',
|
48 |
),
|
49 |
),
|
50 |
-
'borders'
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
'filters' => false,
|
53 |
);
|
54 |
}
|
7 |
|
8 |
protected $module_credits = array(
|
9 |
'module_uri' => 'https://suprememodules.com/',
|
10 |
+
'author' => 'Divi Supreme',
|
11 |
'author_uri' => 'https://suprememodules.com/',
|
12 |
);
|
13 |
|
47 |
'main' => '%%order_class%%',
|
48 |
),
|
49 |
),
|
50 |
+
'borders' => array(
|
51 |
+
'default' => array(
|
52 |
+
'css' => array(
|
53 |
+
'main' => array(
|
54 |
+
'border_radii' => "%%order_class%%",
|
55 |
+
'border_styles' => "%%order_class%%",
|
56 |
+
),
|
57 |
+
),
|
58 |
+
),
|
59 |
+
),
|
60 |
+
'box_shadow' => array(
|
61 |
+
'default' => array(
|
62 |
+
'css' => array(
|
63 |
+
'main' => '%%order_class%%',
|
64 |
+
),
|
65 |
+
),
|
66 |
+
),
|
67 |
'filters' => false,
|
68 |
);
|
69 |
}
|
includes/modules/FacebookSimpleFeed/FacebookSimpleFeed.php
CHANGED
@@ -7,7 +7,7 @@ class DSM_FacebookSimpleFeed extends ET_Builder_Module {
|
|
7 |
|
8 |
protected $module_credits = array(
|
9 |
'module_uri' => 'https://suprememodules.com/',
|
10 |
-
'author' => 'Supreme
|
11 |
'author_uri' => 'https://suprememodules.com/',
|
12 |
);
|
13 |
|
@@ -47,8 +47,23 @@ class DSM_FacebookSimpleFeed extends ET_Builder_Module {
|
|
47 |
'main' => '%%order_class%%',
|
48 |
),
|
49 |
),
|
50 |
-
'borders'
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
'filters' => false,
|
53 |
);
|
54 |
}
|
7 |
|
8 |
protected $module_credits = array(
|
9 |
'module_uri' => 'https://suprememodules.com/',
|
10 |
+
'author' => 'Divi Supreme',
|
11 |
'author_uri' => 'https://suprememodules.com/',
|
12 |
);
|
13 |
|
47 |
'main' => '%%order_class%%',
|
48 |
),
|
49 |
),
|
50 |
+
'borders' => array(
|
51 |
+
'default' => array(
|
52 |
+
'css' => array(
|
53 |
+
'main' => array(
|
54 |
+
'border_radii' => "%%order_class%%",
|
55 |
+
'border_styles' => "%%order_class%%",
|
56 |
+
),
|
57 |
+
),
|
58 |
+
),
|
59 |
+
),
|
60 |
+
'box_shadow' => array(
|
61 |
+
'default' => array(
|
62 |
+
'css' => array(
|
63 |
+
'main' => '%%order_class%%',
|
64 |
+
),
|
65 |
+
),
|
66 |
+
),
|
67 |
'filters' => false,
|
68 |
);
|
69 |
}
|
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.8
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -102,6 +102,9 @@ This is a common question that we get asked here every now and then which is why
|
|
102 |
|
103 |
|
104 |
== Changelog ==
|
|
|
|
|
|
|
105 |
= 1.8 – 25.11.2019 =
|
106 |
* Hotfix: Flipbox Module on Firefox Mac OS.
|
107 |
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.3
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.8.1
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
102 |
|
103 |
|
104 |
== Changelog ==
|
105 |
+
= 1.8.1 – 27.11.2019 =
|
106 |
+
* Added: Border and Shadow to Facebook Feed and Facebook Comment Module.
|
107 |
+
|
108 |
= 1.8 – 25.11.2019 =
|
109 |
* Hotfix: Flipbox Module on Firefox Mac OS.
|
110 |
|
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: 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.8
|
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.8' );
|
31 |
}
|
32 |
if ( ! defined('DSM_SHORTCODE') ) {
|
33 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|
3 |
Plugin Name: Supreme Modules for Divi
|
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.8.1
|
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.8.1' );
|
31 |
}
|
32 |
if ( ! defined('DSM_SHORTCODE') ) {
|
33 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|