diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c8c2c..eab2e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,24 @@ Format: [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) — versi --- +## [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: + +### Fixed +- **`Tested up to` bumped: 6.7 → 7.0** in `readme.txt` (PCP `outdated_tested_upto_header`). WordPress 7.0 is current; the previous header would have been flagged as out-of-date at submission review. +- **Stable Tag bumped to 0.7.1** in `readme.txt`. + +### Removed (again) +- `.DS_Store` files (root + `assets/`). macOS Finder regenerated them between PCP runs; they will not be present in the actual submission zip. `.gitignore` already covers them. + +### Known PCP residue (not addressable in source) +- The `.gitignore` file itself triggers a `hidden_files` WARNING (sev 8) on PCP because it's a dot-file. Keeping `.gitignore` is needed for git; it will be excluded from the submission zip. Acceptable per WP.org packaging conventions. + +**Files changed:** `radio.php` (version), `readme.txt` (Tested-up-to + Stable Tag + new 0.7.1 changelog + upgrade notice), `CHANGELOG.md`, `.DS_Store` files deleted. + +--- + ## [0.7.0] — 2026-05-30 — WordPress.org submission prep (full Plugin Check clean) Ran the official WordPress.org **Plugin Check (PCP)** against v0.6.3 — surfaced **169 issues**. This release closes all of them so the plugin is submission-ready for the WordPress.org plugin directory. diff --git a/inc/about.php b/inc/about.php index d386fbe..56aeec6 100644 --- a/inc/about.php +++ b/inc/about.php @@ -79,14 +79,15 @@ function radio_render_about_page() {
- /