mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
prepared 1.2.0 release
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
* 1.2.0 (2011-09-10)
|
||||
* 1.2.0 (2011-09-13)
|
||||
|
||||
no changes
|
||||
|
||||
* 1.2.0-RC1 (2011-09-10)
|
||||
|
||||
* enhanced the exception when a tag remains unclosed
|
||||
* added support for empty Countable objects for the "empty" test
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '1.2.0-RC1';
|
||||
const VERSION = '1.2.0';
|
||||
|
||||
protected $charset;
|
||||
protected $loader;
|
||||
|
||||
Reference in New Issue
Block a user