mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 03:57:21 +00:00
prepared the 2.11.1 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 2.11.1 (2019-XX-XX)
|
||||
* 2.11.1 (2019-06-04)
|
||||
|
||||
* added support for "Twig\Markup" instances in the "in" test (again)
|
||||
* allowed string operators as variables names in assignments
|
||||
|
||||
+2
-2
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
const VERSION = '2.11.1-DEV';
|
||||
const VERSION = '2.11.1';
|
||||
const VERSION_ID = 21101;
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 11;
|
||||
const RELEASE_VERSION = 1;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user