Skip to content

Commit 1918594

Browse files
committed
Prepare the 2.16.1 release
1 parent 2102dd1 commit 1918594

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,5 +1,9 @@
11
**Twig 2 is not maintained anymore**
22

3+
# 2.16.1 (2024-09-09)
4+
5+
* Fix a security issue when an included sandboxed template has been loaded before without the sandbox context
6+
37
# 2.16.0 (2023-12-22)
48

59
* Last version for the 2.x series

src/Environment.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
*/
3939
class Environment
4040
{
41-
public const VERSION = '2.16.0';
42-
public const VERSION_ID = 21600;
41+
public const VERSION = '2.16.1';
42+
public const VERSION_ID = 21601;
4343
public const MAJOR_VERSION = 2;
4444
public const MINOR_VERSION = 16;
45-
public const RELEASE_VERSION = 0;
45+
public const RELEASE_VERSION = 1;
4646
public const EXTRA_VERSION = '';
4747

4848
private $charset;

0 commit comments

Comments
 (0)