Update server XML excludes Joomla 4 and uses dev version #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
updates.xmlhas several issues for production:01.00.00-dev- will show as latest even after stable releasetargetplatformregex((5.[0-9])|(6.[0-9]))excludes Joomla 4.x despite compat<tag>development</tag>should not appear in stable releasesAcceptance Criteria
targetplatformincludes Joomla 4:((4.[0-9])|(5.[0-9])|(6.[0-9]))<tag>development</tag>for stable releasesFile
updates.xmlBranch created:
feature/44-update-server-xml-excludes-joomla-4-and-