File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ whitelist:
83
83
- ' .. versionadded:: 1.9.0' # Encore
84
84
- ' .. versionadded:: 0.28.4' # Encore
85
85
- ' .. versionadded:: 2.4.0' # SwiftMailer
86
- - ' .. versionadded:: 1.30' # Twig
87
- - ' .. versionadded:: 1.35' # Twig
88
86
- ' .. versionadded:: 1.11' # Messenger (Middleware / DoctrineBundle)
89
87
- ' .. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
90
88
- ' .. versionadded:: 1.0.0' # Encore
Original file line number Diff line number Diff line change @@ -223,10 +223,6 @@ to bootstrap or access Twig and add the :class:`Symfony\\Bridge\\Twig\\Extension
223
223
// ...
224
224
->getFormFactory();
225
225
226
- .. versionadded :: 1.30
227
-
228
- The ``Twig\RuntimeLoader\FactoryRuntimeLoader `` was introduced in Twig 1.30.
229
-
230
226
The exact details of your `Twig Configuration `_ will vary, but the goal is
231
227
always to add the :class: `Symfony\\ Bridge\\ Twig\\ Extension\\ FormExtension `
232
228
to Twig, which gives you access to the Twig functions for rendering forms.
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ autoescape_service
72
72
73
73
**type **: ``string `` **default **: ``null ``
74
74
75
- As of Twig 1.17, the escaping strategy applied by default to the template is
76
- determined during compilation time based on the filename of the template. This
77
- means for example that the contents of a ``*.html.twig `` template are escaped
78
- for HTML and the contents of ``*.js.twig `` are escaped for JavaScript.
75
+ The escaping strategy applied by default to the template is determined during
76
+ compilation time based on the filename of the template. This means for example
77
+ that the contents of a ``*.html.twig `` template are escaped for HTML and the
78
+ contents of ``*.js.twig `` are escaped for JavaScript.
79
79
80
80
This option allows to define the Symfony service which will be used to determine
81
81
the default escaping applied to the template.
Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ this command to confirm that your new filter was successfully registered:
103
103
Creating Lazy-Loaded Twig Extensions
104
104
------------------------------------
105
105
106
- .. versionadded :: 1.35
107
-
108
- Support for lazy-loaded extensions was introduced in Twig 1.35.0 and 2.4.4.
109
-
110
106
Including the code of the custom filters/functions in the Twig extension class
111
107
is the simplest way to create extensions. However, Twig must initialize all
112
108
extensions before rendering any template, even if the template doesn't use an
You can’t perform that action at this time.
0 commit comments