We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe32121 commit e80fb8eCopy full SHA for e80fb8e
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.11.0 (2024-XX-XX)
+# 3.11.0 (2024-08-08)
2
3
* Add `Twig\Cache\ChainCache` and `Twig\Cache\ReadOnlyFilesystemCache`
4
* Add the possibility to deprecate attributes and nodes on `Node`
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.10.4-DEV';
47
- public const VERSION_ID = 301004;
+ public const VERSION = '3.11.0';
+ public const VERSION_ID = 301100;
48
public const MAJOR_VERSION = 4;
49
- public const MINOR_VERSION = 10;
50
- public const RELEASE_VERSION = 4;
51
- public const EXTRA_VERSION = 'DEV';
+ public const MINOR_VERSION = 11;
+ public const RELEASE_VERSION = 0;
+ public const EXTRA_VERSION = '';
52
53
private $charset;
54
private $loader;
0 commit comments