Version Description
- 08.10.2018 =
- Removed: Header and Footer Template Extension - Until further notice.
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- includes/SupremeModulesLoader.php +2 -0
- includes/class.page-settings.php +4 -2
- readme.txt +3 -3
- supreme-modules-for-divi.php +1 -1
includes/SupremeModulesLoader.php
CHANGED
@@ -339,6 +339,7 @@ function dsm_admin_footer_text( $footer_text ) {
|
|
339 |
|
340 |
add_filter('admin_footer_text', 'dsm_admin_footer_text');
|
341 |
|
|
|
342 |
if ( dsm_setting_get_option( 'dsm_use_header_footer', 'dsm_general' ) == 'on' ) {
|
343 |
// Register Custom Post Type
|
344 |
if ( ! function_exists( 'dsm_register_posttypes' ) ) :
|
@@ -589,4 +590,5 @@ if ( dsm_setting_get_option( 'dsm_use_header_footer', 'dsm_general' ) == 'on' )
|
|
589 |
}
|
590 |
add_action('admin_notices', 'dsm_header_footer_admin_notice');
|
591 |
}
|
|
|
592 |
//End
|
339 |
|
340 |
add_filter('admin_footer_text', 'dsm_admin_footer_text');
|
341 |
|
342 |
+
/*
|
343 |
if ( dsm_setting_get_option( 'dsm_use_header_footer', 'dsm_general' ) == 'on' ) {
|
344 |
// Register Custom Post Type
|
345 |
if ( ! function_exists( 'dsm_register_posttypes' ) ) :
|
590 |
}
|
591 |
add_action('admin_notices', 'dsm_header_footer_admin_notice');
|
592 |
}
|
593 |
+
*/
|
594 |
//End
|
includes/class.page-settings.php
CHANGED
@@ -28,9 +28,10 @@ class DSM_Settings {
|
|
28 |
|
29 |
function admin_menu() {
|
30 |
add_menu_page( __( 'Divi Supreme', 'dsm-supreme-modules-for-divi' ), __( 'Divi Supreme', 'dsm-supreme-modules-for-divi' ), 'manage_options', 'divi_supreme_settings', array($this, 'plugin_page'), plugins_url( 'supreme-modules-for-divi/assets/img/icon-128x128.png' ), 99 );
|
|
|
31 |
if ( dsm_setting_get_option( 'dsm_use_header_footer', 'dsm_general' ) == 'on' ) {
|
32 |
add_submenu_page( 'divi_supreme_settings', __( 'Header & Footer', 'dsm-supreme-modules-for-divi' ), __( 'Header & Footer', 'dsm-supreme-modules-for-divi' ), 'manage_options', 'edit.php?post_type=dsm_header_footer' );
|
33 |
-
}
|
34 |
}
|
35 |
|
36 |
function get_settings_sections() {
|
@@ -71,6 +72,7 @@ class DSM_Settings {
|
|
71 |
'type' => 'checkbox',
|
72 |
'default' => 'off'
|
73 |
),
|
|
|
74 |
array(
|
75 |
'name' => 'dsm_use_header_footer',
|
76 |
'class' => 'dsm-settings-checkbox',
|
@@ -78,7 +80,7 @@ class DSM_Settings {
|
|
78 |
'desc' => __( '<span class="slider round"></span>', 'dsm-supreme-modules-for-divi' ),
|
79 |
'type' => 'checkbox',
|
80 |
'default' => 'off'
|
81 |
-
)
|
82 |
),
|
83 |
/*
|
84 |
'dsm_advanced' => array(
|
28 |
|
29 |
function admin_menu() {
|
30 |
add_menu_page( __( 'Divi Supreme', 'dsm-supreme-modules-for-divi' ), __( 'Divi Supreme', 'dsm-supreme-modules-for-divi' ), 'manage_options', 'divi_supreme_settings', array($this, 'plugin_page'), plugins_url( 'supreme-modules-for-divi/assets/img/icon-128x128.png' ), 99 );
|
31 |
+
/*
|
32 |
if ( dsm_setting_get_option( 'dsm_use_header_footer', 'dsm_general' ) == 'on' ) {
|
33 |
add_submenu_page( 'divi_supreme_settings', __( 'Header & Footer', 'dsm-supreme-modules-for-divi' ), __( 'Header & Footer', 'dsm-supreme-modules-for-divi' ), 'manage_options', 'edit.php?post_type=dsm_header_footer' );
|
34 |
+
}*/
|
35 |
}
|
36 |
|
37 |
function get_settings_sections() {
|
72 |
'type' => 'checkbox',
|
73 |
'default' => 'off'
|
74 |
),
|
75 |
+
/*
|
76 |
array(
|
77 |
'name' => 'dsm_use_header_footer',
|
78 |
'class' => 'dsm-settings-checkbox',
|
80 |
'desc' => __( '<span class="slider round"></span>', 'dsm-supreme-modules-for-divi' ),
|
81 |
'type' => 'checkbox',
|
82 |
'default' => 'off'
|
83 |
+
),*/
|
84 |
),
|
85 |
/*
|
86 |
'dsm_advanced' => array(
|
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.1.
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -31,8 +31,6 @@ Divi Supreme contains 11 Divi custom modules and more to come soon.
|
|
31 |
|
32 |
Divi Supreme Extentions
|
33 |
- Scheduled Content 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.
|
34 |
-
- Header and Footer Template - Designing Divi's footer is one of the most challenging thing ever. Without programming background knowledgde, you have to deal with time and the learning process. But with Header and Footer Template, now you can design your footer using Visual Builder and assign them to the Footer Template. 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 Footer Template using Visual Builder, then assign them to footer. That's it! Save time = Smarter.
|
35 |
-
|
36 |
|
37 |
Many more Divi Modules and Extensions coming soon...
|
38 |
|
@@ -79,6 +77,8 @@ You must have Divi theme, Extra Theme or the Divi Builder installed in order for
|
|
79 |
YES! At least Divi 3.1 onwards where they introduced the Divi Developer API.
|
80 |
|
81 |
== Changelog ==
|
|
|
|
|
82 |
|
83 |
= 1.1.3 - 08.10.2018 =
|
84 |
* Added: Header and Footer Template Extension - Only Footer template is working currently.
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.1.4
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
31 |
|
32 |
Divi Supreme Extentions
|
33 |
- Scheduled Content 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.
|
|
|
|
|
34 |
|
35 |
Many more Divi Modules and Extensions coming soon...
|
36 |
|
77 |
YES! At least Divi 3.1 onwards where they introduced the Divi Developer API.
|
78 |
|
79 |
== Changelog ==
|
80 |
+
= 1.1.4 - 08.10.2018 =
|
81 |
+
* Removed: Header and Footer Template Extension - Until further notice.
|
82 |
|
83 |
= 1.1.3 - 08.10.2018 =
|
84 |
* Added: Header and Footer Template Extension - Only Footer template is working currently.
|
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.1.
|
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.1.4
|
7 |
Author: Supreme Modules
|
8 |
Author URI: https://suprememodules.com/about-us/
|
9 |
License: GPL2
|