We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41103dc commit ff063afCopy full SHA for ff063af
CHANGELOG
@@ -1,3 +1,7 @@
1
+# 3.11.1 (2024-09-10)
2
+
3
+ * Fix a security issue when an included sandboxed template has been loaded before without the sandbox context
4
5
# 3.11.0 (2024-08-08)
6
7
* Add `Twig\Cache\ChainCache` and `Twig\Cache\ReadOnlyFilesystemCache`
src/Environment.php
@@ -43,11 +43,11 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.11.0';
47
- public const VERSION_ID = 301100;
+ public const VERSION = '3.11.1';
+ public const VERSION_ID = 301101;
48
public const MAJOR_VERSION = 4;
49
public const MINOR_VERSION = 11;
50
- public const RELEASE_VERSION = 0;
+ public const RELEASE_VERSION = 1;
51
public const EXTRA_VERSION = '';
52
53
private $charset;
0 commit comments