From a7cf29d2202531fcb312df47bafde792a8e17209 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 4 Jun 2026 12:10:52 -0500 Subject: [PATCH 1/3] fix: add updateservers to module manifest The updateservers section was only in the old package manifest and was lost during the module restructure. Without it Joomla cannot discover updates. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- src/mod_mokojoomhero.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mod_mokojoomhero.xml b/src/mod_mokojoomhero.xml index 34528ab..acff7e2 100644 --- a/src/mod_mokojoomhero.xml +++ b/src/mod_mokojoomhero.xml @@ -48,6 +48,10 @@ en-US/mod_mokojoomhero.sys.ini + + https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/raw/branch/main/updates.xml + +
-- 2.52.0 From cf1fb263902f34674baa1811b750858d768cd641 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 4 Jun 2026 12:13:44 -0500 Subject: [PATCH 2/3] fix: update server URL to new Gitea release system Change update server from raw/branch/main/updates.xml to the new Gitea-managed updates.xml endpoint. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- src/mod_mokojoomhero.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_mokojoomhero.xml b/src/mod_mokojoomhero.xml index acff7e2..7306c48 100644 --- a/src/mod_mokojoomhero.xml +++ b/src/mod_mokojoomhero.xml @@ -49,7 +49,7 @@ - https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/raw/branch/main/updates.xml + https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/updates.xml -- 2.52.0 From 9a62d9d7ccb84f7ceb74bd0de52a1d871fd83b4f Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 4 Jun 2026 12:14:36 -0500 Subject: [PATCH 3/3] fix: use pretty name for update server Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- src/mod_mokojoomhero.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_mokojoomhero.xml b/src/mod_mokojoomhero.xml index 7306c48..0e1c9f2 100644 --- a/src/mod_mokojoomhero.xml +++ b/src/mod_mokojoomhero.xml @@ -49,7 +49,7 @@ - https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/updates.xml + https://git.mokoconsulting.tech/MokoConsulting/MokoJoomHero/updates.xml -- 2.52.0