File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ whitelist:
69
69
- ' .. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
70
70
- ' .. versionadded:: 0.21.0' # Encore
71
71
- ' .. versionadded:: 2.4.0' # SwiftMailer
72
- - ' .. versionadded:: 1.26' # Twig
73
72
- ' .. versionadded:: 1.30' # Twig
73
+ - ' .. versionadded:: 1.35' # Twig
74
74
- ' .. versionadded:: 1.2' # MakerBundle
75
75
- ' .. versionadded:: 1.11' # MakerBundle
76
76
- ' .. versionadded:: 1.3' # MakerBundle
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ Symfony documentation, please read
18
18
SymfonyCloud
19
19
------------
20
20
21
- Pull requests are automatically built by [ SymfonyCloud] ( https://symfony.com/cloud ) .
21
+ Thanks to [ SymfonyCloud] ( https://symfony.com/cloud ) for providing an integration
22
+ server where Pull Requests are built and can be reviewed by contributors.
22
23
23
24
Docker
24
25
------
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ this command to confirm that your new filter was successfully registered:
109
109
Creating Lazy-Loaded Twig Extensions
110
110
------------------------------------
111
111
112
- .. versionadded :: 1.26
112
+ .. versionadded :: 1.35
113
113
114
- Support for lazy-loaded extensions was introduced in Twig 1.26 .
114
+ Support for lazy-loaded extensions was introduced in Twig 1.35.0 and 2.4.4 .
115
115
116
116
Including the code of the custom filters/functions in the Twig extension class
117
117
is the simplest way to create extensions. However, Twig must initialize all
You can’t perform that action at this time.
0 commit comments