Plugin Directory

Changeset 3444522


Ignore:
Timestamp:
01/22/2026 03:44:53 AM (7 weeks ago)
Author:
n8finch
Message:

add assets

Location:
goal-progress-tracker
Files:
3 edited
6 copied

Legend:

Unmodified
Added
Removed
  • goal-progress-tracker/tags/0.1.3/goal-progress-tracker.php

    r3444506 r3444522  
    33 * Plugin Name:       Goal Progress Tracker
    44 * Description:       A beautiful goal progress tracker that displays progress as a horizontal thermometer with customizable gradient colors.
    5  * Version:           0.1.2
     5 * Version:           0.1.3
    66 * Requires at least: 6.9
    77 * Requires PHP:      8.0
  • goal-progress-tracker/tags/0.1.3/package.json

    r3444506 r3444522  
    11{
    22    "name": "goal-progress-tracker",
    3     "version": "0.1.2",
     3    "version": "0.1.3",
    44    "description": "Display goal progress as a beautiful horizontal thermometer with customizable colors and values.",
    55    "author": "Nate Finch",
     
    77    "main": "build/index.js",
    88    "files": [
     9        "assets",
    910        "build",
    1011        "languages",
  • goal-progress-tracker/tags/0.1.3/readme.txt

    r3444506 r3444522  
    55Tags:              block, progress, goal, thermometer, tracker
    66Tested up to:      6.9
    7 Stable tag:        0.1.2
     7Stable tag:        0.1.3
    88License:           GPLv2 or later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • goal-progress-tracker/trunk/goal-progress-tracker.php

    r3444506 r3444522  
    33 * Plugin Name:       Goal Progress Tracker
    44 * Description:       A beautiful goal progress tracker that displays progress as a horizontal thermometer with customizable gradient colors.
    5  * Version:           0.1.2
     5 * Version:           0.1.3
    66 * Requires at least: 6.9
    77 * Requires PHP:      8.0
  • goal-progress-tracker/trunk/package.json

    r3444506 r3444522  
    11{
    22    "name": "goal-progress-tracker",
    3     "version": "0.1.2",
     3    "version": "0.1.3",
    44    "description": "Display goal progress as a beautiful horizontal thermometer with customizable colors and values.",
    55    "author": "Nate Finch",
     
    77    "main": "build/index.js",
    88    "files": [
     9        "assets",
    910        "build",
    1011        "languages",
  • goal-progress-tracker/trunk/readme.txt

    r3444506 r3444522  
    55Tags:              block, progress, goal, thermometer, tracker
    66Tested up to:      6.9
    7 Stable tag:        0.1.2
     7Stable tag:        0.1.3
    88License:           GPLv2 or later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.