File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # 3.14.0 (2024-XX-XX )
1
+ # 3.14.0 (2024-09-09 )
2
2
3
+ * Fix a security issue when an included sandboxed template has been loaded before without the sandbox context
3
4
* Add the possibility to reset globals via `Environment::resetGlobals()`
4
5
* Deprecate `Environment::mergeGlobals()`
5
6
Original file line number Diff line number Diff line change 43
43
*/
44
44
class Environment
45
45
{
46
- public const VERSION = '3.14.0-DEV ' ;
46
+ public const VERSION = '3.14.0 ' ;
47
47
public const VERSION_ID = 31400 ;
48
48
public const MAJOR_VERSION = 3 ;
49
49
public const MINOR_VERSION = 14 ;
50
50
public const RELEASE_VERSION = 0 ;
51
- public const EXTRA_VERSION = 'DEV ' ;
51
+ public const EXTRA_VERSION = '' ;
52
52
53
53
private $ charset ;
54
54
private $ loader ;
You can’t perform that action at this time.
0 commit comments