bug: dev channel in updates.xml excludes Joomla 4.x #111

Closed
opened 2026-05-24 03:47:43 +00:00 by jmiller · 0 comments
Owner

The development channel (first entry in updates.xml line 25) uses targetplatform (5|6).* which excludes Joomla 4.x. The other 4 channels were fixed to include 4.x but the dev channel was missed. Should be ((4.[0-9])|(5.[0-9])|(6.[0-9])) to match.

The development channel (first <update> entry in updates.xml line 25) uses targetplatform `(5|6).*` which excludes Joomla 4.x. The other 4 channels were fixed to include 4.x but the dev channel was missed. Should be `((4.[0-9])|(5.[0-9])|(6.[0-9]))` to match.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomTOS#111