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.

20 lines
661 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)
- Enh #1799: Added `form_begin`, `form_end` to twig extension (samdark)
10 years ago
- Fixed multiple adding of extensions from the config, added support for the instantiated extensions (grachov)
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.