diff --git a/CHANGELOG.md b/CHANGELOG.md index 746fa52..25b27be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versi --- +## [0.6.2] — 2026-05-30 — Current version badge on Settings + +### Added +- Small grey pill follows the **"Radio — Settings"** heading: `v{RADIO_VERSION}`. Visible at a glance so you don't have to hover the plugin row in *Plugins → Installed* or open *About* just to check what version you're on. +- Dark-theme variant of the badge (`#2c3338` background, `#c3c4c7` text) so it stays readable when `theme=dark`. + +**Files changed:** `radio.php` (version), `inc/settings.php` (`v…` inside the H1), `assets/css/radio.css` (`.radio-version-badge` styling + dark-theme override). + +--- + ## [0.6.1] — 2026-05-30 — About page restructure By v0.6.0 the About page had eight version-history entries, each a full paragraph, dwarfing the other cards and pushing Credits + thanks off the visible area. v0.6.1 rebalances the layout. diff --git a/assets/css/radio.css b/assets/css/radio.css index 9bd57a7..c35ff98 100644 --- a/assets/css/radio.css +++ b/assets/css/radio.css @@ -297,6 +297,22 @@ font-size: 13px; } +/* Small grey pill that follows the Settings page H1 — at-a-glance + confirmation of the version you are running (v0.6.2). */ +.radio-version-badge { + display: inline-block; + margin-left: 8px; + padding: 2px 8px; + background: #e2e4e7; + color: #50575e; + border-radius: 10px; + font-size: 11px; + font-weight: 600; + vertical-align: middle; + letter-spacing: 0.02em; +} +.radio-theme-dark .radio-version-badge { background: #2c3338; color: #c3c4c7; } + /* ────────────────────────────────────────────────────────────────── * Dashboard widget — no nested card; bare content inside .inside * (WP renders the widget as a postbox already; don't double up) diff --git a/inc/about.php b/inc/about.php index 75973ed..3af9a7b 100644 --- a/inc/about.php +++ b/inc/about.php @@ -74,14 +74,15 @@ function radio_render_about_page() {

- v0.6.1 — 30 May 2026 + v0.6.2 — 30 May 2026

- +