Plugin Directory

Changeset 2884608


Ignore:
Timestamp:
03/22/2023 02:21:32 AM (3 years ago)
Author:
divisupreme
Message:

version 2.5.2

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

Legend:

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

    r2878592 r2884608  
    998998        $atts = wpcf7_format_atts( $atts );
    999999
    1000         $html = sprintf( '<input %1$s />', $atts );
     1000        $html = '<button ' . $atts . '>' . esc_attr( $value ) . '</button>';
    10011001
    10021002        return $html;
  • supreme-modules-for-divi/trunk/readme.txt

    r2878592 r2884608  
    66Tested up to: 6.1.1
    77Requires PHP: 5.6
    8 Stable tag: 2.5.1
     8Stable tag: 2.5.2
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    112112
    113113== Changelog ==
     114= 2.5.2 – 22.03.2023 =
     115* Fixed: Button Icon not showing in Divi Contact Form 7 module.
     116
    114117= 2.5.1 – 12.03.2023 =
    115118* Fixed: undefined DSM_PRO_VERSION.
  • supreme-modules-for-divi/trunk/supreme-modules-for-divi.php

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