Plugin Directory

Changeset 3132375


Ignore:
Timestamp:
08/07/2024 11:49:27 PM (20 months ago)
Author:
divisupreme
Message:

update 2.5.60

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

Legend:

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

    r2972499 r3132375  
    66    public $vb_support = 'on';
    77    public $type       = 'child';
     8    public $icon_element_selector;
     9    public $icon_element_classname;
    810
    911    protected $module_credits = array(
  • supreme-modules-for-divi/trunk/includes/modules/IconListChild/IconListChild.php

    r2875648 r3132375  
    77    public $type            = 'child';
    88    public $child_title_var = 'text';
     9    public $icon_element_selector;
     10    public $icon_element_classname;
    911
    1012    protected $module_credits = array(
     
    547549
    548550        return $fields;
    549 
    550551    }
    551552
  • supreme-modules-for-divi/trunk/readme.txt

    r3117341 r3132375  
    44Donate link: https://divisupreme.com/supreme-modules-lite-for-divi/
    55Requires at least: 4.5
    6 Tested up to: 6.5.5
     6Tested up to: 6.6.1
    77Requires PHP: 7.4
    8 Stable tag: 2.5.59
     8Stable tag: 2.5.60
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    112112
    113113== Changelog ==
     114= 2.5.60 – 08.08.2024 =
     115* Fixed: Deprecated: Dynamic Property is deprecated warning message for Divi Flipbox and Divi Icon List Module.
     116
    114117= 2.5.59 – 20.07.2024 =
    115118* Fixed: Divi Price List Module description displaying as a row layout instead of the standard text wrap.
  • supreme-modules-for-divi/trunk/supreme-modules-for-divi.php

    r3117341 r3132375  
    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.59
     6 * Version:     2.5.60
    77 * Author:      Supreme Modules
    88 * Author URI:  https://divisupreme.com/about-us/
     
    3535
    3636if ( ! defined( 'DSM_VERSION' ) ) {
    37     define( 'DSM_VERSION', '2.5.59' );
     37    define( 'DSM_VERSION', '2.5.60' );
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.