Points to updates.xml on the main branch of the Gitea repository
so Joomla can check for new versions automatically.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fixes hardcoded category/component IDs, missing language key,
unqualified exception catches, and removes legacy plugin directory.
- Query Uncategorised category ID dynamically instead of assuming ID 2
- Remove fragile component_id fallback (fail gracefully with log)
- Use installing admin's user ID for article ownership
- Add missing PLG_SYSTEM_MOKOJOOMTOS_ERROR_LOADING_MENU_ITEMS key
- Qualify all Exception catches with backslash for namespace safety
- Standardize help text URL across all locale files
- Remove obsolete src/plugins/ legacy directory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>