Plugin Directory

Changeset 3059435


Ignore:
Timestamp:
03/27/2024 04:33:28 AM (2 years ago)
Author:
wpfound
Message:

Fix percentage value ui issue

Location:
skill-bar-wp
Files:
72 added
3 edited

Legend:

Unmodified
Added
Removed
  • skill-bar-wp/trunk/inc/css/wpskill.css

    r3058907 r3059435  
    7676    align-items: center;
    7777    justify-content: center;
     78    line-height: 20px;
     79
    7880}
    7981
     
    9193    margin-left: 2px;
    9294    font-size: 13px;
     95    margin-bottom: 0;
     96   
    9397}
    9498
  • skill-bar-wp/trunk/index.php

    r3058907 r3059435  
    44 * Plugin Name: Skill Bar WP
    55 * Plugin URI:  https://github.com/arif123456/wp-skill-bar
    6  * Description: A WordPress progress bar plugin for showing skills in percentage at any post or  page. Progress bar is useful for website owners to show skills. The Progress bar plugin adds beautiful progress bars or progress meter by generating a shortcode. The Plugin calculates the progress by showing your progress as a percentage and displaying a cool, animated progress bar that shows multiple colors. Sleek and polished, this plugin is easy to install, user-friendly, and creates a professional look for your site.
    7  * Version:     1.0.4
     6 * Description: A WordPress progress bar plugin for showing skills in percentage at any post or  page. Progress bar is useful for website owners to show skills. The Progress bar plugin adds beautiful progress bars or progress meter by generating a shortcode.
     7 * Version:     1.0.5
    88 * Author:      WPFound
    99 * Author URI   https://github.com/arif123456
  • skill-bar-wp/trunk/readme.txt

    r3058907 r3059435  
    44Tags: skill bar, progress bar, skill bars
    55Requires at least: 5.4
    6 Tested up to: 6.2.2
     6Tested up to: 6.4.3
    77Requires PHP: 7.2
    8 Stable tag: 1.0.4
     8Stable tag: 1.0.5
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313A WordPress progress bar plugin for showing skills in percentage at any post or  page. Progress bar is useful for website owners to show skills. The Progress bar plugin adds beautiful progress bars or progress meter by generating a shortcode.
    14 The Plugin calculates the progress by showing your progress as a percentage and displaying a cool, animated progress bar that shows multiple colors.
    15 Sleek and polished, this plugin is easy to install, user-friendly, and creates a professional look for your site.
    1614
    1715== Description ==
     
    3533* Works with any WordPress theme
    3634* All browser compatible (edited)
    37 * Add sub text
     35* Sub text
    3836
    3937== Installation ==
     
    5351== Changelog ==
    5452
    55 = 1.0.0 =
    56 * Initial release.
     53= 1.0.5 =
     54* Percentage value ui issue fix *
     55* Compatible with wordpress 6.4.3 *
     56
     57= 1.0.4 =
     58* Add sub text *
     59* Update UI *
    5760
    5861= 1.0.3 =
    59 * Update: Progress title & value.
     62* Update progress title & value. *
    6063
    61 = 1.0.4 =
    62 * Add: Sub text
    63 * Add: Update UI
     64= 1.0.0 =
     65* Initial release. *
    6466
Note: See TracChangeset for help on using the changeset viewer.