Template
fix(joomla6): update webservices plugins for Joomla 6 typed event API #13
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?
Summary
Joomla 6 changed the event handler system. Plugins using
SubscriberInterfacenow receive a typed event object as the first argument instead of pass-by-reference parameters. This breaks allplg_webservices_*plugins.Breaking Change
Old (Joomla 4/5):
New (Joomla 6):
Workflow Impact
api/templates/system/index.phpmust exist for Joomla 6.1 — verify in packaging/deploymentRelated
Branch created:
feature/13-fix-joomla6-update-webservices-plugins-fRelated issues:
Proof
Workflows updated on both dev and main branches:
The Joomla 6 typed event fix is a per-repo code change (fixed in MokoWaaS#48). A Joomla 6 compat validator for the CI pipeline is tracked as moko-platform#164.