File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ The Asset Component
88 The Asset component manages URL generation and versioning of web assets such
99 as CSS stylesheets, JavaScript files and image files.
1010
11+ .. versionadded :: 2.7
12+ The Asset component was introduced in Symfony 2.7.
13+
1114In the past, it was common for web applications to hardcode URLs of web assets.
1215For example:
1316
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ The Cache Component
1010 cache to your applications. It is designed to have a low overhead and it
1111 ships with ready to use adapters for the most common caching backends.
1212
13+ .. versionadded :: 3.1
14+ The Cache component was introduced in Symfony 3.1.
15+
1316Installation
1417------------
1518
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ The Ldap Component
77
88 The Ldap component provides a means to connect to an LDAP server (OpenLDAP or Active Directory).
99
10+ .. versionadded :: 2.8
11+ The Ldap component was introduced in Symfony 2.8.
12+
1013Installation
1114------------
1215
You can’t perform that action at this time.
0 commit comments