Skip to content

Release of version 1.3.0

Choose a tag to compare

@hikashop-nicolas hikashop-nicolas released this 09 Feb 22:23
· 1 commit to main since this release

[1.3.0] - 2026-02-09

Added

  • Translation Editor: Edit translation strings directly from the frontend. Just click on any text to verify its key and create an override.
  • Joomla 4+ Child Template Support: The plugin now correctly recognizes and uses template overrides from parent templates when using Joomla's child template system.
  • Translation Map: Automatically injects a map of used translation keys to the frontend for precise text identification.

Changed

  • Updated ViewBuilderHelper::getOverridePath() to check both child and parent template folders for existing overrides.
  • Updated ViewBuilderPlugin::getOverridePath() with the same parent template fallback logic.
  • Updated FormBuilderHelper::getFormOverridePath() to support form XML overrides in parent templates.
  • Added new ViewBuilderHelper::getParentTemplate() method to detect child template parent from templateDetails.xml.
  • Added TextOverrideLoader to intercept Joomla\CMS\Language\Text for translation handling.