mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
prepared the 2.2.0 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 2.2.0 (2017-XX-XX)
|
||||
* 2.2.0 (2017-02-26)
|
||||
|
||||
* added a PSR-11 compatible runtime loader
|
||||
* added `side` argument to `trim` to allow left or right trimming only.
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '2.2.0-DEV';
|
||||
const VERSION = '2.2.0';
|
||||
const VERSION_ID = 20200;
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 2;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user