chore: cascade main → dev (81351f4) [skip ci]
#132
Reference in New Issue
Block a user
Delete Branch "main"
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?
Automatic cascade
Forward-merging
main(81351f4) intodev.If conflicts exist, resolve manually and merge.
Two root causes of Joomla updater not finding MokoWaaS updates: 1. stabilityTagToInteger('development') looks for STABILITY_DEVELOPMENT which doesn't exist → defaults to STABLE. Changed to 'dev' which maps to STABILITY_DEV (0). 2. Missing <client> tag defaults to client_id=1 (administrator) in Joomla's ExtensionAdapter. Packages install with client_id=0 (site). Now adds <client>site</client> for all extension types. Fixes: #129 Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>