Skip to content

Releases: marionnewlevant/craft-twig_perversion

Version 5.0.1

28 Nov 21:36
Compare
Choose a tag to compare

Incorporates Brandon's fix to {% return %} tag breaking with twig version 3.12

Version 5.0.0

29 Apr 17:55
Compare
Choose a tag to compare

Updated for Craft 5

v3.0.0

20 May 05:40
Compare
Choose a tag to compare

Update for Craft 4

Version 2.2.0

08 Dec 04:43
Compare
Choose a tag to compare

Added is array test

Version 2.1.0

09 Jun 22:16
Compare
Choose a tag to compare

{% while %} tag and is string test

Version 2.0.7

03 Feb 05:58
Compare
Choose a tag to compare

json_decode filter only in Craft versions before 3.1.6 (where it was added to Craft core)

Version 2.0.6

15 Oct 07:09
Compare
Choose a tag to compare

Added <=> operator

Version 2.0.5

24 Aug 18:45
Compare
Choose a tag to compare

Adds === and !== operators

Version 2.0.4

16 Jul 23:44
Compare
Choose a tag to compare

Added string, float, int, and bool typecast filters. Thank you Lindsey DiLoreto.

Version 2.0.3

03 Feb 07:29
Compare
Choose a tag to compare

Pull support for get_class quick before anyone relies on it. Use Craft's className instead.