fix: correct <client> tag per extension type in Joomla update feed (#611) #634
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Only components use client_id=1 (administrator). All other types (package, plugin, library, file) use client_id=0 (site).\n\nFixes packages never showing updates due to client_id mismatch in Joomla's update finder.\n\nRef: Joomla 6.1.1 source — PackageAdapter.php:548, Updater.php:362-380