fix: update server feed generation bugs (#601) #605
Reference in New Issue
Block a user
Delete Branch "fix/601-update-feed-bugs"
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?
Summary
Fixes four bugs in
services/updateserver/joomla.goaffecting Joomla update feed correctness.Changes
targetplatform:(5|6)\\..*→6\\..*— Joomla 6 sites couldn't match the old patternFullElementName(): Use auto-construction fromPackageType+Namewhen no explicit override is set<client>numeric values:"site"/"administrator"→"0"/"1"— PHP casts strings to0, breaking admin extension matchingv1.2.3-rc2now stays1.2.3-rc2instead of becoming1.2.3-rcCloses #601