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
-
+
+ - v0.7.1 30 May 2026 —
- v0.7.0 30 May 2026 —
- v0.6.3 30 May 2026 —
- v0.6.2 30 May 2026 —
diff --git a/radio.php b/radio.php
index 767c431..01df42d 100644
--- a/radio.php
+++ b/radio.php
@@ -5,7 +5,7 @@
* Plugin Name: RangerHQ Radio
* Plugin URI: https://icanhelp.ie/radio
* Description: A small, focused internet radio player for your WordPress admin. 44 hand-curated stations from SomaFM across 10 genres — ambient, electronic, lounge, rock, metal, jazz, world, reggae, holiday, specials. Plays via HTML5 audio; per-user station + volume + history + favourites; pop-out window for continuous background play.
- * Version: 0.7.1
+ * Version: 0.7.2
* Requires at least: 5.3
* Requires PHP: 7.4
* Author: David Keane
@@ -20,7 +20,7 @@
if ( ! defined( 'ABSPATH' ) ) { exit; }
// Plugin coordinates.
-if ( ! defined( 'RADIO_VERSION' ) ) { define( 'RADIO_VERSION', '0.7.1' ); }
+if ( ! defined( 'RADIO_VERSION' ) ) { define( 'RADIO_VERSION', '0.7.2' ); }
if ( ! defined( 'RADIO_FILE' ) ) { define( 'RADIO_FILE', __FILE__ ); }
if ( ! defined( 'RADIO_PATH' ) ) { define( 'RADIO_PATH', plugin_dir_path( __FILE__ ) ); }
if ( ! defined( 'RADIO_URL' ) ) { define( 'RADIO_URL', plugin_dir_url( __FILE__ ) ); }
diff --git a/readme.txt b/readme.txt
index c985572..aadfd96 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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.
diff --git a/screenshot-1.png b/screenshot-1.png
new file mode 100644
index 0000000..b915118
Binary files /dev/null and b/screenshot-1.png differ
diff --git a/screenshot-2.png b/screenshot-2.png
new file mode 100644
index 0000000..1f82dac
Binary files /dev/null and b/screenshot-2.png differ
diff --git a/screenshot-3.png b/screenshot-3.png
new file mode 100644
index 0000000..843c9b8
Binary files /dev/null and b/screenshot-3.png differ
diff --git a/screenshot-4.png b/screenshot-4.png
new file mode 100644
index 0000000..6d42149
Binary files /dev/null and b/screenshot-4.png differ
diff --git a/screenshot-5.png b/screenshot-5.png
new file mode 100644
index 0000000..6f32797
Binary files /dev/null and b/screenshot-5.png differ