You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autoloader Class Matching: Fixed incorrect namespace escaping in ViewOverrideLoader and FormFieldOverrideLoader that prevented the custom class loaders from intercepting Joomla's core classes.
PHP Context-Aware Comments: Fixed OverrideInjector to use PHP comments (/* @block:... */) when inside PHP code blocks instead of HTML comments (<!-- @block:... -->), which caused "unexpected token '<'" syntax errors in auto-generated overrides.