mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
prepared the 1.12.2 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 1.12.2 (2013-XX-XX)
|
||||
* 1.12.2 (2013-02-09)
|
||||
|
||||
* fixed the timezone used by the date filter and function when the given date contains a timezone (like 2010-01-28T15:00:00+02:00)
|
||||
* fixed globals when getGlobals is called early on
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
#ifndef PHP_TWIG_H
|
||||
#define PHP_TWIG_H
|
||||
|
||||
#define PHP_TWIG_VERSION "1.12.2-DEV"
|
||||
#define PHP_TWIG_VERSION "1.12.2"
|
||||
|
||||
#include "php.h"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '1.12.2-DEV';
|
||||
const VERSION = '1.12.2';
|
||||
|
||||
protected $charset;
|
||||
protected $loader;
|
||||
|
||||
Reference in New Issue
Block a user