v1.2.0 — Categories, API, hardening, polish #62
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?
Summary
access.xmlwith standard Joomla permission actions (#30)sql/updates/mysql/for safe upgrades (#31)LocationBridgeHelper+LocationSavedEventfor cross-extension data access (#48)$wa->addInlineScript()(#34)IF EXISTSsyntax for MySQL 5.7 compatibilitycom_mokosuitestorelocator)Stats
63 files changed, +2481 / -212
Test plan
Joomla's autoloader namespace scanner expects plugin manifests to be named {element}.xml (e.g. mokosuitestorelocator.xml), not the full prefixed name (plg_webservices_mokosuitestorelocator.xml). Without the correct filename, the PSR-4 namespace mapping is not registered in autoload_psr4.php, causing "Class not found" errors. Pattern confirmed from MokoSuiteClient's webservices plugin. Authored-by: Moko Consulting