From a298a4c217a11da05fedc5cb66c9ebec8a678735 Mon Sep 17 00:00:00 2001 From: David Keane Date: Sat, 30 May 2026 04:06:50 +0100 Subject: [PATCH] feat(0.7.2): screenshots + correct wp.org contributor handle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two small submission-prep moves on top of v0.7.1: Added - Five screenshots at the plugin root, per WordPress.org convention: screenshot-1.png Dashboard widget screenshot-2.png Settings page screenshot-3.png History page (star + four search-provider links) screenshot-4.png Pop-out mini-player window screenshot-5.png About page Sizes 1087–1422 wide; total ~720KB. Changed - Contributors: in readme.txt updated from `davidtkeane` (placeholder) to `ir240474` (actual wp.org username, profile confirmed at https://profiles.wordpress.org/ir240474/). - Stable tag: bumped to 0.7.2. - Screenshots section in readme.txt rewritten to match the five actual screenshots. Notes - Source images were in an images/ working folder; moved + renamed to plugin root for wp.org convention, working folder removed. - After this release the only PCP residue is the .gitignore hidden-file warning — unavoidable on the dev install, won't be in the submission zip. Files: radio.php (version), readme.txt (Contributors / Stable Tag / Screenshots section / new 0.7.2 changelog + upgrade notice), CHANGELOG.md, inc/about.php (rotate v0.7.2 → latest), 5 new screenshot-*.png files at plugin root, images/ removed. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ inc/about.php | 5 +++-- radio.php | 4 ++-- readme.txt | 19 +++++++++++++------ screenshot-1.png | Bin 0 -> 99282 bytes screenshot-2.png | Bin 0 -> 138290 bytes screenshot-3.png | Bin 0 -> 107877 bytes screenshot-4.png | Bin 0 -> 107118 bytes screenshot-5.png | Bin 0 -> 273984 bytes 9 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 screenshot-1.png create mode 100644 screenshot-2.png create mode 100644 screenshot-3.png create mode 100644 screenshot-4.png create mode 100644 screenshot-5.png diff --git a/CHANGELOG.md b/CHANGELOG.md index eab2e0f..9f5bd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,31 @@ Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versi --- +## [0.7.2] — 2026-05-30 — Screenshots + correct wp.org contributor handle + +Two small but real submission-prep moves: + +### Added +- **Five screenshots** at the plugin root, named per WordPress.org convention (`screenshot-1.png` through `screenshot-5.png`). Sizes 1087–1422 wide. Order matches the readme: + 1. Dashboard widget + 2. Settings page + 3. History page (star + four search-provider links) + 4. Pop-out mini-player window + 5. About page + +### Changed +- **`Contributors:`** in `readme.txt` updated from `davidtkeane` (placeholder) to **`ir240474`** — actual wp.org username confirmed (profile: ). +- **`Stable tag:`** bumped to `0.7.2`. +- **Screenshots section** in `readme.txt` rewritten to match the five actual screenshots provided. + +### Notes +- Source images came from an `images/` working folder (David's working location); they've been moved/renamed to plugin root for the wp.org screenshot convention, and the working folder removed. +- After this release the only PCP residue is the `.gitignore` hidden-file warning, which is unavoidable on the dev install and won't be in the submission zip. + +**Files changed:** `radio.php` (version), `readme.txt` (Contributors, Stable Tag, Screenshots section, new 0.7.2 changelog + upgrade notice), `CHANGELOG.md`, `inc/about.php` (rotate v0.7.2 → latest), **5 new files** `screenshot-1.png` through `screenshot-5.png` at plugin root, `images/` directory removed. + +--- + ## [0.7.1] — 2026-05-30 — Plugin Check follow-up: tested-up-to + .DS_Store re-cleanup A re-run of PCP after v0.7.0 dropped the issue count from 169 → 4. This release closes the only real one of the four: diff --git a/inc/about.php b/inc/about.php index 56aeec6..44c9def 100644 --- a/inc/about.php +++ b/inc/about.php @@ -79,14 +79,15 @@ function radio_render_about_page() {

- v0.7.1 — 30 May 2026 + v0.7.2 — 30 May 2026

- +