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

Version Description

08.12.2021 = * Fixed: magnific popup not found if using Divi plugin instead of Divi Theme.

Download this release

Release Info

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

Code changes from version 2.4.0 to 2.4.1

public/class-dsm-supreme-modules-for-divi-public.php CHANGED
@@ -154,7 +154,8 @@ class Dsm_Supreme_Modules_For_Divi_Public {
154
  wp_register_script( 'dsm-twitter-embed', 'https://platform.twitter.com/widgets.js', array(), DSM_VERSION, true );
155
  wp_register_script( 'dsm-image-accordion', plugin_dir_url( __DIR__ ) . 'includes/modules/ImageAccordion/frontend.min.js', array( 'jquery' ), DSM_VERSION, true );
156
  // Divi Assets.
157
- wp_register_script( 'magnific-popup', get_template_directory_uri() . '/includes/builder/feature/dynamic-assets/assets/js/magnific-popup.js', array( 'jquery' ), DSM_VERSION, true );
 
158
  }
159
 
160
  }
154
  wp_register_script( 'dsm-twitter-embed', 'https://platform.twitter.com/widgets.js', array(), DSM_VERSION, true );
155
  wp_register_script( 'dsm-image-accordion', plugin_dir_url( __DIR__ ) . 'includes/modules/ImageAccordion/frontend.min.js', array( 'jquery' ), DSM_VERSION, true );
156
  // Divi Assets.
157
+ $ET_BUILDER_URI = defined( 'ET_BUILDER_PLUGIN_URI' ) ? ET_BUILDER_PLUGIN_URI : get_template_directory_uri();
158
+ wp_register_script( 'magnific-popup', $ET_BUILDER_URI . '/includes/builder/feature/dynamic-assets/assets/js/magnific-popup.js', array( 'jquery' ), DSM_VERSION, true );
159
  }
160
 
161
  }
readme.txt CHANGED
@@ -3,9 +3,9 @@ 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.8
7
  Requires PHP: 5.6
8
- Stable tag: 2.4.0
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -112,6 +112,9 @@ This is a common question that we get asked here every now and then which is why
112
 
113
 
114
  == Changelog ==
 
 
 
115
  = 2.4.0 – 27.08.2021 =
116
  * Fixed: Contact form 7 button conflict with Theme Customizer Button styles.
117
  * Fixed: Text alignment CSS classes not found in newer Divi version.
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.8.2
7
  Requires PHP: 5.6
8
+ Stable tag: 2.4.1
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
112
 
113
 
114
  == Changelog ==
115
+ = 2.4.1 – 08.12.2021 =
116
+ * Fixed: magnific popup not found if using Divi plugin instead of Divi Theme.
117
+
118
  = 2.4.0 – 27.08.2021 =
119
  * Fixed: Contact form 7 button conflict with Theme Customizer Button styles.
120
  * Fixed: Text alignment CSS classes not found in newer Divi version.
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: 2.4.0
7
  * Author: Supreme Modules
8
  * Author URI: https://suprememodules.com/about-us/
9
  * License: GPL2
@@ -34,7 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) {
34
  }
35
 
36
  if ( ! defined( 'DSM_VERSION' ) ) {
37
- define( 'DSM_VERSION', '2.4.0' );
38
  }
39
  if ( ! defined( 'DSM_SHORTCODE' ) ) {
40
  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: 2.4.1
7
  * Author: Supreme Modules
8
  * Author URI: https://suprememodules.com/about-us/
9
  * License: GPL2
34
  }
35
 
36
  if ( ! defined( 'DSM_VERSION' ) ) {
37
+ define( 'DSM_VERSION', '2.4.1' );
38
  }
39
  if ( ! defined( 'DSM_SHORTCODE' ) ) {
40
  define( 'DSM_SHORTCODE', 'divi_shortcode' );