Skip to content

Release of version 1.2.1

Choose a tag to compare

@hikashop-nicolas hikashop-nicolas released this 08 Feb 13:18
· 3 commits to main since this release

[1.2.1] - 2026-02-08

Fixed

  • 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.