mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
prepared the 2.11.0 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 2.11.0 (2019-XX-XX)
|
||||
* 2.11.0 (2019-05-31)
|
||||
|
||||
* added the possibility to register classes/interfaces as being safe for the escaper ("EscaperExtension::addSafeClass()")
|
||||
* deprecated CoreExtension::setEscaper() and CoreExtension::getEscapers() in favor of the same methods on EscaperExtension
|
||||
|
||||
+2
-2
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
const VERSION = '2.11.0-DEV';
|
||||
const VERSION = '2.11.0';
|
||||
const VERSION_ID = 21100;
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 11;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user