Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

738 B

Yii Framework 2 twig extension Change Log

2.0.0-rc under development

  • Bug #2925: Fixed throwing exception when accessing AR property with null value (samdark)
  • Bug #3767: Fixed repeated adding of extensions when using config. One may now pass extension instances as well (grachov)
  • Bug #3877: Fixed lexerOptions throwing exception (dapatrese)
  • Enh #1799: Added form_begin, form_end to twig extension (samdark)

2.0.0-beta April 13, 2014

  • Add File based Twig loader for better caching and usability of twig's file based function (dev-mraj, samdark)

2.0.0-alpha, December 1, 2013

  • Initial release.