Version Description
12.12.2019 = * Renamed: Divi Scheduled Content to Divi Scheduled Element.
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 1.8.5 |
Comparing to | |
See all releases |
Code changes from version 1.8.4 to 1.8.5
- includes/class.page-settings.php +1 -1
- readme.txt +9 -6
- supreme-modules-for-divi.php +3 -3
includes/class.page-settings.php
CHANGED
@@ -65,7 +65,7 @@ class DSM_Settings {
|
|
65 |
array(
|
66 |
'name' => 'dsm_use_scheduled_content',
|
67 |
'class' => 'dsm-settings-checkbox',
|
68 |
-
'label' => __( 'Enable Scheduled
|
69 |
'desc' => __( '<span class="slider round"></span>', 'dsm-supreme-modules-for-divi' ),
|
70 |
'type' => 'checkbox',
|
71 |
'default' => 'off'
|
65 |
array(
|
66 |
'name' => 'dsm_use_scheduled_content',
|
67 |
'class' => 'dsm-settings-checkbox',
|
68 |
+
'label' => __( 'Enable Scheduled Element on Section & Row', 'dsm-supreme-modules-for-divi' ),
|
69 |
'desc' => __( '<span class="slider round"></span>', 'dsm-supreme-modules-for-divi' ),
|
70 |
'type' => 'checkbox',
|
71 |
'default' => 'off'
|
readme.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
=== Supreme Modules
|
2 |
Contributors: divisupreme, kenng87
|
3 |
Tags: Divi, Divi Module, Divi Page Builder, divi theme, divi builder, Divi Extensions
|
4 |
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 |
|
12 |
-
Divi Supreme plugin enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
-
Divi Supreme plugin enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
17 |
|
18 |
-
Divi Supreme contains 17 Free Divi Custom Modules and more to come soon.
|
19 |
|
20 |
- Supreme Divi Gradient Text - By using Divi's built-in background gradient tool, this module allow you to have gradient text without coding.
|
21 |
- Supreme Divi Flipbox - With 4 types of Flipbox effect to choose from (Flip Left, Flip Right, Flip Up and Flip Down), you can create stunning interactive content that converts.
|
@@ -37,7 +37,7 @@ Divi Supreme contains 17 Free Divi Custom Modules and more to come soon.
|
|
37 |
|
38 |
Divi Supreme Extentions
|
39 |
|
40 |
-
- Scheduled
|
41 |
- Divi Templates - Designing Divi's footer or 404 page is one of the most challenging thing ever. Without programming background knowledgde, you have to deal with time and the learning process. But with Divi Templates, now you can design your custom footer, 404 and Search No Result page using Visual Builder and assign them. As easy as that, No coding required. Don't spend time finding those layout global module ID because you don't have to. Just 2 easy steps: Create a Template using Visual Builder, then assign them to footer/404. That's it! Save time = Smarter.
|
42 |
- Divi Shortcodes - This will add a shortcode column in the Divi Library. Use that Divi shortcode to display your layout in any Divi module or even your PHP file by using [divi_shortcode id=""].
|
43 |
|
@@ -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.4 – 11.12.2019 =
|
106 |
* Enhanced: Caldera Form Module Grid and Column.
|
107 |
|
1 |
+
=== Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder ===
|
2 |
Contributors: divisupreme, kenng87
|
3 |
Tags: Divi, Divi Module, Divi Page Builder, divi theme, divi builder, Divi Extensions
|
4 |
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.5
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
+
Divi Supreme lite plugin enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
Divi Supreme lite plugin enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
17 |
|
18 |
+
Divi Supreme lite contains 17 Free Divi Custom Modules and more to come soon.
|
19 |
|
20 |
- Supreme Divi Gradient Text - By using Divi's built-in background gradient tool, this module allow you to have gradient text without coding.
|
21 |
- Supreme Divi Flipbox - With 4 types of Flipbox effect to choose from (Flip Left, Flip Right, Flip Up and Flip Down), you can create stunning interactive content that converts.
|
37 |
|
38 |
Divi Supreme Extentions
|
39 |
|
40 |
+
- Divi Scheduled Element Visibility - This will extend the Visibility option in the the Section/Row's custom setting to allow you to show or hide the section or row with a specify date/time.
|
41 |
- Divi Templates - Designing Divi's footer or 404 page is one of the most challenging thing ever. Without programming background knowledgde, you have to deal with time and the learning process. But with Divi Templates, now you can design your custom footer, 404 and Search No Result page using Visual Builder and assign them. As easy as that, No coding required. Don't spend time finding those layout global module ID because you don't have to. Just 2 easy steps: Create a Template using Visual Builder, then assign them to footer/404. That's it! Save time = Smarter.
|
42 |
- Divi Shortcodes - This will add a shortcode column in the Divi Library. Use that Divi shortcode to display your layout in any Divi module or even your PHP file by using [divi_shortcode id=""].
|
43 |
|
102 |
|
103 |
|
104 |
== Changelog ==
|
105 |
+
= 1.8.5 – 12.12.2019 =
|
106 |
+
* Renamed: Divi Scheduled Content to Divi Scheduled Element.
|
107 |
+
|
108 |
= 1.8.4 – 11.12.2019 =
|
109 |
* Enhanced: Caldera Form Module Grid and Column.
|
110 |
|
supreme-modules-for-divi.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Supreme Modules
|
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' );
|
1 |
<?php
|
2 |
/*
|
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.8.5
|
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.5' );
|
31 |
}
|
32 |
if ( ! defined('DSM_SHORTCODE') ) {
|
33 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|