Plugin Directory

Changeset 3100418


Ignore:
Timestamp:
06/10/2024 09:32:28 AM (22 months ago)
Author:
divisupreme
Message:

update 2.5.55

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

Legend:

Unmodified
Added
Removed
  • supreme-modules-for-divi/trunk/includes/modules/FlipBoxPerk/FlipBoxPerk.php

    r3079965 r3100418  
    386386        if ( isset( get_option( 'dsm_settings_misc' )['dsm_dynamic_assets'] ) && ! empty( get_option( 'dsm_settings_misc' )['dsm_dynamic_assets'] ) && 'on' === get_option( 'dsm_settings_misc' )['dsm_dynamic_assets'] ) {
    387387            if ( isset( get_option( 'dsm_settings_misc' )['dsm_dynamic_assets_compatibility'] ) && ! empty( get_option( 'dsm_settings_misc' )['dsm_dynamic_assets'] ) && 'on' === get_option( 'dsm_settings_misc' )['dsm_dynamic_assets_compatibility'] ) {
    388                 wp_enqueue_style( 'dsm-flipbox', plugin_dir_url( __DIR__ ) . 'FlipBoxPerk/style.css', array(), DSM_PRO_VERSION, 'all' );
     388                wp_enqueue_style( 'dsm-flipbox', plugin_dir_url( __DIR__ ) . 'FlipBoxPerk/style.css', array(), DSM_VERSION, 'all' );
    389389            } else {
    390390                add_filter( 'et_global_assets_list', array( $this, 'dsm_load_required_divi_assets' ), 10, 3 );
  • supreme-modules-for-divi/trunk/readme.txt

    r3098815 r3100418  
    66Tested up to: 6.5.4
    77Requires PHP: 7.4
    8 Stable tag: 2.5.54
     8Stable tag: 2.5.55
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    112112
    113113== Changelog ==
     114= 2.5.55 – 10.06.2024 =
     115* Fixed: Fatal error: Uncaught Error: Undefined constant "DSM_PRO_VERSION" in Flipbox Module/
     116
    114117= 2.5.54 – 07.06.2024 =
    115118* Fixed: Undefined DSM_PRO_VERSION.
  • supreme-modules-for-divi/trunk/supreme-modules-for-divi.php

    r3098815 r3100418  
    44 * Plugin URI:  https://divisupreme.com/supreme-modules-lite-for-divi/
    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.5.54
     6 * Version:     2.5.55
    77 * Author:      Supreme Modules
    88 * Author URI:  https://divisupreme.com/about-us/
     
    3535
    3636if ( ! defined( 'DSM_VERSION' ) ) {
    37     define( 'DSM_VERSION', '2.5.54' );
     37    define( 'DSM_VERSION', '2.5.55' );
    3838}
     39
    3940if ( ! defined( 'DSM_SHORTCODE' ) ) {
    4041    define( 'DSM_SHORTCODE', 'divi_shortcode' );
Note: See TracChangeset for help on using the changeset viewer.