v0.7.6 — Plugin metadata cleanup (wp.org pre-review fix)
WordPress.org Plugin Review Team's automated pre-review on 2026-06-03 flagged two metadata-only issues: 1. Ownership verification — ir240474@gmail.com cannot be linked to the "RangerHQ" brand by their automated checks (gmail accounts can be registered by anyone, so they need domain-matched or DNS-verified proof). 2. Plugin URI returning 404 + Author URI failing DNS resolution (icanhelp.ie/radio was never a real page; rangersmyth.xyz does not resolve). Both fixed in this release. Zero code changes; metadata only. Changes: * Plugin URI: icanhelp.ie/radio → davidtkeane.com/rangerhq-radio (real live landing page hosted at the author's canonical brand domain) * Author URI: rangersmyth.xyz → davidtkeane.com * Version bump 0.7.5 → 0.7.6 across radio.php header, RADIO_VERSION constant, readme.txt Stable tag, about.php latest slot * CHANGELOG.md + readme.txt + about.php updated Ownership verification (domain-side, not in plugin code): * DNS TXT record `wordpressorg-ir240474-verification` added at davidtkeane.com root (Cloudflare). Verified live across multiple public DNS resolvers. * wp.org account email changed from gmail to david@davidtkeane.com — domain-matched second proof. User state (radio_state / radio_history / radio_favourites) is preserved unchanged across the upgrade because none of these edits touch storage or scoring logic.
This commit is contained in:
+3
-2
@@ -79,14 +79,15 @@ function radio_render_about_page() {
|
||||
<h2><?php esc_html_e( 'Version history', 'rangerhq-radio' ); ?></h2>
|
||||
|
||||
<div class="radio-about-versions__latest">
|
||||
<span class="ver">v0.7.5</span> — 30 May 2026 <span class="latest"><?php esc_html_e( 'latest', 'rangerhq-radio' ); ?></span>
|
||||
<span class="ver">v0.7.6</span> — 3 June 2026 <span class="latest"><?php esc_html_e( 'latest', 'rangerhq-radio' ); ?></span>
|
||||
<p>
|
||||
<?php esc_html_e( 'WordPress.org slug rename: a-radio → rangerhq-radio. The previous slug was too generic for the directory (single common functional word, no distinguishing prefix); the new slug matches the public display name and lines up with the rest of the RangerHQ plugin family. Text Domain renamed to match across all 125 i18n call sites. Gitea repository moved. No user-visible behaviour change in the player; this is a packaging change only. Internal constants and user-meta keys are unchanged so settings, history, and favourites survive intact.', 'rangerhq-radio' ); ?>
|
||||
<?php esc_html_e( 'Plugin metadata cleanup following the wp.org pre-review feedback. Plugin URI header updated to https://davidtkeane.com/rangerhq-radio (the canonical project landing page, now live). Author URI header updated to https://davidtkeane.com (both old URLs were returning DNS errors or 404). Ownership of the davidtkeane.com domain verified to wp.org via DNS TXT record and a domain-matched account email. No code changes, no user-visible behaviour changes — metadata only.', 'rangerhq-radio' ); ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h3><?php esc_html_e( 'Earlier releases', 'rangerhq-radio' ); ?></h3>
|
||||
<ul class="radio-about-versions__earlier">
|
||||
<li><span class="ver">v0.7.5</span> <span class="ver-date">30 May 2026</span> — <?php esc_html_e( 'WordPress.org slug rename: a-radio → rangerhq-radio for family-pattern consistency', 'rangerhq-radio' ); ?></li>
|
||||
<li><span class="ver">v0.7.4</span> <span class="ver-date">30 May 2026</span> — <?php esc_html_e( 'wp.org submission cleanup — removed self-hosted updater + Update URI header (PCP plugin_updater_detected); added LICENSE file + per-asset GPL headers', 'rangerhq-radio' ); ?></li>
|
||||
<li><span class="ver">v0.7.3</span> <span class="ver-date">30 May 2026</span> — <?php esc_html_e( 'Privacy section in readme + SomaFM terms-of-use link (Update URI guard pattern from this release was walked back in v0.7.4 — Plugin Check disallows it for wp.org-hosted plugins regardless of header value)', 'rangerhq-radio' ); ?></li>
|
||||
<li><span class="ver">v0.7.2</span> <span class="ver-date">30 May 2026</span> — <?php esc_html_e( 'Screenshots + correct wp.org contributor handle (ir240474)', 'rangerhq-radio' ); ?></li>
|
||||
|
||||
Reference in New Issue
Block a user