Plugin Directory

Changeset 3133473


Ignore:
Timestamp:
08/10/2024 11:27:39 AM (20 months ago)
Author:
gn_themes
Message:

7.2.2

Location:
shortcodes-ultimate
Files:
524 added
5 edited

Legend:

Unmodified
Added
Removed
  • shortcodes-ultimate/trunk/freemius/start.php

    r3115409 r3133473  
    1616     * @var string
    1717     */
    18     $this_sdk_version = '2.7.3';
     18    $this_sdk_version = '2.7.4';
    1919
    2020    #region SDK Selection Logic --------------------------------------------------------------------
  • shortcodes-ultimate/trunk/freemius/templates/account.php

    r3079488 r3133473  
    511511                                            <tr class="fs-field-<?php echo esc_attr( $p['id'] ) ?><?php if ( $odd ) : ?> alternate<?php endif ?>">
    512512                                                <td>
    513                                                     <nobr><?php echo esc_attr( $p['title'] ) ?><?php echo ( ! empty( $p['title'] ) ) ? ':' : '' ?></nobr>
     513                                                    <nobr><?php echo esc_html( $p['title'] ) ?><?php echo ( ! empty( $p['title'] ) ) ? ':' : '' ?></nobr>
    514514                                                </td>
    515515                                                <td<?php if ( 'plan' === $p['id'] || 'bundle_plan' === $p['id'] ) { echo ' colspan="2"'; }?>>
  • shortcodes-ultimate/trunk/includes/shortcodes/box.php

    r2610856 r3133473  
    111111        esc_attr( $atts['title_color'] ),
    112112        esc_attr( $atts['inner_radius'] ),
    113         su_do_attribute( $atts['title'] ),
     113        su_do_attribute( $atts['title'], true ),
    114114        su_do_nested_shortcodes( $content, 'box' ),
    115115        sanitize_html_class( $atts['id'] )
  • shortcodes-ultimate/trunk/readme.txt

    r3115409 r3133473  
    44Donate link: https://getshortcodes.com/pricing/
    55Tags: posts, carousel, shortcode, toggle, columns
    6 Stable tag: 7.2.1
     6Stable tag: 7.2.2
    77Requires PHP: 5.4
    88Requires at least: 5.0
     
    140140== Changelog ==
    141141
     142
     143
     144= 7.2.2
     145
     146- Fixed issue with HTML tags not working in the Box title
     147- Minor updates under the hood
    142148
    143149
  • shortcodes-ultimate/trunk/shortcodes-ultimate.php

    r3115409 r3133473  
    99 * Text Domain: shortcodes-ultimate
    1010 * License: GPLv3
    11  * Version: 7.2.1
     11 * Version: 7.2.2
    1212 * Requires PHP: 5.4
    1313 * Requires at least: 5.0
     
    6464    }
    6565    define( 'SU_PLUGIN_FILE', __FILE__ );
    66     define( 'SU_PLUGIN_VERSION', '7.2.1' );
     66    define( 'SU_PLUGIN_VERSION', '7.2.2' );
    6767    require_once dirname( __FILE__ ) . '/plugin.php';
    6868}
Note: See TracChangeset for help on using the changeset viewer.