Skip to content

v2.0.4: Improves template path handling

Choose a tag to compare

@thorewi thorewi released this 25 May 12:23
· 60 commits to main since this release
Refactors template path determination to use a getter method.

This change replaces direct access to the `$templateFilename` property with a call to `getTemplateFilename()`. This provides more flexibility for overriding the template path determination logic in subclasses, and allows for a consistent way to retrieve the template path.