Changeset 3346641
- Timestamp:
- 08/18/2025 08:18:24 PM (8 months ago)
- Location:
- themify-icons
- Files:
-
- 34 added
- 3 edited
-
tags/2.0.4 (added)
-
tags/2.0.4/assets (added)
-
tags/2.0.4/assets/icon-picker.css (added)
-
tags/2.0.4/assets/icon-picker.css.gz (added)
-
tags/2.0.4/assets/icon-picker.js (added)
-
tags/2.0.4/assets/icon-picker.js.gz (added)
-
tags/2.0.4/assets/images (added)
-
tags/2.0.4/assets/images/favicon.png (added)
-
tags/2.0.4/assets/styles.css (added)
-
tags/2.0.4/assets/styles.css.gz (added)
-
tags/2.0.4/assets/themify-icons (added)
-
tags/2.0.4/assets/themify-icons/themify-icons.css (added)
-
tags/2.0.4/assets/themify-icons/themify-icons.css.gz (added)
-
tags/2.0.4/assets/themify-icons/themify.woff2 (added)
-
tags/2.0.4/docs (added)
-
tags/2.0.4/docs/images (added)
-
tags/2.0.4/docs/images/insert-button-post.jpg (added)
-
tags/2.0.4/docs/images/menu-icons.jpg (added)
-
tags/2.0.4/docs/images/widget-icons.jpg (added)
-
tags/2.0.4/docs/index.html (added)
-
tags/2.0.4/includes (added)
-
tags/2.0.4/includes/admin.php (added)
-
tags/2.0.4/includes/functions.php (added)
-
tags/2.0.4/includes/icon-picker.php (added)
-
tags/2.0.4/includes/menu-icons.php (added)
-
tags/2.0.4/includes/shortcode.php (added)
-
tags/2.0.4/includes/tinymce.php (added)
-
tags/2.0.4/includes/widget-icons.php (added)
-
tags/2.0.4/init.php (added)
-
tags/2.0.4/languages (added)
-
tags/2.0.4/languages/readme.txt (added)
-
tags/2.0.4/readme.txt (added)
-
tags/2.0.4/templates (added)
-
tags/2.0.4/templates/icon-picker.php (added)
-
trunk/includes/shortcode.php (modified) (1 diff)
-
trunk/init.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themify-icons/trunk/includes/shortcode.php
r2988733 r3346641 68 68 $output .= '<i class="' . esc_attr( themify_icons_get_icon( $icon ) ) . '" style="'. esc_attr( $icon_color ) .'"></i> '; 69 69 if( $text ) { 70 $output .= '<span class="icon-text"'. $text_color .'>' . $text. '</span>';70 $output .= '<span class="icon-text"'. $text_color .'>' . esc_html( $text ) . '</span>'; 71 71 } 72 72 if( $link ) { -
themify-icons/trunk/init.php
r3095362 r3346641 3 3 Plugin Name: Themify Icons Plugin 4 4 Plugin URI: https://themify.me/themify-icons 5 Version: 2.0. 35 Version: 2.0.4 6 6 Author: Themify 7 7 Description: Insert the Themify Icons easily in your post-content, WordPress menus, and widget titles. … … 16 16 class Themify_Icons { 17 17 18 const THEMIFY_ICONS_VERSION='2.0. 3';18 const THEMIFY_ICONS_VERSION='2.0.4'; 19 19 20 20 public static function init() { -
themify-icons/trunk/readme.txt
r3095362 r3346641 3 3 Tags: icon, font, editor, menu, menu-items, admin 4 4 Requires at least: 5.2 5 Tested up to: 6.5.3 6 Stable tag: 2.0.3 7 License: GPLv2 or later 5 Tested up to: 6.8.2 6 Stable tag: 2.0.4 7 License: GPL v2 8 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 8 9 9 10 Nifty 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.