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

Version Description

  • 02.01.2019 =
  • Removed: Header level tags on Price List module.
Download this release

Release Info

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

Code changes from version 1.3.8 to 1.3.8.1

includes/modules/PriceList/PriceList.php CHANGED
@@ -54,7 +54,7 @@ class DSM_PriceList extends ET_Builder_Module {
54
  'letter_spacing' => array(
55
  'default' => '0px',
56
  ),
57
- 'header_level' => false,
58
  'hide_text_align' => true,
59
  ),
60
  'content' => array(
54
  'letter_spacing' => array(
55
  'default' => '0px',
56
  ),
57
+ 'hide_header_level' => true,
58
  'hide_text_align' => true,
59
  ),
60
  'content' => array(
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://suprememodules.com/
5
  Requires at least: 4.5
6
  Tested up to: 5.0.2
7
  Requires PHP: 5.6
8
- Stable tag: 1.3.8
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -87,6 +87,9 @@ Divi Builder >= version 2.1
87
  PHP version >= 5.6
88
 
89
  == Changelog ==
 
 
 
90
  = 1.3.8 - 02.01.2019 =
91
  * Fixed: et_divi_divider_style_choices() error on older Divi version.
92
 
5
  Requires at least: 4.5
6
  Tested up to: 5.0.2
7
  Requires PHP: 5.6
8
+ Stable tag: 1.3.8.1
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
87
  PHP version >= 5.6
88
 
89
  == Changelog ==
90
+ = 1.3.8.1 - 02.01.2019 =
91
+ * Removed: Header level tags on Price List module.
92
+
93
  = 1.3.8 - 02.01.2019 =
94
  * Fixed: et_divi_divider_style_choices() error on older Divi version.
95
 
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.3.8
7
  Author: Supreme Modules
8
  Author URI: https://suprememodules.com/about-us/
9
  License: GPL2
@@ -36,7 +36,7 @@ if ( version_compare(PHP_VERSION, '5.6', '<') ) {
36
  add_action( 'admin_notices', 'dsm_admin_notice__php_version_error' );
37
  return;
38
  } else {
39
- define( 'DSM_VERSION', '1.3.8' );
40
 
41
  if ( ! function_exists( 'dsm_initialize_extension' ) ):
42
  /**
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.3.8.1
7
  Author: Supreme Modules
8
  Author URI: https://suprememodules.com/about-us/
9
  License: GPL2
36
  add_action( 'admin_notices', 'dsm_admin_notice__php_version_error' );
37
  return;
38
  } else {
39
+ define( 'DSM_VERSION', '1.3.8.1' );
40
 
41
  if ( ! function_exists( 'dsm_initialize_extension' ) ):
42
  /**