Plugin Directory

Changeset 3355298


Ignore:
Timestamp:
09/03/2025 10:39:35 AM (4 months ago)
Author:
themepoints
Message:
  • Added New Style.
  • Fix vulnerability issue.
  • Update CSS.
Location:
skillbars/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skillbars/trunk/inc/skill-bar-shortcode.php

    r3335117 r3355298  
    8080    // Register the shortcode in WordPress
    8181    add_shortcode( 'skillbars', 'skillbar_shortcode_register' );
    82    
  • skillbars/trunk/readme.txt

    r3335117 r3355298  
    55Requires at least: 4.0
    66Tested up to: 6.8.2
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     95= 2.0.2 =
     96* Added New Style.
     97* Fix vulnerability issue.
     98* Update CSS.
     99
    95100= 2.0.1 =
    96101* Update Options page.
  • skillbars/trunk/skillbar-shortcodes.php

    r3335117 r3355298  
    44     * Plugin URI: https://themepoints.com/skillbar
    55     * Description: Easily add animated skill bars to your WordPress site using shortcodes.
    6      * Version: 2.0.1
     6     * Version: 2.0.2
    77     * Author: ThemePoints
    88     * Author URI: https://themepoints.com
     
    122122                wp_enqueue_script( 'skillbar-admin-scripts', TP_SKILLBAR_PLUGIN_URL . 'admin/js/admin-scripts.js', array( 'jquery' ), '1.0.0', true );
    123123            }
    124 
    125124        }
    126125    }
Note: See TracChangeset for help on using the changeset viewer.