mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
prepared the 1.35.4 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 1.35.4 (2018-XX-XX)
|
||||
* 1.35.4 (2018-07-13)
|
||||
|
||||
* ensured that syntax errors are triggered with the right line
|
||||
* added the Symfony ctype polyfill as a dependency
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '1.35.4-DEV';
|
||||
const VERSION = '1.35.4';
|
||||
const VERSION_ID = 13504;
|
||||
const MAJOR_VERSION = 1;
|
||||
const MINOR_VERSION = 35;
|
||||
const RELEASE_VERSION = 4;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
const EXTRA_VERSION = '';
|
||||
|
||||
protected $charset;
|
||||
protected $loader;
|
||||
|
||||
Reference in New Issue
Block a user