From ab3a65abdf46f1e4c0f17e631219415b5b2ea8b0 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Wed, 3 Jun 2026 02:56:36 +0000 Subject: [PATCH 1/2] chore: sync updates.xml 05.17.00 from main [skip ci] --- updates.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/updates.xml b/updates.xml index 1586f89ad0..2cdd4c3d9a 100644 --- a/updates.xml +++ b/updates.xml @@ -1,7 +1,7 @@ @@ -87,13 +87,13 @@ mokogitea application site - 05.15.00 + 05.17.00 2026-06-03 https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/tag/stable - https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/download/stable/mokogitea-05.15.00.zip + https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/download/stable/mokogitea-05.17.00.zip - 6b5884978a48db925b3554cc69aaa10cd65fee2bb404dab33c5c30aa3545ca33 + 7f50295f58e207f1c2d2be92a172f4d077a4115ad1337c663e6f33e065e0cff9 stable https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/raw/branch/main/CHANGELOG.md Moko Consulting -- 2.52.0 From e5aa0c343dcfb8a4a8e2c4a1a82429c78be9dc40 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Tue, 2 Jun 2026 21:56:40 -0500 Subject: [PATCH 2/2] fix(updates): default Joomla target version to 5/6 Co-Authored-By: Claude Opus 4.6 (1M context) --- services/updateserver/joomla.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/updateserver/joomla.go b/services/updateserver/joomla.go index 9765eca84d..9d8e7fad5b 100644 --- a/services/updateserver/joomla.go +++ b/services/updateserver/joomla.go @@ -207,7 +207,7 @@ func GenerateJoomlaXML(ctx context.Context, repo *repo_model.Repository, require } else if cfg != nil && cfg.MaintainerURL != "" { maintainerURL = cfg.MaintainerURL } - targetVersion := ".*" + targetVersion := "(5|6)\\..*" if cfg != nil && cfg.TargetVersion != "" { targetVersion = cfg.TargetVersion } -- 2.52.0