Commit 0bb2014 1 parent 5f15bc2 commit 0bb2014 Copy full SHA for 0bb2014
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Yii Framework 2 twig extension Change Log
2
2
=========================================
3
3
4
- 2.5.0 under development
5
- -----------------------
4
+ 2.5.0 May 09, 2024
5
+ ------------------
6
6
7
7
- Bug #154 : Support for Twig 3.9
8
8
In twig 3.9 there were many internal changes that might affect and break codebases using twig:
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ class Extension extends AbstractExtension
36
36
* @var array used widgets
37
37
*/
38
38
protected $ widgets = [];
39
-
40
39
/**
41
40
* Little hack to work with twig 3.9
42
41
* see explanation at the end of yii\twig\ViewRenderer::render function
@@ -45,6 +44,7 @@ class Extension extends AbstractExtension
45
44
*/
46
45
protected $ viewEndPage = false ;
47
46
47
+
48
48
public function withViewEndPage (): bool
49
49
{
50
50
return $ this ->viewEndPage ;
You can’t perform that action at this time.
0 commit comments