Version 5.0.1
February 16, 2026
Fixed
- Fixed fatal error in Craft 5.9+ caused by removal of Stringy from craftcms/cms — replaced
Stringy\Stringywith Craft's nativeStringHelper(#21)
Added
- Added support for template descriptions via Twig comment syntax
{# @description: ... #} - Template descriptions now appear in the dropdown selector to help users identify templates
Version 5.0.0
October 3, 2022
Added
- Made plugin compatible with Craft 5
- Added support for environment variables in settings
- Added
field.subfolder()method to get subfolder from the field instance - Added
field.withSubfolder()method to get template path including subfolder if set - Added
field.filename()method to get the template filename without path
Version 3.0.0
October 3, 2022
Added
- Made plugin compatible with Craft 4
Version 2.0.2
May 22, 2019
Fixed
- Fixed template path resolution on Windows
Version 2.0.1
January 18, 2019
Changed
- Changed craftcms dependency to support 3.1
Version 2.0.0
October 28, 2017
Added
- Initial release