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
8
8
The Asset component manages URL generation and versioning of web assets such
9
9
as CSS stylesheets, JavaScript files and image files.
10
10
11
+ .. versionadded :: 2.7
12
+ The Asset component was introduced in Symfony 2.7.
13
+
11
14
In the past, it was common for web applications to hardcode URLs of web assets.
12
15
For example:
13
16
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ The Cache Component
10
10
cache to your applications. It is designed to have a low overhead and it
11
11
ships with ready to use adapters for the most common caching backends.
12
12
13
+ .. versionadded :: 3.1
14
+ The Cache component was introduced in Symfony 3.1.
15
+
13
16
Installation
14
17
------------
15
18
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ The Ldap Component
7
7
8
8
The Ldap component provides a means to connect to an LDAP server (OpenLDAP or Active Directory).
9
9
10
+ .. versionadded :: 2.8
11
+ The Ldap component was introduced in Symfony 2.8.
12
+
10
13
Installation
11
14
------------
12
15
You can’t perform that action at this time.
0 commit comments