feat(0.7.2): screenshots + correct wp.org contributor handle
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) <noreply@anthropic.com>
This commit is contained in:
+13
-6
@@ -1,10 +1,10 @@
|
||||
=== RangerHQ Radio ===
|
||||
Contributors: davidtkeane
|
||||
Contributors: ir240474
|
||||
Donate link: https://buymeacoffee.com/davidtkeane
|
||||
Tags: radio, music, audio, internet radio, background music
|
||||
Requires at least: 5.3
|
||||
Tested up to: 7.0
|
||||
Stable tag: 0.7.1
|
||||
Stable tag: 0.7.2
|
||||
Requires PHP: 7.4
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
@@ -64,13 +64,17 @@ SomaFM's track-info endpoint (`somafm.com/songs/{station}.json`) is fetched best
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. The main player page (Radio → My Radio) with the now-playing indicator dancing while audio is playing.
|
||||
2. The dashboard widget — same player, compact, sits alongside your usual dashboard widgets.
|
||||
3. Track History page with star-to-favourite and four search-provider links per row.
|
||||
4. Pop-out mini-player window — keeps playing while you navigate the rest of the admin.
|
||||
1. Dashboard widget — compact mini-player on the WordPress Dashboard, sits alongside your usual dashboard widgets.
|
||||
2. Settings page — choose default station, default volume, theme; admin-only Updates panel below.
|
||||
3. Track History page — every track that scrolled past, star-to-favourite, with Spotify / YouTube / Apple / Bandcamp deep-link search per row.
|
||||
4. Pop-out mini-player window — 380×560 standalone window that keeps playing while you navigate the rest of the admin.
|
||||
5. About page — what Radio does, who it's for, credits, full version history.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.7.2 =
|
||||
* Screenshots + correct wp.org contributor handle. Five `screenshot-N.png` files added at plugin root (Dashboard widget, Settings page, History page, Pop-out window, About page). `Contributors` header updated from placeholder to actual wp.org username `ir240474`.
|
||||
|
||||
= 0.7.1 =
|
||||
* Plugin Check follow-up — `Tested up to` bumped from 6.7 to 7.0 (PCP `outdated_tested_upto_header`). Stray `.DS_Store` files re-deleted (macOS Finder regenerated them between PCP runs; they won't be in the submission zip).
|
||||
|
||||
@@ -106,6 +110,9 @@ SomaFM's track-info endpoint (`somafm.com/songs/{station}.json`) is fetched best
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 0.7.2 =
|
||||
Screenshots + correct wp.org contributor handle. No user-visible changes.
|
||||
|
||||
= 0.7.1 =
|
||||
PCP follow-up — `Tested up to` bumped to 7.0. No user-visible changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user