From 4b0c02429962849c9e2a3eaa1e0b19af7760c2d8 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 4 Jun 2026 09:01:47 -0500 Subject: [PATCH] feat(update): migrate update server URL to Gitea Pages Changes the Joomla update server URL from the raw file path (/raw/branch/main/updates.xml) to the Gitea Pages URL (/updates.xml). Existing installs will pick up the new URL on their next template update. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- src/templateDetails.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templateDetails.xml b/src/templateDetails.xml index fe665ab..c14b6bb 100644 --- a/src/templateDetails.xml +++ b/src/templateDetails.xml @@ -32,7 +32,7 @@ - https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/raw/branch/main/updates.xml + https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/updates.xml mokoonyx -- 2.52.0