Plugin Directory

Changeset 3346641


Ignore:
Timestamp:
08/18/2025 08:18:24 PM (8 months ago)
Author:
themifyme
Message:

update

Location:
themify-icons
Files:
34 added
3 edited

Legend:

Unmodified
Added
Removed
  • themify-icons/trunk/includes/shortcode.php

    r2988733 r3346641  
    6868    $output .= '<i class="' . esc_attr( themify_icons_get_icon( $icon ) ) . '" style="'. esc_attr( $icon_color ) .'"></i> ';
    6969    if( $text ) {
    70         $output .= '<span class="icon-text"'. $text_color .'>' . $text . '</span>';
     70        $output .= '<span class="icon-text"'. $text_color .'>' . esc_html( $text ) . '</span>';
    7171    }
    7272    if( $link ) {
  • themify-icons/trunk/init.php

    r3095362 r3346641  
    33Plugin Name:  Themify Icons Plugin
    44Plugin URI:   https://themify.me/themify-icons
    5 Version:      2.0.3
     5Version:      2.0.4
    66Author:       Themify
    77Description:  Insert the Themify Icons easily in your post-content, WordPress menus, and widget titles.
     
    1616class Themify_Icons {
    1717
    18     const THEMIFY_ICONS_VERSION='2.0.3';
     18    const THEMIFY_ICONS_VERSION='2.0.4';
    1919
    2020    public static function init() {
  • themify-icons/trunk/readme.txt

    r3095362 r3346641  
    33Tags: icon, font, editor, menu, menu-items, admin
    44Requires at least: 5.2
    5 Tested up to: 6.5.3
    6 Stable tag: 2.0.3
    7 License: GPLv2 or later
     5Tested up to: 6.8.2
     6Stable tag: 2.0.4
     7License: GPL v2
     8License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    89
    910Nifty plugin that enables you to use the Themify Icons (https://themify.me/themify-icons) font on your site.
Note: See TracChangeset for help on using the changeset viewer.