Plugin Directory


Ignore:
Location:
shortcodes-ultimate/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • shortcodes-ultimate/trunk/includes/shortcodes/lightbox.php

    r3084162 r3096024  
    6969    su_query_asset( 'js', 'su-shortcodes' );
    7070
    71     return '<span class="su-lightbox' . su_get_css_class( $atts ) . '" data-mfp-src="' . su_do_attribute( $atts['src'] ) . '" data-mfp-type="' . sanitize_key( $atts['type'] ) . '" data-mobile="' . sanitize_key( $atts['mobile'] ) . '">' . do_shortcode( $content ) . '</span>';
     71    return '<span class="su-lightbox' . su_get_css_class( $atts ) . '" data-mfp-src="' . str_replace( 'javascript', '', su_do_attribute( $atts['src'] ) ) . '" data-mfp-type="' . sanitize_key( $atts['type'] ) . '" data-mobile="' . sanitize_key( $atts['mobile'] ) . '">' . do_shortcode( $content ) . '</span>';
    7272
    7373}
  • shortcodes-ultimate/trunk/readme.txt

    r3084162 r3096024  
    44Donate link: https://getshortcodes.com/pricing/
    55Tags: posts, carousel, shortcode, toggle, columns
    6 Stable tag: 7.1.6
     6Stable tag: 7.1.7
    77Requires PHP: 5.4
    88Requires at least: 5.0
     
    142142
    143143
    144 # 7.1.6
     144### 7.1.7
     145
     146This update features security improvements and is recommended for all users
     147
     148
     149### 7.1.6
    145150
    146151This update features security improvements and is recommended for all users
  • shortcodes-ultimate/trunk/shortcodes-ultimate.php

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