mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
prepared the 2.4.6 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 2.4.6 (2018-XX-XX)
|
||||
* 2.4.6 (2018-03-03)
|
||||
|
||||
* fixed a regression in the way the profiler is registered in templates
|
||||
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '2.4.6-DEV';
|
||||
const VERSION_ID = 20405;
|
||||
const VERSION = '2.4.6';
|
||||
const VERSION_ID = 20406;
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 4;
|
||||
const RELEASE_VERSION = 5;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user