Skip to content

Commit 7069e85

Browse files
committed
add versionadded notes
1 parent 3503f98 commit 7069e85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cookbook/console/generating_urls.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ and per Command.
1919
Configuring the Request Context globally
2020
----------------------------------------
2121

22+
.. versionadded: 2.1
23+
24+
The host and scheme parameters are available since Symfony 2.1
25+
26+
.. versionadded: 2.2
27+
28+
The base_url parameter is available since Symfony 2.2
29+
2230
To configure the Request Context - which is used by the URL Generator - you can
2331
redefine the parameters it uses as default values to change the default host
2432
(localhost) and scheme (http). Starting with Symfony 2.2 you can also configure

0 commit comments

Comments
 (0)