wiki: bump Latest tag to v1.0.0 (stability milestone)

Radio v1.0.0 LIVE on wp.org 2026-06-09. Updated Home page latest-tag
entry to link the Gitea Release. Also updated the 'add a station'
example commands in Stations to use v1.x.0 naming.
2026-06-09 21:59:59 +01:00
parent ba2f001435
commit 51b595aa1d
2 changed files with 3 additions and 3 deletions
+1 -1
@@ -4,7 +4,7 @@
| | | | | |
|---|---| |---|---|
| **Latest tag** | [v0.7.6](https://git.davidtkeane.com/ranger/rangerhq-radio/src/tag/v0.7.6) | | **Latest tag** | [v1.0.0](https://git.davidtkeane.com/ranger/rangerhq-radio/releases/tag/v1.0.0) — **stability milestone (2026-06-09)** |
| **wp.org status** | LIVE — [wordpress.org/plugins/rangerhq-radio](https://wordpress.org/plugins/rangerhq-radio/) | | **wp.org status** | LIVE — [wordpress.org/plugins/rangerhq-radio](https://wordpress.org/plugins/rangerhq-radio/) |
| **Licence** | GPL v2 or later | | **Licence** | GPL v2 or later |
| **Tested up to** | WordPress 7.0 | | **Tested up to** | WordPress 7.0 |
+2 -2
@@ -100,8 +100,8 @@ array(
### Step 5 — tag the release on Gitea ### Step 5 — tag the release on Gitea
```bash ```bash
git tag -a v0.7.x -m "v0.7.x — add <station name>" git tag -a v1.x.0 -m "v1.x.0 — add <station name>"
git push origin v0.7.x git push origin v1.x.0
``` ```
Then upload the updated zip to wp.org SVN (same workflow as any other version bump). Then upload the updated zip to wp.org SVN (same workflow as any other version bump).