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

Version Description

20.01.2020 = * Fixed: List Style not rendering properly for Menu Module in Blog Post.

Download this release

Release Info

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

Code changes from version 1.9 to 1.9.1

includes/modules/Menu/Menu.php CHANGED
@@ -7,7 +7,7 @@ class DSM_NavMenu extends ET_Builder_Module {
7
 
8
  protected $module_credits = array(
9
  'module_uri' => 'https://suprememodules.com/',
10
- 'author' => 'Supreme Modules',
11
  'author_uri' => 'https://suprememodules.com/',
12
  );
13
 
@@ -414,7 +414,7 @@ class DSM_NavMenu extends ET_Builder_Module {
414
 
415
  if ( 'disc' !== $list_style_type ) {
416
  ET_Builder_Element::set_style( $render_slug, array(
417
- 'selector' => '%%order_class%% ul.dsm-menu, %%order_class%% ul.dsm-menu .sub-menu',
418
  'declaration' => sprintf(
419
  'list-style-type: %1$s;',
420
  esc_attr( $list_style_type )
7
 
8
  protected $module_credits = array(
9
  'module_uri' => 'https://suprememodules.com/',
10
+ 'author' => 'Divi Supreme',
11
  'author_uri' => 'https://suprememodules.com/',
12
  );
13
 
414
 
415
  if ( 'disc' !== $list_style_type ) {
416
  ET_Builder_Element::set_style( $render_slug, array(
417
+ 'selector' => '#et-boc %%order_class%% ul.dsm-menu, %%order_class%% ul.dsm-menu, %%order_class%% ul.dsm-menu .sub-menu',
418
  'declaration' => sprintf(
419
  'list-style-type: %1$s;',
420
  esc_attr( $list_style_type )
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.9
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -105,6 +105,8 @@ This is a common question that we get asked here every now and then which is why
105
 
106
 
107
  == Changelog ==
 
 
108
 
109
  = 1.9 – 17.01.2020 =
110
  * Enhanced: Icon List Module enhancement on Visual Builder.
5
  Requires at least: 4.5
6
  Tested up to: 5.3
7
  Requires PHP: 5.6
8
+ Stable tag: 1.9.1
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
105
 
106
 
107
  == Changelog ==
108
+ = 1.9.1 – 20.01.2020 =
109
+ * Fixed: List Style not rendering properly for Menu Module in Blog Post.
110
 
111
  = 1.9 – 17.01.2020 =
112
  * Enhanced: Icon List Module enhancement on Visual Builder.
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: 1.9
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.9' );
31
  }
32
  if ( ! defined('DSM_SHORTCODE') ) {
33
  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: 1.9.1
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.9.1' );
31
  }
32
  if ( ! defined('DSM_SHORTCODE') ) {
33
  define( 'DSM_SHORTCODE', 'divi_shortcode' );