Skip to content

Commit f2fcdde

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Update readme Fixed the minimum Twig version needed for lazy extensions
2 parents 2bd2528 + 5be08ed commit f2fcdde

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: .doctor-rst.yaml

+1-1
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

Diff for: README.markdown

+2-1
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
------

Diff for: templating/twig_extension.rst

+2-2
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)