Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder - Version 1.8.3

Version Description

09.12.2019 = * Removed: WordPress local timezone option when using Scheduled Element Extension that causes reload due dynamic time. * Renamed: Scheduled Content Extension to Scheduled Element Extension.

Download this release

Release Info

Developer divisupreme
Plugin Icon 128x128 Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder
Version 1.8.3
Comparing to
See all releases

Code changes from version 1.8.2 to 1.8.3

includes/class-dsm-supreme-modules-for-divi.php CHANGED
@@ -692,7 +692,7 @@ class Dsm_Supreme_Modules_For_Divi {
692
  public function dsm_add_section_setting($fields_unprocessed) {
693
  $fields = [];
694
  $fields['dsm_section_schedule_visibility'] = array(
695
- 'label' => esc_html__( 'Use Scheduled Content Visibility', 'dsm-supreme-modules-for-divi' ),
696
  'type' => 'yes_no_button',
697
  'option_category' => 'configuration',
698
  'options' => array(
@@ -719,23 +719,6 @@ class Dsm_Supreme_Modules_For_Divi {
719
  'dsm_section_schedule_visibility' => 'on',
720
  ),
721
  );
722
- $fields['dsm_section_schedule_current_time'] = array(
723
- 'type' => 'warning',
724
- 'value' => true,
725
- 'display_if' => true,
726
- 'message' => esc_html__(
727
- sprintf(
728
- 'Your WordPress local timezone is: %s',
729
- current_time( 'mysql' )
730
- ),
731
- 'dsm-supreme-modules-pro-for-divi'
732
- ),
733
- 'tab_slug' => 'custom_css',
734
- 'toggle_slug' => 'visibility',
735
- 'show_if' => array(
736
- 'dsm_section_schedule_visibility' => 'on',
737
- ),
738
- );
739
  $fields['dsm_section_schedule_after_datetime'] = array(
740
  'default' => '',
741
  'label' => esc_html__( 'Schedule a Date/Time', 'dsm-supreme-modules-for-divi' ),
@@ -784,7 +767,7 @@ class Dsm_Supreme_Modules_For_Divi {
784
  public function dsm_add_row_setting($fields_unprocessed) {
785
  $fields = [];
786
  $fields['dsm_row_schedule_visibility'] = array(
787
- 'label' => esc_html__( 'Use Scheduled Content Visibility', 'dsm-supreme-modules-for-divi' ),
788
  'type' => 'yes_no_button',
789
  'option_category' => 'configuration',
790
  'options' => array(
@@ -811,23 +794,6 @@ class Dsm_Supreme_Modules_For_Divi {
811
  'dsm_row_schedule_visibility' => 'on',
812
  ),
813
  );
814
- $fields['dsm_row_schedule_current_time'] = array(
815
- 'type' => 'warning',
816
- 'value' => true,
817
- 'display_if' => true,
818
- 'message' => esc_html__(
819
- sprintf(
820
- 'Your WordPress local timezone is: %s',
821
- current_time( 'mysql' )
822
- ),
823
- 'dsm-supreme-modules-pro-for-divi'
824
- ),
825
- 'tab_slug' => 'custom_css',
826
- 'toggle_slug' => 'visibility',
827
- 'show_if' => array(
828
- 'dsm_row_schedule_visibility' => 'on',
829
- ),
830
- );
831
  $fields['dsm_row_schedule_after_datetime'] = array(
832
  'default' => '',
833
  'label' => esc_html__( 'Schedule a Date/Time', 'dsm-supreme-modules-for-divi' ),
692
  public function dsm_add_section_setting($fields_unprocessed) {
693
  $fields = [];
694
  $fields['dsm_section_schedule_visibility'] = array(
695
+ 'label' => esc_html__( 'Use Scheduled Element', 'dsm-supreme-modules-for-divi' ),
696
  'type' => 'yes_no_button',
697
  'option_category' => 'configuration',
698
  'options' => array(
719
  'dsm_section_schedule_visibility' => 'on',
720
  ),
721
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
722
  $fields['dsm_section_schedule_after_datetime'] = array(
723
  'default' => '',
724
  'label' => esc_html__( 'Schedule a Date/Time', 'dsm-supreme-modules-for-divi' ),
767
  public function dsm_add_row_setting($fields_unprocessed) {
768
  $fields = [];
769
  $fields['dsm_row_schedule_visibility'] = array(
770
+ 'label' => esc_html__( 'Use Scheduled Element', 'dsm-supreme-modules-for-divi' ),
771
  'type' => 'yes_no_button',
772
  'option_category' => 'configuration',
773
  'options' => array(
794
  'dsm_row_schedule_visibility' => 'on',
795
  ),
796
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
797
  $fields['dsm_row_schedule_after_datetime'] = array(
798
  'default' => '',
799
  'label' => esc_html__( 'Schedule a Date/Time', 'dsm-supreme-modules-for-divi' ),
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.2
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -102,6 +102,10 @@ This is a common question that we get asked here every now and then which is why
102
 
103
 
104
  == Changelog ==
 
 
 
 
105
  = 1.8.2 – 04.12.2019 =
106
  * Added: Display WordPress local timezone when using Scheduled Content Extension for easy viewing.
107
  * Rewrote: Scheduled Content Extension.
5
  Requires at least: 4.5
6
  Tested up to: 5.3
7
  Requires PHP: 5.6
8
+ Stable tag: 1.8.3
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
102
 
103
 
104
  == Changelog ==
105
+ = 1.8.3 – 09.12.2019 =
106
+ * Removed: WordPress local timezone option when using Scheduled Element Extension that causes reload due dynamic time.
107
+ * Renamed: Scheduled Content Extension to Scheduled Element Extension.
108
+
109
  = 1.8.2 – 04.12.2019 =
110
  * Added: Display WordPress local timezone when using Scheduled Content Extension for easy viewing.
111
  * Rewrote: Scheduled Content Extension.
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.2
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.2' );
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.3
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.3' );
31
  }
32
  if ( ! defined('DSM_SHORTCODE') ) {
33
  define( 'DSM_SHORTCODE', 'divi_shortcode' );