Update server XML excludes Joomla 4 and uses dev version #44

Open
opened 2026-05-31 01:19:01 +00:00 by jmiller · 1 comment
Owner

Problem

updates.xml has several issues for production:

  1. Version is 01.00.00-dev - will show as latest even after stable release
  2. targetplatform regex ((5.[0-9])|(6.[0-9])) excludes Joomla 4.x despite compat
  3. <tag>development</tag> should not appear in stable releases
  4. Download URL assumes specific release naming convention

Acceptance Criteria

  • CI/release workflow auto-generates updates.xml with correct version
  • targetplatform includes Joomla 4: ((4.[0-9])|(5.[0-9])|(6.[0-9]))
  • Remove <tag>development</tag> for stable releases
  • Download URL matches actual release asset naming

File

  • updates.xml
## Problem `updates.xml` has several issues for production: 1. Version is `01.00.00-dev` - will show as latest even after stable release 2. `targetplatform` regex `((5.[0-9])|(6.[0-9]))` excludes Joomla 4.x despite compat 3. `<tag>development</tag>` should not appear in stable releases 4. Download URL assumes specific release naming convention ## Acceptance Criteria - [ ] CI/release workflow auto-generates updates.xml with correct version - [ ] `targetplatform` includes Joomla 4: `((4.[0-9])|(5.[0-9])|(6.[0-9]))` - [ ] Remove `<tag>development</tag>` for stable releases - [ ] Download URL matches actual release asset naming ## File - `updates.xml`
jmiller added the priority: mediumproduction-readiness labels 2026-05-31 01:19:01 +00:00
Author
Owner

Branch created: feature/44-update-server-xml-excludes-joomla-4-and-

git fetch origin
git checkout feature/44-update-server-xml-excludes-joomla-4-and-
Branch created: [`feature/44-update-server-xml-excludes-joomla-4-and-`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomOpenGraph/src/branch/feature/44-update-server-xml-excludes-joomla-4-and-) ```bash git fetch origin git checkout feature/44-update-server-xml-excludes-joomla-4-and- ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#44