Changeset 3444522
- Timestamp:
- 01/22/2026 03:44:53 AM (7 weeks ago)
- Location:
- goal-progress-tracker
- Files:
-
- 3 edited
- 6 copied
-
tags/0.1.3 (copied) (copied from goal-progress-tracker/trunk)
-
tags/0.1.3/build (copied) (copied from goal-progress-tracker/trunk/build)
-
tags/0.1.3/goal-progress-tracker.php (copied) (copied from goal-progress-tracker/trunk/goal-progress-tracker.php) (1 diff)
-
tags/0.1.3/package.json (copied) (copied from goal-progress-tracker/trunk/package.json) (2 diffs)
-
tags/0.1.3/readme.txt (copied) (copied from goal-progress-tracker/trunk/readme.txt) (1 diff)
-
tags/0.1.3/src (copied) (copied from goal-progress-tracker/trunk/src)
-
trunk/goal-progress-tracker.php (modified) (1 diff)
-
trunk/package.json (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
goal-progress-tracker/tags/0.1.3/goal-progress-tracker.php
r3444506 r3444522 3 3 * Plugin Name: Goal Progress Tracker 4 4 * Description: A beautiful goal progress tracker that displays progress as a horizontal thermometer with customizable gradient colors. 5 * Version: 0.1. 25 * Version: 0.1.3 6 6 * Requires at least: 6.9 7 7 * Requires PHP: 8.0 -
goal-progress-tracker/tags/0.1.3/package.json
r3444506 r3444522 1 1 { 2 2 "name": "goal-progress-tracker", 3 "version": "0.1. 2",3 "version": "0.1.3", 4 4 "description": "Display goal progress as a beautiful horizontal thermometer with customizable colors and values.", 5 5 "author": "Nate Finch", … … 7 7 "main": "build/index.js", 8 8 "files": [ 9 "assets", 9 10 "build", 10 11 "languages", -
goal-progress-tracker/tags/0.1.3/readme.txt
r3444506 r3444522 5 5 Tags: block, progress, goal, thermometer, tracker 6 6 Tested up to: 6.9 7 Stable tag: 0.1. 27 Stable tag: 0.1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
goal-progress-tracker/trunk/goal-progress-tracker.php
r3444506 r3444522 3 3 * Plugin Name: Goal Progress Tracker 4 4 * Description: A beautiful goal progress tracker that displays progress as a horizontal thermometer with customizable gradient colors. 5 * Version: 0.1. 25 * Version: 0.1.3 6 6 * Requires at least: 6.9 7 7 * Requires PHP: 8.0 -
goal-progress-tracker/trunk/package.json
r3444506 r3444522 1 1 { 2 2 "name": "goal-progress-tracker", 3 "version": "0.1. 2",3 "version": "0.1.3", 4 4 "description": "Display goal progress as a beautiful horizontal thermometer with customizable colors and values.", 5 5 "author": "Nate Finch", … … 7 7 "main": "build/index.js", 8 8 "files": [ 9 "assets", 9 10 "build", 10 11 "languages", -
goal-progress-tracker/trunk/readme.txt
r3444506 r3444522 5 5 Tags: block, progress, goal, thermometer, tracker 6 6 Tested up to: 6.9 7 Stable tag: 0.1. 27 Stable tag: 0.1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.