Twig 0.9.1 released
I have just released Twig 0.9.1. The changelog is pretty small, but a bug that prevented Twig to work on PHP 5.2.6 has been fixed:
- fixed a bug in PHP 5.2.6
- fixed numbers with one than one decimal
- added support for method calls with arguments (
{{ foo.bar('a', 43) }}) - made small speed optimizations
- made minor tweaks to allow better extensibility and flexibility