Releases: marionnewlevant/craft-twig_perversion
Releases · marionnewlevant/craft-twig_perversion
Version 5.0.1
Incorporates Brandon's fix to {% return %}
tag breaking with twig version 3.12
Version 5.0.0
Updated for Craft 5
v3.0.0
Update for Craft 4
Version 2.2.0
Added is array
test
Version 2.1.0
{% while %}
tag and is string
test
Version 2.0.7
json_decode filter only in Craft versions before 3.1.6 (where it was added to Craft core)
Version 2.0.6
Added <=>
operator
Version 2.0.5
Adds === and !== operators
Version 2.0.4
Added string
, float
, int
, and bool
typecast filters. Thank you Lindsey DiLoreto.
Version 2.0.3
Pull support for get_class
quick before anyone relies on it. Use Craft's className
instead.