mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-17 08:50:50 +00:00
Prepare the 1.44.8 release
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 1.44.8 (2024-09-09)
|
||||
|
||||
* Fix a security issue when an included sandboxed template has been loaded before without the sandbox context
|
||||
|
||||
# 1.44.7 (2022-09-28)
|
||||
|
||||
* Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)
|
||||
|
||||
+3
-3
@@ -41,11 +41,11 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
public const VERSION = '1.44.7';
|
||||
public const VERSION_ID = 14407;
|
||||
public const VERSION = '1.44.8';
|
||||
public const VERSION_ID = 14408;
|
||||
public const MAJOR_VERSION = 1;
|
||||
public const MINOR_VERSION = 44;
|
||||
public const RELEASE_VERSION = 7;
|
||||
public const RELEASE_VERSION = 8;
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
protected $charset;
|
||||
|
||||
Reference in New Issue
Block a user