Version Description
15.04.2020 = * Fixed: Divi Embed Twitter Timeline Module limit tweets unit bug.
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 2.1.0 |
Comparing to | |
See all releases |
Code changes from version 2.0.9 to 2.1.0
includes/modules/EmbedTwitterTimeline/EmbedTwitterTimeline.php
CHANGED
@@ -73,7 +73,8 @@ class DSM_TwitterEmbeddedTimeline extends ET_Builder_Module {
|
|
73 |
'type' => 'range',
|
74 |
'option_category' => 'layout',
|
75 |
'toggle_slug' => 'main_content',
|
76 |
-
'
|
|
|
77 |
'default' => '3',
|
78 |
'range_settings' => array(
|
79 |
'min' => '1',
|
73 |
'type' => 'range',
|
74 |
'option_category' => 'layout',
|
75 |
'toggle_slug' => 'main_content',
|
76 |
+
'validate_unit' => false,
|
77 |
+
'unitless' => true,
|
78 |
'default' => '3',
|
79 |
'range_settings' => array(
|
80 |
'min' => '1',
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://suprememodules.com/
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 2.0
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -109,6 +109,9 @@ This is a common question that we get asked here every now and then which is why
|
|
109 |
|
110 |
|
111 |
== Changelog ==
|
|
|
|
|
|
|
112 |
= 2.0.9 – 14.04.2020 =
|
113 |
* Removed: Autoplay in Divi Lottie Module.
|
114 |
* Added: Divi Lottie Module Viewport Option.
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.1.0
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
109 |
|
110 |
|
111 |
== Changelog ==
|
112 |
+
= 2.1.0 – 15.04.2020 =
|
113 |
+
* Fixed: Divi Embed Twitter Timeline Module limit tweets unit bug.
|
114 |
+
|
115 |
= 2.0.9 – 14.04.2020 =
|
116 |
* Removed: Autoplay in Divi Lottie Module.
|
117 |
* Added: Divi Lottie Module Viewport Option.
|
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: 2.0
|
7 |
* Author: Supreme Modules
|
8 |
* Author URI: https://suprememodules.com/about-us/
|
9 |
* License: GPL2
|
@@ -34,7 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
34 |
}
|
35 |
|
36 |
if ( ! defined( 'DSM_VERSION' ) ) {
|
37 |
-
define( 'DSM_VERSION', '2.0
|
38 |
}
|
39 |
if ( ! defined( 'DSM_SHORTCODE' ) ) {
|
40 |
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: 2.1.0
|
7 |
* Author: Supreme Modules
|
8 |
* Author URI: https://suprememodules.com/about-us/
|
9 |
* License: GPL2
|
34 |
}
|
35 |
|
36 |
if ( ! defined( 'DSM_VERSION' ) ) {
|
37 |
+
define( 'DSM_VERSION', '2.1.0' );
|
38 |
}
|
39 |
if ( ! defined( 'DSM_SHORTCODE' ) ) {
|
40 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|