Skip to content

Releases: tigron/skeleton-template-twig

v2.0.16

29 Feb 10:18
Compare
Choose a tag to compare

Implemented function validate to check the syntax of a twig template file.

v2.0.15

21 Jun 14:41
Compare
Choose a tag to compare

Feature

  • Works with michelf/php-markdown 2.0

v2.0.14

19 Jan 16:01
ef3e965
Compare
Choose a tag to compare
Accept object instead of string

v0.1.9

19 Jan 16:02
762cd27
Compare
Choose a tag to compare
Accept object instead of string

v2.0.13

12 Dec 11:21
Compare
Choose a tag to compare

Only add Tigron i18n extension if translation is set

v2.0.12

01 Jul 09:18
Compare
Choose a tag to compare
Adjust object filter sorting

v2.0.10

13 Jun 12:34
Compare
Choose a tag to compare
Fix object sort on array of arrays

v2.0.7

24 May 11:47
Compare
Choose a tag to compare

Fix

  • PHP 8.0 compatibility

v2.0.6

10 May 08:41
Compare
Choose a tag to compare
Allow passing params for sorting objects on a class method

Cache support

19 Apr 14:38
Compare
Choose a tag to compare

Basic cache support via symfony filesystem cache
Use it like this:

{% cache "cache key" ttl(300) %}
    Cached for 300 seconds
{% endcache %}