Plugin Directory

Changeset 2641016


Ignore:
Timestamp:
12/08/2021 04:25:28 AM (4 years ago)
Author:
divisupreme
Message:

2.4.1

Location:
supreme-modules-for-divi
Files:
143 added
3 edited

Legend:

Unmodified
Added
Removed
  • supreme-modules-for-divi/trunk/public/class-dsm-supreme-modules-for-divi-public.php

    r2589658 r2641016  
    155155        wp_register_script( 'dsm-image-accordion', plugin_dir_url( __DIR__ ) . 'includes/modules/ImageAccordion/frontend.min.js', array( 'jquery' ), DSM_VERSION, true );
    156156        // 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 );
     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 );
    158159    }
    159160
  • supreme-modules-for-divi/trunk/readme.txt

    r2589658 r2641016  
    44Donate link: https://suprememodules.com/
    55Requires at least: 4.5
    6 Tested up to: 5.8
     6Tested up to: 5.8.2
    77Requires PHP: 5.6
    8 Stable tag: 2.4.0
     8Stable tag: 2.4.1
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    113113
    114114== Changelog ==
     115= 2.4.1 – 08.12.2021 =
     116* Fixed: magnific popup not found if using Divi plugin instead of Divi Theme.
     117
    115118= 2.4.0 – 27.08.2021 =
    116119* Fixed: Contact form 7 button conflict with Theme Customizer Button styles.
  • supreme-modules-for-divi/trunk/supreme-modules-for-divi.php

    r2589658 r2641016  
    44 * Plugin URI:  https://suprememodules.com
    55 * 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
     6 * Version:     2.4.1
    77 * Author:      Supreme Modules
    88 * Author URI:  https://suprememodules.com/about-us/
     
    3535
    3636if ( ! defined( 'DSM_VERSION' ) ) {
    37     define( 'DSM_VERSION', '2.4.0' );
     37    define( 'DSM_VERSION', '2.4.1' );
    3838}
    3939if ( ! defined( 'DSM_SHORTCODE' ) ) {
Note: See TracChangeset for help on using the changeset viewer.