craft-twig_perversion
craft-twig_perversion copied to clipboard
Making twig do things it really shouldn't. while, break, continue, and return tags plus tests, operators, and filters that probably don't belong in the language
Resolves #24 I forked the plugin repo and followed [Craft's instructions for upgrading plugins for Craft 5](https://craftcms.com/docs/5.x/extend/updating-plugins.html), and there weren't any updates required to the plugin code itself, so all...
Hey, As Craft 5 is officially launched. Could you consider making this plugin upgrade to craft 5 please?
The following seems to be failing in Craft 5.4.1: ``` {% macro returnTest() %} Hello {% return [1, 2, 3] %} {% endmacro %} {% dd returnTest() %} ``` Produces...