Skip to content

Commit ff063af

Browse files
committed
Prepare the 3.11.1 release
1 parent 41103dc commit ff063af

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 3.11.0 (2024-08-08)
26

37
* Add `Twig\Cache\ChainCache` and `Twig\Cache\ReadOnlyFilesystemCache`

src/Environment.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
*/
4444
class Environment
4545
{
46-
public const VERSION = '3.11.0';
47-
public const VERSION_ID = 301100;
46+
public const VERSION = '3.11.1';
47+
public const VERSION_ID = 301101;
4848
public const MAJOR_VERSION = 4;
4949
public const MINOR_VERSION = 11;
50-
public const RELEASE_VERSION = 0;
50+
public const RELEASE_VERSION = 1;
5151
public const EXTRA_VERSION = '';
5252

5353
private $charset;

0 commit comments

Comments
 (0)