- Add support for Closure module and add
collect
to allowed Twig functions.
- Fix an error when parsing templates.
- Add
GlobalsExtension
andStringLoaderExtension
to template parser.
- Loosen template security policy to allow methods and properties.
- Add support for Craft and plugin Twig extensions in allowed Twig.
- Add
ArrayHelper::filterNullFalse()
.
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
- Add support for Closure module and add
collect
to allowed Twig functions.
- Fix an error when parsing templates.
- Add
GlobalsExtension
andStringLoaderExtension
to template parser.
- Loosen template security policy to allow methods and properties.
- Add support for Craft and plugin Twig extensions in allowed Twig.
- Add Templates service for easy cut-down, safe Twig string rendering.
- Add ability to set Monolog target options.
- Add
vuiGetValue()
as a Twig function forArrayHelper::getValue()
.
- Fix tabs support.
- Fix an error by checking if a dispatcher actually exists before setting its targets. (thanks @boboldehampsink).
- Switch to Monolog for logging.
- Craft 4 upgrade.
- Fix credits css.
- Fix sidebar tabs not working in some instances, and make fully accessible.
- Fix file logging initializing too early before Craft has been bootstrapped.
- Add file logging helper.
- Lower Craft requirement.
- Craft 3 upgrade.
- Initial release.