fix: clean up updates.xml and remove duplicate update server #62

Merged
jmiller merged 6 commits from dev into main 2026-05-28 15:31:45 +00:00
Owner

Summary

  • Removed stale pre-release entries pointing to non-existent dev artifacts
  • Removed legacy plugin update entry that caused stable-only sites to attempt dev downloads
  • Removed updateservers from inner plugin manifest, only pkg_mokowaas.xml should register the update server
  • Kept only the stable channel entry (only release that exists on server)

Test plan

  • Verify Joomla update check on stable site shows correct stable version
  • Verify no development builds are offered to stable-only sites
  • Confirm package installs cleanly from stable release URL
## Summary - Removed stale pre-release entries pointing to non-existent dev artifacts - Removed legacy plugin update entry that caused stable-only sites to attempt dev downloads - Removed updateservers from inner plugin manifest, only pkg_mokowaas.xml should register the update server - Kept only the stable channel entry (only release that exists on server) ## Test plan - [ ] Verify Joomla update check on stable site shows correct stable version - [ ] Verify no development builds are offered to stable-only sites - [ ] Confirm package installs cleanly from stable release URL
jmiller added 4 commits 2026-05-28 15:25:31 +00:00
chore: cascade main → dev [skip ci]
fix: clean up updates.xml and remove duplicate plugin update server
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 4s
Update Server / Update updates.xml (push) Failing after 8s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
45e9091fd0
- Remove stale pre-release entries pointing to non-existent dev artifacts
- Remove legacy plugin update entry (element=mokowaas, type=plugin) that
  caused stable-only sites to attempt dev downloads
- Remove <updateservers> from inner plugin manifest — only the package-level
  manifest (pkg_mokowaas.xml) should register the update server
- Keep only the stable channel entry (only release that exists on server)

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-28 15:30:11 +00:00
fix: auto-cleanup stale plugin update site on install/update
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Joomla: Repo Health / Access control (pull_request) Successful in 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Successful in 4s
Universal: Auto Version Bump / Version Bump (push) Successful in 5s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 5s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 6s
Universal: PR Check / Changelog Updated (pull_request) Successful in 6s
Update Server / Update updates.xml (push) Failing after 8s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Joomla: Repo Health / Release configuration (pull_request) Has been cancelled
Joomla: Repo Health / Scripts governance (pull_request) Has been cancelled
Joomla: Repo Health / Repository health (pull_request) Has been cancelled
1d2252e8b4
Add cleanupPluginUpdateSite() to script.php postflight that removes
the plugin-level update site entry from #__update_sites and
#__update_sites_extensions. This prevents Joomla from checking for
plugin-level updates that don't exist, which caused download failures
on stable-only sites.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-28 15:30:17 +00:00
chore(version): patch bump to 02.11.04 [skip ci]
Universal: Build & Release / Promote Pre-Release to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 13s
df711f9a17
jmiller merged commit 3aa7364783 into main 2026-05-28 15:31:45 +00:00
Sign in to join this conversation.
No Reviewers
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoWaaS#62