fix: updates_xml_build wrong tag names and missing client #129

Closed
opened 2026-05-26 03:46:47 +00:00 by jmiller · 2 comments
Owner

Tag development should be dev. Missing client tag for packages causes client_id mismatch.

Tag development should be dev. Missing client tag for packages causes client_id mismatch.
Author
Owner

Branch created: feature/129-fix-updates-xml-build-wrong-tag-names-an

git fetch origin
git checkout feature/129-fix-updates-xml-build-wrong-tag-names-an
Branch created: [`feature/129-fix-updates-xml-build-wrong-tag-names-an`](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/src/branch/feature/129-fix-updates-xml-build-wrong-tag-names-an) ```bash git fetch origin git checkout feature/129-fix-updates-xml-build-wrong-tag-names-an ```
Author
Owner

Fixed

CLI fix (updates_xml_build.php)

  • stabilityTagMap: development ? dev (maps to STABILITY_DEV=0)
  • clientTag: added <client>site</client> for ALL extension types (packages default to client_id=1 without it)

updates.xml fixed in 9 repos

Template-Client-WaaS, MokoWaaSAnnounce, MokoJoomHero, MokoJoomTOS, MokoOnyx, MokoGalleryCalendar, MokoDPCalendarAPI, Template-Joomla, MokoWaaS

Workflows updated in 5 repos

MokoOnyx, MokoJoomHero, MokoJoomTOS, MokoGalleryCalendar, MokoDPCalendarAPI

MokoCassiopeia skipped (archived/read-only).

## Fixed ### CLI fix (updates_xml_build.php) - `stabilityTagMap`: `development` ? `dev` (maps to STABILITY_DEV=0) - `clientTag`: added `<client>site</client>` for ALL extension types (packages default to client_id=1 without it) ### updates.xml fixed in 9 repos Template-Client-WaaS, MokoWaaSAnnounce, MokoJoomHero, MokoJoomTOS, MokoOnyx, MokoGalleryCalendar, MokoDPCalendarAPI, Template-Joomla, MokoWaaS ### Workflows updated in 5 repos MokoOnyx, MokoJoomHero, MokoJoomTOS, MokoGalleryCalendar, MokoDPCalendarAPI MokoCassiopeia skipped (archived/read-only).
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#129