Skip to content

Commit 9df2db9

Browse files
committed
Merge branch '5.0'
* 5.0: Tweaks Fixed the minimum Twig version needed for lazy extensions
2 parents 23c784e + 33eb94e commit 9df2db9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ whitelist:
6969
- '.. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
7070
- '.. versionadded:: 0.21.0' # Encore
7171
- '.. versionadded:: 2.4.0' # SwiftMailer
72-
- '.. versionadded:: 1.26' # Twig
7372
- '.. versionadded:: 1.30' # Twig
73+
- '.. versionadded:: 1.35' # Twig
7474
- '.. versionadded:: 1.2' # MakerBundle
7575
- '.. versionadded:: 1.11' # MakerBundle
7676
- '.. versionadded:: 1.3' # MakerBundle

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Symfony documentation, please read
1818
SymfonyCloud
1919
------------
2020

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.
2223

2324
Docker
2425
------

templating/twig_extension.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ this command to confirm that your new filter was successfully registered:
109109
Creating Lazy-Loaded Twig Extensions
110110
------------------------------------
111111

112-
.. versionadded:: 1.26
112+
.. versionadded:: 1.35
113113

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.
115115

116116
Including the code of the custom filters/functions in the Twig extension class
117117
is the simplest way to create extensions. However, Twig must initialize all

0 commit comments

Comments
 (0)