mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-05 15:07:11 +00:00
Prepare the 3.11.0 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 3.11.0 (2024-XX-XX)
|
||||
# 3.11.0 (2024-08-08)
|
||||
|
||||
* Add `Twig\Cache\ChainCache` and `Twig\Cache\ReadOnlyFilesystemCache`
|
||||
* Add the possibility to deprecate attributes and nodes on `Node`
|
||||
|
||||
+5
-5
@@ -43,12 +43,12 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
public const VERSION = '3.10.4-DEV';
|
||||
public const VERSION_ID = 301004;
|
||||
public const VERSION = '3.11.0';
|
||||
public const VERSION_ID = 301100;
|
||||
public const MAJOR_VERSION = 4;
|
||||
public const MINOR_VERSION = 10;
|
||||
public const RELEASE_VERSION = 4;
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
public const MINOR_VERSION = 11;
|
||||
public const RELEASE_VERSION = 0;
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user