Skip to content

0.10.2-PHP7

Compare
Choose a tag to compare
@alexeyrybak alexeyrybak released this 07 Dec 08:06
· 27 commits to php7 since this release

0.10.2 (PHP7) version 7 dec 2015. ✡ Happy hanukkah! ✡

  • ADD: include scope finally merged, having {{ include('filename.tpl', user=$_.user) }}
    you can do {{ $user.name }} in the included templates. Thanks to Nicolas Van Eenaeme
    and Yuri Nasretdinov.