Skip to content

Commit 0887422

Browse files
committed
Prepare the 1.44.7 release
1 parent 35f3035 commit 0887422

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.44.7 (2022-09-28)
2+
3+
* Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)
4+
15
# 1.44.6 (2021-11-25)
26

37
* Last version for the 1.x series

src/Environment.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
*/
4242
class Environment
4343
{
44-
public const VERSION = '1.44.6';
45-
public const VERSION_ID = 14406;
44+
public const VERSION = '1.44.7';
45+
public const VERSION_ID = 14407;
4646
public const MAJOR_VERSION = 1;
4747
public const MINOR_VERSION = 44;
48-
public const RELEASE_VERSION = 6;
48+
public const RELEASE_VERSION = 7;
4949
public const EXTRA_VERSION = '';
5050

5151
protected $charset;

0 commit comments

Comments
 (0)