Skip to content

Commit 5ac8bb3

Browse files
committed
Merge branch '3.1'
2 parents 872bf93 + 0de2057 commit 5ac8bb3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

components/asset/introduction.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1114
In the past, it was common for web applications to hardcode URLs of web assets.
1215
For example:
1316

components/cache/introduction.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1316
Installation
1417
------------
1518

components/ldap.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1013
Installation
1114
------------
1215

0 commit comments

Comments
 (0)