Plugin Directory

Changeset 3056732


Ignore:
Timestamp:
03/22/2024 11:20:45 AM (2 years ago)
Author:
gn_themes
Message:

7.0.5

Location:
shortcodes-ultimate
Files:
526 added
3 edited

Legend:

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

    r2583356 r3056732  
    8686    su_query_asset( 'css', 'su-shortcodes' );
    8787
    88     return '<div class="su-note' . su_get_css_class( $atts ) . '" ' . $atts['id'] . ' style="border-color:' . su_adjust_brightness( $atts['note_color'], -10 ) . ';' . esc_attr( $radius ) . '"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:' . esc_attr( $atts['note_color'] ) . ';border-color:' . su_adjust_brightness( $atts['note_color'], 80 ) . ';color:' . esc_attr( $atts['text_color'] ) . ';' . esc_attr( $radius ) . '">' . su_do_nested_shortcodes( $content, 'note' ) . '</div></div>';
     88    return '<div class="su-note' . su_get_css_class( $atts ) . '" ' . $atts['id'] . ' style="border-color:' . esc_attr( su_adjust_brightness( $atts['note_color'], -10 ) ) . ';' . esc_attr( $radius ) . '"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:' . esc_attr( $atts['note_color'] ) . ';border-color:' . esc_attr( su_adjust_brightness( $atts['note_color'], 80 ) ) . ';color:' . esc_attr( $atts['text_color'] ) . ';' . esc_attr( $radius ) . '">' . su_do_nested_shortcodes( $content, 'note' ) . '</div></div>';
    8989
    9090}
  • shortcodes-ultimate/trunk/readme.txt

    r3041647 r3056732  
    44Donate link: https://getshortcodes.com/pricing/
    55Tags: posts, carousel, shortcode, toggle, columns
    6 Stable tag: 7.0.4
     6Stable tag: 7.0.5
    77Requires PHP: 5.4
    88Requires at least: 5.0
    9 Tested up to: 6.4
     9Tested up to: 6.5
    1010
    1111
     
    144144
    145145
     146
     147### 7.0.5
     148
     149- Tested compatibility with WordPress 6.5
     150- Security improvements
    146151
    147152
  • shortcodes-ultimate/trunk/shortcodes-ultimate.php

    r3041647 r3056732  
    99 * Text Domain: shortcodes-ultimate
    1010 * License: GPLv3
    11  * Version: 7.0.4
     11 * Version: 7.0.5
    1212 * Requires PHP: 5.4
    1313 * Requires at least: 5.0
    14  * Tested up to: 6.4
     14 * Tested up to: 6.5
    1515 *
    1616 */
     
    7070    }
    7171    define( 'SU_PLUGIN_FILE', __FILE__ );
    72     define( 'SU_PLUGIN_VERSION', '7.0.4' );
     72    define( 'SU_PLUGIN_VERSION', '7.0.5' );
    7373    require_once dirname( __FILE__ ) . '/plugin.php';
    7474}
Note: See TracChangeset for help on using the changeset viewer.