We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f3035 commit 0887422Copy full SHA for 0887422
CHANGELOG
@@ -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
5
# 1.44.6 (2021-11-25)
6
7
* Last version for the 1.x series
src/Environment.php
@@ -41,11 +41,11 @@
41
*/
42
class Environment
43
{
44
- public const VERSION = '1.44.6';
45
- public const VERSION_ID = 14406;
+ public const VERSION = '1.44.7';
+ public const VERSION_ID = 14407;
46
public const MAJOR_VERSION = 1;
47
public const MINOR_VERSION = 44;
48
- public const RELEASE_VERSION = 6;
+ public const RELEASE_VERSION = 7;
49
public const EXTRA_VERSION = '';
50
51
protected $charset;
0 commit comments