mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
prepared 1.1.2 released
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 1.1.2
|
||||
* 1.1.2 (2011-07-30)
|
||||
|
||||
* fixed json_encode filter on PHP 5.2
|
||||
* fixed regression introduced in 1.1.1 ({{ block(foo|lower) }})
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '1.1.1';
|
||||
const VERSION = '1.1.2';
|
||||
|
||||
protected $charset;
|
||||
protected $loader;
|
||||
|
||||
Reference in New Issue
Block a user